Shammi Rahman
Forum Replies Created
-
Hi @scottpaterson,
We’ve just released an update of the plugin and fixed the issue that you were facing regarding the EDD variable pricing.
Can you please check again and let us know?
Thanks.
Hi @scottpaterson,
We’ve just released an update of the plugin.
You can now add an action hook to modify your email templates (Header, Footer & Background).
For the current version, use the following parameter in the theme function to remove background, header and footer from the sent mail:
remove_action(‘cl_email_header_section’,’cl_email_header_section’,10);
remove_action(‘cl_email_footer_section’,’cl_email_footer_section’,10);function cl_email_bg_color(){
return “#0073AA”;
}
add_filter(‘cl_email_bg_color’,’cl_email_bg_color’);Please update the plugin to the latest version, clear cache, and reload your browser.
Let us know how it goes.
If the issue is still there, please inform us.
Thanks.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Woocommerce variation swathes dropdownHi @lindish,
Since we haven’t heard anything from you in a while, we’re now closing this thread.
Feel free to open another thread if you face any more issues with the plugin.
Thanks.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Woocommerce variation swathes dropdownHi @lindish
We haven’t heard anything from you in a while.
Please inform us, if you’ve any more queries regarding this topic.
Thanks.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Woocommerce variation swathes dropdownHi @lindish,
Hope you’re doing great!
You see this is not possible to show variation swatches on the category pages and default dropdown on other required pages.
Once you’ve installed and activated and setup the plugin, it converts WooCommerce’s default dropdown variations to variation swatches for all the pages you have such as shop page, archive page, or even product page.
Thus you can’t show both the basic dropdown of woocommerce and variation swatches on your site.
Hope that helps. Let me know if you’re facing any more issues with the plugin.
Thanks
Forum: Reviews
In reply to: [Variation Swatches for WooCommerce] Great Plugin ??Thank you for taking the time to give a review.
We will try our best to maintain our quality.
Hi @scottpaterson,
Since we haven’t heard anything from you in a while, we’re now closing this thread.
You’re always welcome to open another thread if you face any more issues with the plugin.
Thanks.
Hi @scottpaterson,
Since we haven’t heard anything from you in a while, we’re now closing this thread.
Feel free to open another thread if you face any more issues with the plugin.
Thanks.
Hi @scottpaterson,
We haven’t heard anything from you in a while.
Please do inform us, if the issue is still there.
Thanks
Hi @scottpaterson,
We haven’t heard anything from you in a while.
Please inform us, if the issue is still there.
Thanks
Hi @scottpaterson,
We haven’t heard anything from you in a while.
Please inform us, if the issue is still there.
Thanks
Hi @scottpaterson,
Our developers are working on a fix for this.
We’ll release an update pretty soon.
Thanks.
Hi @scottpaterson,
We had a look at the action hook.
Our developers have identified the issue and now working on it.
Hopefully, we’ll soon release an update with the fix.
Thanks
Hi @ismamartinez,
Thanks for your response. What am I seeing is, the button swatches are actually working for the Global Attributes here, but for the Custom Attributes it’s appearing as the basic dropdown of WooCommerce.
You see, right now our plugin only supports global attribute swatches.
We are working on making it compatible with custom attributes.
For example for your product, https://www.kevrado.com/product/banador-santo-domingo/
You can see it is appearing as a dropdown for Color but the Talla is coming as swatches.
This is because in your product data, for Color, you added custom attributes (see image: https://prnt.sc/1065mys), but for Talla, you have attributes and their terms created in WooCommerce. (see image: https://prnt.sc/1065ohn )
We are currently working on making the plugin compatible with custom attributes as well, but we will need a bit more time to get it ready.
Hope you understand.
Thanks.