Forum Replies Created
-
Hi,
Thanks for contacting us,
We have this plugin that will help you to do that: WooCommerce Product Grid Builder.
See the screenshot I show you:
– Full WooCommerce Content Product Shortcodes
– Grid Product Elements with Visual Composer Grid BuilderAnd here is the video tutorial
Regards!
in reply to: Change Product Layout On Product Archive PageHi,
Thanks for contacting us,
We’re working on this issue and we will respond to you when we’re done!.Best regards!
in reply to: Not able to translateHi,
Thanks for contacting us,
Could you please give us an administrator account (via private reply with our email: dawnthemes@gmail.com) so we can check directly on your site and help you.Best regards!
in reply to: mobile view, product image, priceHi,
Thanks for contacting us,
Could you please give us an administrator account (via private reply) so we can check directly on your site and help you.Best regards!
in reply to: Icons Not Showing on MobilePlease kindly refer to How to set as Private Reply over Support Forum
Attachments:
You must be logged in to view attached files.in reply to: Category Archive page full widthI can’t access your site, please see the screenshot I show you.
Regards!
Attachments:
You must be logged in to view attached files.in reply to: Duplicate My Account ContentThis reply has been marked as private.in reply to: Category Archive page full widthHi,
We have just back from holiday break! Happy Lunar New Year 2021 – Holiday Break!
We have fixed this issue and update the plugin on your site, please check.
Thanks for your understanding,Best regards!
in reply to: Incompatibiliy with Gift-Cards pluginHi,
We have just back from holiday break! Happy Lunar New Year 2021 – Holiday Break!
This issue appears when you’re using our widget Woo Archive Products in the template of Elementor Pro.
We have just fixed this issue to make this widget compatible with your template and updated our plugin to your site. This issue resolved!Thanks for understanding,
Regards!in reply to: Error Message – on shop-siteHi,
We’re on holiday break! Happy Lunar New Year 2021 – Holiday Break!.
We will check the issues and respond to you as fast as possible when we get back to work.
Regards!
in reply to: Incompatibiliy with Gift-Cards pluginHi,
We’re in VietNam, and you can email us via dawnthemes@gmail.com.
Thanks for your understanding,Regards!
in reply to: Incompatibiliy with Gift-Cards pluginHi,
Thanks for contacting us,
It works fine, please see the screenshot I show you.
Please be sure you have entered into the functions.php file in your them
your-theme/functions.php.Please try:
add_filter( 'woocommerce_get_price_html', 'bbloomer_price_free_zero_empty', 9999, 2 ); function bbloomer_price_free_zero_empty( $price, $product ){ if ('' === $product->get_price() || 0 == $product->get_price() ) { $price = 'FREE'; } return $price; }Best regards!
Attachments:
You must be logged in to view attached files.in reply to: Replace zero price with freeHi,
You can give us a link to download the theme, via a store like file transfer…
Best regards!
in reply to: Category Archive page full widthHi,
Thanks for contacting us,
I can’t access your site. Could you please share with us the package of this plugin to install and fix this issue to make our plugin compatible with this plugin by giving a link to download this plugin.Best regards!
in reply to: Incompatibiliy with Gift-Cards pluginHi,
We have updated the template single-product.php in your theme: dt-the7/woocommerce-page-builder-templates/single-product.php
and the issue resolved!. Please check by yourself.
Best regards!
in reply to: How to display attribute name & value separately