FullStack-ing
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart COD for WooCommerce] minimum amountHi again,
So you want for any cart amount less than 3 euros to charge 3 euros, for any cart amount bigger than 3 euro to charge 100% of the cart amount?
Forum: Plugins
In reply to: [Smart COD for WooCommerce] minimum amount1. What do you mean ? Do you want to charge 3 euro for cash on delivery? Please explain your need more clear!
Best Regards
Forum: Plugins
In reply to: [Smart COD for WooCommerce] minimum amountHi Nicola,
1)
– Find our plugin setting titled: Disable if cart amount is greater or equal than
– Click on disable to switch on enable
– Add 3 on the box2) Add this to your functions.php
add_filter( 'wc_smart_cod_fee_title', 'change_cod_title' ); function change_cod_title( $title ) { return 'pagamento alla consegna'; }Best Regards
Forum: Plugins
In reply to: [Smart COD for WooCommerce] minimum amountHi @cigno76,
Thanks for your kind words!
If you like, consider to add a rating for our plugin!Best Regards!
Hi guys,
We are going to release this feature soon in our plugin as an addon.
Stay tuned
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Woocommerce CompatibilityYes it is!
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Fee is not applied correctly.Hi again,
You can’t use our plugin with the other plugin in parallel. The reason is like I told you before, they both use the WC_Payment_Gateways API.
Please disable the other plugin and in our setting page
– Leave “Enable for shipping methods” empty
– Add your restrictions on “Disable on specific shipping methods of zones” settingBest Regards
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Fee is not applied correctly.Hi again,
I contacted the author of the other plugin and he informed me that his plugin can not affect 3rd party fee plugins in any case.
This is not accurate since both plugins interfering with wc_payment_gateways.
You can toggle cod visibility by enabling it per shipping method in our plugin ,without any other.
Is that your goal ?
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Fee is not applied correctly.Hi there,
So if you disable the other plugin our plugin works as expected ?
Hi,
You can and should use postal code ranges instead.
Eg: 50001…60001
Best regards
Hi there,
Please make sure that you are not seeing a cached version of your website and that you are not using any other cod plugin in parallel
Best Regards
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Problem with disable on specific categoriesHi,
Which versions of WordPress and WooCommerce do you use?Best Regards
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Problem with plugin@sotsoult please send a screenshot of your settings,
Best Regards- This reply was modified 6 years, 2 months ago by FullStack-ing.
Forum: Plugins
In reply to: [Smart COD for WooCommerce] COD not showingPlease make sure that you have the switch set to “Enable” and not “Disable” for Australia.
Best Regards
Forum: Plugins
In reply to: [Smart COD for WooCommerce] CANT DELETE PINCODEHi there,
please run this query in your db, to reset your settings
UPDATE wp_options SET option_value = "" WHERE option_key = "woocommerce_cod_settings"