Forum Replies Created
-
Dear, To create ‘Single Product Page template’ please go to admin menu ‘Product -> Product Template’ and create new template. Please see Video Tutorial to use plugin.
Best regards.
in reply to: No more show element in Guntenberg editorDear.
I see the ACF Custom Field image with name ‘icono_1’, ‘icono_2’, ‘icono_3’Now, to display it with image in DHWC Page. Please go to edit ACF image filed and change setting ‘Return Format’ to ‘Image URL’ .
Then install and switch your site to use child theme, then add custom code in file functions.php of child theme
add_filter('dhvc_woo_product_page_acf_field', function($value, $field){ if($field=='icono_1' || $field=='icono_2' || $field=='icono_3'){ return '<img src="'.$value.'" >'; } return $value; },10,2);
Best regards.
in reply to: Advanced Custom Fields not workingThis reply has been marked as private.in reply to: Advanced Custom Fields not workingDear. You can use shortcode ‘WC ACF Custom Fields Settings’ to display ACF Custom field in product page.
Best regards.
in reply to: Advanced Custom Fields not workingThis reply has been marked as private.in reply to: MailChimp errorDear, for your problem, please update Luxury theme (not child theme) on your site to latest version 1.3.14 from ThemeForest, then check again.
Best regards.
This reply has been marked as private.Dear, I have update DHWC Ajax plugin on your site to latest version 1.3.18. Now, your problem is fixed. Please check your site again.
Best regards.
in reply to: Attribute Filter in Ajax Search showing “0€”This reply has been marked as private.This reply has been marked as private.in reply to: Attribute Filter in Ajax Search showing “0€”This reply has been marked as private.This reply has been marked as private.Dear, the email Processing only work when change order status from ‘cancelled/failed/on-hold/pending’ to ‘processing’ status (see attachment) you can go to edit order and change order status then check email log.
Best regards.
Attachments:
You must be logged in to view attached files.in reply to: Issue with email sendingDear.
Please kindly clearly:
Panmail is custom email content and it work if your site is send email.
You can check it ondesignsbybarth.com
by go to edit order and change Order status from ‘Successful payment received via SimplePay’ to ‘Error during payment via SimplePay’ (or Pending payment to On hold) you will see the email send for Customer is working (see it in Email Logging)I check your site
designsbybarth.com
I see the email fromWooCommerce SimplePay Gateway for Hungary (wc-simplepayhu) plugin
is not send because problem in that plugin. If you buy it, you can contact with plugin author to check that problem.If
wc-simplepayhu
work previously. Maybe you use with WooCommerce old version. I check and see it work with WooCommerce old version 5.5Also, you can go to file
wc-simplepay-0.6.4/wc-simplepayhu.php
and change code//do_action('woocommerce_order_status_simplepay-success');
todo_action('woocommerce_order_status_simplepay-success');
to enable manual trigger send email. But i recommend contact with plugin author to help you.Please sure the plugin
wc-simplepay
ondesignsbybarth.com
is sending email. Even disable Panmail plugin to check and sure wc-simplepay plugin is send email.Best regards.
in reply to: Issue with email sendingThis reply has been marked as private.in reply to: Issue with email sending