FullStack-ing
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Improvement suggestionDone. ( v 1.4.0 )
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Smart COD for WooCommerce] 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: [Smart COD for WooCommerce] 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: [Smart COD for WooCommerce] 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: [Smart COD for WooCommerce] 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 8 years, 7 months ago by FullStack-ing.
Forum: Plugins
In reply to: [Smart COD for WooCommerce] 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: [Smart COD for WooCommerce] 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: [Smart COD for WooCommerce] Disable on specific products doesn’t workThanks a lot Atoupro.
Please try this file: http://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: [Smart COD for WooCommerce] 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: [Smart COD for WooCommerce] 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 TeamForum: Plugins
In reply to: [Smart COD for WooCommerce] bugHi,
I will check it later today.
For now can you use an empty category or downgrade to our 1.3.4 version?Best Regards,
FullStack TeamForum: Plugins
In reply to: [Smart COD for WooCommerce] Disable on specific products doesn’t workIt sounds like a conflict alright.
Please use this topic to post the image. (use an image host provider like http://imgur.com )
Also please paste here your console errors if any and your php errors if any ( set WP_DEBUG to true for this )Thanks.
- This reply was modified 8 years, 7 months ago by FullStack-ing.
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Disable on specific products doesn’t workHi Atoupro,
The product and product categories input are autocomplete inputs.
Have you tried to type some characters on the field?
( e.g. the first characters of your product’s name )Forum: Plugins
In reply to: [Smart COD for WooCommerce] Improvement suggestionHi Jose,
Sure we will include it in the next update.
The percentage should be applied on the cart before or after taxes? Also, should be applied including shipping costs or not?
What’s your opinion?Best Regards,
FullStack TeamForum: Plugins
In reply to: [Smart COD for WooCommerce] not functional …Hi marinblu,
As I promised a new version ( 1.3.6 ) is now released.
The heavy requests for the products and product categories are now done asynchronously.
Please update and let me know if everything works as expected.Best Regards,
FullStack Team