Forum Replies Created
-
Dear, please kindly send for me FTP account your hosting via private reply, i will check detail to help you.
Best regards.
in reply to: Woo Product Page Sharing not displayingSorry, the plugin not support conditional logic in custom email template. it will use all data in custom email.
in reply to: Formatting email replyDear, i have check your site, i see your site use Avada theme, the avada add product share in hook ‘woocommerce_after_single_product_summary’. to fix it, please add custom code in file {yourtheme}/functions.php
function dhvc_woo_product_page_sharing_custom($atts, $content = null){ if(function_exits('avada_woocommerce_after_single_product_summary')){ avada_woocommerce_after_single_product_summary(); } } function dhvc_woo_product_page_sharing_init(){ remove_shortcode('dhvc_woo_product_page_sharing'); add_shortcode('dhvc_woo_product_page_sharing', 'dhvc_woo_product_page_sharing_custom',11); } add_action('init','dhvc_woo_product_page_sharing_init',11);
in reply to: Woo Product Page Sharing not displayingDear, to create custom email template, please read more Topic
Best regards.
in reply to: Formatting email replyDear, please kindly give for me admin account and your problem URL via private reply, i will check detail to help you.
best regards.
in reply to: Woo Product Page Sharing not displayingDear @jmeidam i have check your site but i not see link ‘view all products’ ? please check your site again.
Best regards.
in reply to: Fatal ErrorDear, for your problem, you need add custom email template for notice email. the form can not support add custom space for each group email data.
Best regards.
in reply to: Formatting email replyDear, please kindly send for me your form URL via private reply, i will check detail to help you.
Best regards.
in reply to: No Database EntrieDear, i have check again, i see it’s working, please go to file {yourtheme}/functions.php and change custom code to:
function dh_validate_zip_code_custom($form_id){ $zipcodes = array('33009','33180'); if(isset($_REQUEST['my_zipcode']) && in_array($_REQUEST['my_zipcode'], $zipcodes )){ wp_redirect('http://www.ecohangercleaner.com/about/'); die; } return; } add_action('dhvc_form_after_processor', 'dh_validate_zip_code_custom',10,1);
in reply to: HelloDear, i have check again, i see a problem in plugin with WooCommerce new version, to fix it, please go to file ‘wp-content/plugins/dhvc-woocommerce/includes/dhwc-brand/includes/dhwc-widget-layered-nav.php’ line 100 search code:
$woocommerce->add_inline_js
change to :
wc_enqueue_js
Best regards.
in reply to: "Filter By Brand" Widget Is Freezing My SiteDear, i see you want custom email. you can add email template with variables. please replace email body [form_body] with custom form name variables like [your form field name] and HTML code. example your form have field with Name and Email or [4_Piece_Gift_Box_Mixed] (Mixed Selection) you can add email template like:
<strong>This is email template<strong> <br> Name: [Name] Email: [Email] <hr> Email or 4 Piece Gift Box: [4_Piece_Gift_Box_Mixed]
in reply to: Formatting email replyDear. pleas READ MORE to settup SMTP Gmail email.
in reply to: Email Field Not Showing in EntriesDear, i don’t understand question: “how am I to get these sent to my gmail and not just a PHP response” Please tell for me more detail
in reply to: Email Field Not Showing in Entries