Title: FullStack-ing's Replies - page 9 | WordPress.org

---

# FullStack-ing

  [  ](https://wordpress.org/support/users/fullstackhouse/)

 *   [Profile](https://wordpress.org/support/users/fullstackhouse/)
 *   [Topics Started](https://wordpress.org/support/users/fullstackhouse/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fullstackhouse/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fullstackhouse/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fullstackhouse/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fullstackhouse/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fullstackhouse/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 121 through 135 (of 429 total)

[←](https://wordpress.org/support/users/fullstackhouse/replies/page/8/?output_format=md)
[1](https://wordpress.org/support/users/fullstackhouse/replies/?output_format=md)
[2](https://wordpress.org/support/users/fullstackhouse/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/fullstackhouse/replies/page/3/?output_format=md)…
[8](https://wordpress.org/support/users/fullstackhouse/replies/page/8/?output_format=md)
9 [10](https://wordpress.org/support/users/fullstackhouse/replies/page/10/?output_format=md)…
[27](https://wordpress.org/support/users/fullstackhouse/replies/page/27/?output_format=md)
[28](https://wordpress.org/support/users/fullstackhouse/replies/page/28/?output_format=md)
[29](https://wordpress.org/support/users/fullstackhouse/replies/page/29/?output_format=md)
[→](https://wordpress.org/support/users/fullstackhouse/replies/page/10/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] COD not appear](https://wordpress.org/support/topic/cod-not-appear/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/cod-not-appear/#post-12887406)
 * [http://yourwebsite.com/](http://yourwebsite.com/)**wp-admin/admin.php?page=wc-
   settings&tab=checkout&section=cod**
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] Percentage with Minimum Amount, Fee on Cart Total](https://wordpress.org/support/topic/percentage-with-minimum-amount-fee-on-cart-total/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/percentage-with-minimum-amount-fee-on-cart-total/#post-12885881)
 * Hi,
    Please send me a screenshot with your plugin settings
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] COD not appear](https://wordpress.org/support/topic/cod-not-appear/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/cod-not-appear/#post-12885879)
 * Hi,
    You have to go to default cash on delivery settings. Woocommerce/settings/
   payments -> cash on delivery -> manage
 * Best Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] Disable if cart amount is greater or equal than not working righrt](https://wordpress.org/support/topic/disable-if-cart-amount-is-greater-or-equal-than-not-working-righrt/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/disable-if-cart-amount-is-greater-or-equal-than-not-working-righrt/#post-12870788)
 * Hi,
 * please define “kills the script” so I can assist further
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] Percentage with Minimum Amount, Fee on Cart Total](https://wordpress.org/support/topic/percentage-with-minimum-amount-fee-on-cart-total/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/percentage-with-minimum-amount-fee-on-cart-total/#post-12870777)
 * Hi,
    percentage fee is exactly the scenario this filter is developed for. Maybe
   you forgot the add_filter part?
 *     ```
       add_filter( 'wc_smart_cod_fee', 'change_cod_price' );
   
       function change_cod_price( $price ) {
         return $price < 6.2 ? 6.2 : $price;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] infinite loop on checkout page](https://wordpress.org/support/topic/infinite-loop-on-checkout-page/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [6 years ago](https://wordpress.org/support/topic/infinite-loop-on-checkout-page/#post-12843501)
 * Hi [@cigno76](https://wordpress.org/support/users/cigno76/) and [@goran87](https://wordpress.org/support/users/goran87/),
 * [@goran87](https://wordpress.org/support/users/goran87/) I tested with the free
   version of your plugin and the removal of coupon works fine.
    Also I didn’t found
   the code you referred in the previous post in the free version code. So probably
   [@cigno76](https://wordpress.org/support/users/cigno76/) use your premium version
   and there is no way I can test this.
 * [@goran87](https://wordpress.org/support/users/goran87/) please check the network
   response on xhr `?wc-ajax=update_order_review` and paste me the error
    -  This reply was modified 6 years ago by [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] infinite loop on checkout page](https://wordpress.org/support/topic/infinite-loop-on-checkout-page/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [6 years ago](https://wordpress.org/support/topic/infinite-loop-on-checkout-page/#post-12819549)
 * Hi there,
 * Most probably it’s their fault, since you checked that breaks any cart update
   plugin and you should find an alternative
 * Nevertheless, please paste the link of the plugin so I can double check
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] COD Bug](https://wordpress.org/support/topic/cod-bug/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [6 years ago](https://wordpress.org/support/topic/cod-bug/#post-12800744)
 * Hi all,
 * This is going to be address in our next release.
 * Best Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] minimum amount](https://wordpress.org/support/topic/minimum-amount-2/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [6 years ago](https://wordpress.org/support/topic/minimum-amount-2/page/2/#post-12711825)
 * Hi Nicola, happy to be of a help!
 * Send some of your fine tasting oil when you can! 🙂
 * Best Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] minimum amount](https://wordpress.org/support/topic/minimum-amount-2/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [6 years ago](https://wordpress.org/support/topic/minimum-amount-2/page/2/#post-12710649)
 * Hi again! I just checked with a similar configuration and it works as it should.
 * Please make sure you copy pasted the above block code correctly, you don’t left
   anything from the previous block codes I sent you, and that you don’t use any
   other plugin to manipulate COD.
 * If the problem still persists you could try that:
 *     ```
       add_filter( 'wc_smart_cod_fee', 'change_cod_price' );
   
       function change_cod_price( $price ) {
         if( $price === '0' ) {	
           return $price;
         }
         return $price < 3 ? 3 : $price;
       }
       ```
   
 * But as I told you before, the previous snippet works just fine (sets the 3e minimum)
   in the same scenario as per your screenshot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] minimum amount](https://wordpress.org/support/topic/minimum-amount-2/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [6 years ago](https://wordpress.org/support/topic/minimum-amount-2/page/2/#post-12709790)
 * Please send me a screenshot of your plugin settings
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] minimum amount](https://wordpress.org/support/topic/minimum-amount-2/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [6 years ago](https://wordpress.org/support/topic/minimum-amount-2/page/2/#post-12707242)
 * add this please (remove the old one)
 *     ```
       add_filter( 'wc_smart_cod_fee', 'change_cod_price' );
   
       function change_cod_price( $price ) {
         if( is_numeric( $price ) && intval( $price ) === 0 ) {	
           return $price;
         }
         return $price < 3 ? 3 : $price;
       }
       ```
   
    -  This reply was modified 6 years ago by [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] minimum amount](https://wordpress.org/support/topic/minimum-amount-2/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [6 years ago](https://wordpress.org/support/topic/minimum-amount-2/#post-12706292)
 * Hi again,
    Please change to this
 *     ```
       add_filter( 'wc_smart_cod_fee', 'change_cod_price' );
   
       function change_cod_price( $price ) {
         if( $price === 0 ) {
           return $price;
         }
         return $price < 3 ? 3 : $price;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] minimum amount](https://wordpress.org/support/topic/minimum-amount-2/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [6 years ago](https://wordpress.org/support/topic/minimum-amount-2/#post-12703425)
 * Please add this in your functions.php and let me know
 *     ```
       add_filter( 'wc_smart_cod_fee', 'change_cod_price' );
   
       function change_cod_price( $price ) {
         return $price < 3 ? 3 : $price;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart COD for WooCommerce] minimum amount](https://wordpress.org/support/topic/minimum-amount-2/)
 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [6 years ago](https://wordpress.org/support/topic/minimum-amount-2/#post-12703328)
 * How do you setup the extra fee? is a percentage of the cart?

Viewing 15 replies - 121 through 135 (of 429 total)

[←](https://wordpress.org/support/users/fullstackhouse/replies/page/8/?output_format=md)
[1](https://wordpress.org/support/users/fullstackhouse/replies/?output_format=md)
[2](https://wordpress.org/support/users/fullstackhouse/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/fullstackhouse/replies/page/3/?output_format=md)…
[8](https://wordpress.org/support/users/fullstackhouse/replies/page/8/?output_format=md)
9 [10](https://wordpress.org/support/users/fullstackhouse/replies/page/10/?output_format=md)…
[27](https://wordpress.org/support/users/fullstackhouse/replies/page/27/?output_format=md)
[28](https://wordpress.org/support/users/fullstackhouse/replies/page/28/?output_format=md)
[29](https://wordpress.org/support/users/fullstackhouse/replies/page/29/?output_format=md)
[→](https://wordpress.org/support/users/fullstackhouse/replies/page/10/?output_format=md)