FullStack-ing
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Smart COD] Have custom messages when COD is unavailableHi divijc,
Thanks for the feedback.
This will be included in our next update.- This reply was modified 7 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [WooCommerce Smart COD] The COD option still appearsHi jfonseca22,
Are you sure the restriction for postal is set to ‘Disable’ and not ‘Enable’? ( You can toggle from enable to disable and vice versa, just by clicking the text with blue color at the left of the input ).
If it’s set to ‘Disable’ please attach a screenshot of all your settings so I can assist you further.
Please also send me the errors on your console if any.
Forum: Plugins
In reply to: [WooCommerce Smart COD] Extra fee is stuck in checkouts order summaryThanks again for your kind words ??
Please would you consider changing your rating to 5 stars?
You just click on ‘edit’ on your first review and click again on the stars.That would be a lot helpful for us.
Thanks again and have a nice day!- This reply was modified 7 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [WooCommerce Smart COD] Extra fee is stuck in checkouts order summaryHi phantolino,
Thanks for your kind words and thanks for spotting out this issue.
We just released an update (1.4.1) resolving this issue. Please check if everything’s work as expected and let me know.If you liked the plugin, it will help us a lot if you rate it.
- This reply was modified 7 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [WooCommerce Smart COD] Improvement suggestionDone. ( v 1.4.0 )
- This reply was modified 7 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [WooCommerce Smart COD] Improvement suggestionDone. ( v 1.4.0 )
- This reply was modified 7 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [WooCommerce Smart COD] Disable on specific products doesn’t workHi atoupro,
Please update to our new version ( 1.4.0 ) and let me know if the issue is gone.Best Regards,
FullStack TeamForum: Plugins
In reply to: [WooCommerce Smart COD] Disable on specific products doesn’t workPlease have a look at this
https://github.com/woocommerce/woocommerce/wiki/Select2-fields-not-working-in-3.0.x
especially on ‘Finding the conflict section and let me know of the conflicting path
Forum: Plugins
In reply to: [WooCommerce Smart COD] Disable on specific products doesn’t workHi atoupro,
This is caused when additional select2 versions are getting loaded, except of the woocommerce default one. So it’s probably a conflict with some other plugin loading select2 lib.
Which woocommerce version do you use?
Forum: Plugins
In reply to: [WooCommerce Smart COD] Disable if cart amount is lower thanIf you decide to change it yourself please copy paste the edited line from here and not from the previous comment
if( $total < $settings[ 'cart_amount_restriction' ] )
- This reply was modified 7 years, 4 months ago by FullStack-ing.
Forum: Plugins
In reply to: [WooCommerce Smart COD] Disable if cart amount is lower thanHi Atoupro,
It’s not possible right now, but we will include this on the next update along with some other features.
Please stand by, the update will be released soon.
If this is extremely urgent for you, you can edit the file public/class-wc-smart-cod-public.php
line: 293
and change ->
if( $total >= $settings[ ‘cart_amount_restriction’ ] )to
if( $total < $settings[ ‘cart_amount_restriction’ ] )
and still enter the amount ( 65€ ) on field “Disable if cart amount is greater than”
Best Regards,
FullStack TeamForum: Plugins
In reply to: [WooCommerce Smart COD] Disable on specific products doesn’t workThanks a lot ??
If you liked the plugin, it will help us a lot if you rate it.Best Regards,
FullStack TeamForum: Plugins
In reply to: [WooCommerce Smart COD] Disable on specific products doesn’t workThanks a lot Atoupro.
Please try this file: https://yourjavascript.com/22601212627/wc-smart-cod-admin.js
Download it ( save as ) and replace the existing file which is on folder:
yoursite.com/wp-content/plugins/wc-smart-cod/admin/wc-smart-cod-admin.jsLet me know if it worked as expected and I will make sure this fix will be part of the next update of the plugin.
Best Regards,
FullStack TeamForum: Plugins
In reply to: [WooCommerce Smart COD] bugI did that. I tried both with empty category and not empty category on our plugin.
In the other plugin, I added a category restriction on COD method.
The checkout worked nicely.Please provide an url if you want me to assist further.
Best Regards,
FullStack TeamForum: Plugins
In reply to: [WooCommerce Smart COD] bugHi again,
I checked the scenario you mentioned. I added a category restriction on conditional-shipping-and-payments plugin with no restriction and with a restriction in our plugin category input and the checkout worked nicely.
I believe your issue is somewhere else, maybe a theme conflict.Please provide an url if you want me to assist further.
Best Regards,
FullStack Team