thanhtd
Forum Replies Created
-
Hi @mcdeth .
Do you use Curcy premium version? This issue is fixed in latest version. Please update your version. Thanks
Hi @serget123 .
Sorry for missing your question. Did you fix this issue? If not, please provide us your website url. We will check it
Hi @hawrategdar .
This is premium feature of this plugin. You can change currency in order edit page.
Hi @travelavenger .
Yes, you can use ‘Conditional tags’ feature to do this
Hi @manpreetparisjewellers.
I’ve just pushed new version. Please update and test again. ThanksForum: Plugins
In reply to: [Bulky - Bulk Edit Products for WooCommerce] Modify in bulkHi
You can add like this:
Select multiple row in Tag column. Right click, select Find and replace. In popup, you can search new tag in replace input field => Click replace button to apply new tag (Find field is empty)Forum: Plugins
In reply to: [WooCommerce] Need hook to custom contentThank for your reply.
I’m Faview plugin’s author. I need option to filter virtual review, my customer need that to can remove these reviews.
I can do that via JS, but that is not a good idea so I need a filter hook.
Forum: Plugins
In reply to: [Bulky - Bulk Edit Products for WooCommerce] Uninstall pluginHi @aflorarte.
Yes, you can do those with this plugin.
Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Modified plugin filesHi @deezasinnutz .
I update plugin but forgot change modify date https://prnt.sc/26p2kbt. Maybe this is reason Wordfence notice to you when it cannot detect xx.xx characterForum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Images Not Found In EmailsHi @schoolprint .
Please forward that email to [email protected] . I will detect issue on that email
Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Change FontIt works on my site.
Note: with custom css, it not work when you send test or preview, it works when real mail is sent (we will improve this in future)Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Change FontHi pimonda1.
You can use this css to change font
td{font-family: Montserrat;}
Hi.
I see you use JS code without loaded event. So, maybe your code can not get element has id preciobbva.
Solution:
Run your PHP code in action wp_footer
Or
Run your JS code after page loaded.Hope it help you.