Forum Replies Created
-
Dear, I check your site and I see that problem because ‘
tagDiv Shop’ plugin on your site is remove default coupon form on Checkout page. and Coupon Form shortcode in DHWC Page plugin is require default coupon form on Checkout to work.To fix your problem. Please install and switch your site to use Child theme. then add custom PHP code in file functions.php of your child theme.
add_action('template_redirect', function(){ add_action( 'woocommerce_before_checkout_form', 'woocommerce_checkout_coupon_form', 10 ); });
Best regards.
in reply to: Checkout coupon formDear, Please kindly send for me admin account and your problem URL via private reply. I will check details problem on your site to help you.
Best regards.
in reply to: Checkout coupon formSorry, the ACF plugin not support move custom fields to ACF file. you need manual change it to ACF field.
Best regards.
in reply to: Custom fields not found on ACFThis reply has been marked as private.in reply to: Multiple Filter Values per Filter FieldDear, please kindly add custom PHP code to file functions.php of your theme to disable fancybox of plugin and switch to use fancybox of theme to fix your theme.
code is
add_filter('dh_popup_enqueue_fancybox_js', '__return_false');
Best regards.
in reply to: Error JQueyPlease kindly send for me admin account your site via private reply, I will check details to help you.
Best regards.
in reply to: Multiple Filter Values per Filter FieldDear, the Logout is custom menu added by plugin and user with logout when click to it and don’t any block support display for it.
Best regards.
in reply to: Modify navigation menuDear, Please kindly update DHWC Ajax plugin on your site to latest version 1.3.0 from Codecanyon. We’re was release new version to support multi filter for category filter and acf filter widget.
After update to latest version, you can go to product category or acf filter widget and check to widget setting ‘Multi Filter’ to allow multi filter for widget.
Best regards.
in reply to: Multiple Filter Values per Filter FieldDear, The DHWC Page plugin only support re-order Account menu block and account detail block. It not support you to custom style of menu items. If you want do it, You need to via custom CSS code.
Also, the Payment methods menu only support when your site have payment gateway support add payment method. Please read WooCommerce document for it
in reply to: Modify navigation menuThis reply has been marked as private.in reply to: Click on element imageThis reply has been marked as private.in reply to: Pagination stopped working when DHWC Ajax is activeThis reply has been marked as private.in reply to: Pagination stopped working when DHWC Ajax is activeThis reply has been marked as private.in reply to: DHWCPage – WCPage Builder does not workDear, If you want disable it, Please go to ‘WooCommerce Settings’ and check to ‘Disable Checkout Form Editor ?’ (see attachment)
best regards.
Attachments:
You must be logged in to view attached files.Dear.
I think that problem because you use setting ‘Query type’ in ‘DHWC Ajax Product Categories Filter widget’ is ‘AND’Also, you can select Category A and Category B checkboxes if you site have there are products in both categories.
Best regards.
in reply to: Multiple Filter Values per Filter Field