Sanesh Acowebs
Forum Replies Created
-
Hi, thanks for using our checkout plugin. Address formatting is our premium version option. You can test this option on the premium demo link provided at the plugin details section tab.
Forum: Plugins
In reply to: [Checkout Field Editor for WooCommerce - Checkout Manager] Adding to e-mailHi, We have tested our checkout plugin with the email customizer plugin you shared and we are getting all fields in order emails. Can you please confirm that you have enabled Show Field in Order Email settings under the advanced section of that field setting. Refer screenshot: https://tinyurl.com/ych5t7mo
Forum: Plugins
In reply to: [Checkout Field Editor for WooCommerce - Checkout Manager] Adding to e-mailHi, Our extra checkout fields are added to Woocmmecrce hooks present on the email template (woocommerce_email_customer_details, woocommerce_email_after_order_table). If your customized email template contains this hook then it will come automatically, Otherwise you need to hook with some custom coding. Can you please share the email customizer plugin name so that we can check the issue.
As we haven’t heard back from you further, we assume that this issue has been resolved at your end and considering this ticket as closed. Please don’t hesitate to get back to us if you require any further assistance or clarifications from our end in the future. Thanks!
Hi, to set default checkout billing country you can use the following code from Woocommerce documentation to your functions.php.
add_filter( 'default_checkout_billing_country', 'awcfe_change_default_checkout_country' ); function awcfe_change_default_checkout_country() { return 'US'; }
Hi, can you please try by deactivating plugins one by one and check. Or you can come to our Acowebs live chat support to discuss more about the issue. You can reach there by using the get premium version link provided at the plugin details tab.
Hi, Thanks for showing interest in our plugin. The issue may be due to conflict with some active plugins or themes. Can you please enable WordPress debugging and share the new debug.log file content.
Hi, We haven’t tested our plugin with Integromat. Our extra custom field data is stored as order metadata. There are some predefined templates available from Integromat, and you need to follow the instructions. You can test this from your end and contact our Acowebs support if any help is needed.Thanks!
Hi, you can translate the optional string from WPML string translation. The domain will be woocommerce. Also you can hide this optional string using simple CSS style , based on your theme, like
.form-row label .optional { display: none; }
Hi, Thanks for using our checkout field editor plugin. When you are adding our plugin for the first time to your website, you need to press the save changes button on our plugin settings page before checking the checkout page. Regarding the query monitor issue, we will check with Flatsome theme and update changes on the next version if there is any issue.?
As we haven’t heard back from you further, we assume that this issue has been resolved at your end and considering this ticket as closed. Please don’t hesitate to get back to us if you require any further assistance or clarifications from our end in the future. Thanks!
Hi, in our Pro version of plugin read-only option is only available for text field, number field and textarea field only.
Thanks for pointing out the issue. Issue was due to the CSS style from the theme hiding the remove icon. We have fixed this issue in the latest version. Please update and check.
Only fields that are enabled in checkout will be present in the order details and emails. For a new field that you add, please make sure that you have enabled “Show this Field in Order Email” under advanced tab of that field setting.?
Thanks for using our plugin. Currently we don’t have this option. We will try to include this feature in the future version of plugin. Thanks!