Forum Replies Created
-
Dear, to update WPBakery plugin on your site, please delete old version then go to admin menu ‘Urami WP -> Install Plugins’ install WPbakery plugin again to get latest version.
best regards.
in reply to: Add to cart – translation problemsDear, Please install and switch your site to use Urami Child theme. Then add custom PHP code in file functions.php of Urami Child theme to fix language issues when add to cart :
add_filter('dhwc_ajax_params', function($params){ global $polylang; if(empty($polylang)){ return $params; } $lang = ( $polylang->curlang ) ? $polylang->curlang : $polylang->pref_lang; $url = add_query_arg( 'dhwc-ajax', '__action__', home_url( '/', 'relative' ) ); $params['ajax_url'] = parse_url($polylang->filters_links->links->get_home_url($lang), PHP_URL_PATH) . '?' . parse_url($url, PHP_URL_QUERY); return $params; });
Best regards.
in reply to: Add to cart – translation problemsThis reply has been marked as private.in reply to: Add to cart – translation problemsDear.
Sorry for delay reply, Please kindly send for me admin account your site via private reply, I will check details to help you.Best regards.
in reply to: Add to cart – translation problemsSorry, this plugin not support you to do it.
Best regards.
This reply has been marked as private.Dear,
The plugin will query and count product of each option in fields to display only option of field in filter widget.Please add product to field and check again.
Dear, in item description on Codecanyon, we’re add plugin features ‘Support filter product with chosie fields types’ Please check again.
best regards.
Dear, I check your site and I see that problem because the DHWC Ajax only support select AFC Field with type ‘Choise’ (see attachment) Please check your site again.
Best regards.
Attachments:
You must be logged in to view attached files.Dear, please kindly send for me admin account and your problem URL via private reply, I will check details to help you.
Best regards.
in reply to: Crashes WP ajax and conflicts with woocommerceDear, please kindly send for me admin account and your problem URL via private reply, I will check details to help you.
Best regards.
This reply has been marked as private.in reply to: Disable SidebarThis reply has been marked as private.in reply to: Export custom checkout fieldsDear, I check plugin and i see if you want export custom checkout Filed. Please
1.Go to admin menu ‘WooCommerce -> Export -> Custom Formats’ (see plugin document) then add column ‘mailing (name of custom field) ‘ Like attachment 1Then when export, You can export, you can select format is custom format was created (see attachment 2 )
best regards.
Attachments:
You must be logged in to view attached files.in reply to: Export custom checkout fieldsThis reply has been marked as private.in reply to: Export custom checkout fields