Dina S.
Forum Replies Created
-
Typically, if you forget to fill in a field, the page will automatically scroll to the top and indicate the name of the missed field there.
In your case, it might be a site specific issue that needs to be checked in detail. Can you please raise a ticket through our website? We hope our technical team will be able to help you.
Thank you!
Kindly note that the value is not saved anywhere before submitting the order. It is saved as metadata only after submitting the order.
Thank you!
Your requirement needs a detailed check. Can you please raise a ticket through our website? We hope our technical team will be able to help you.
Thank you!
Yes, you can achieve your requirement using the Date Picker field type available in our plugin.
Thank you!
Let me answer your questions one by one.
>>Need to show Checkbox group – Small fruit when click Size – Small (Attributes) in product page and When click Large need to show large fruit.
Unfortunately, your requirement cannot be achieved using the lite version of our plugin.
>>Also need list items (checkbox )horizontally. Tried column width 100% for both but not working
Can you please provide us with the Product page URL, so that we can have a look into it?
Thank you!
Unfortunately, your requirement cannot be achieved using the lite version of our plugin.
Thank you!
Please check after adding the below code in your child theme’s functions.php file.
add_filter( 'woocommerce_email_styles', 'th_add_css_to_emails', 9999, 2 ); function th_add_css_to_emails( $css, $email ) { $css .= ' #tpf_t_builder a { color: red!important } '; return $css; }Thank you!
Glad to hear that!
Thank you.
Kindly be informed that our plugin Checkout Field Editor for WooCommerce is used to customize the checkout page by adding custom fields and sections.
Unfortunately, your requirement cannot be achieved using the current version of our plugin.Thank you!
Your issue needs a detailed check. Can you please raise a ticket through our website? We hope our technical team will be able to help you.
Thank you!
As per the WordPress forum policy, we can’t answer premium related questions on this forum. Could you pelase raise a ticket through our website? We hope our technical team will be able to help you.
Thank you!
Sure.
Have a great day!Glad to hear that!
Have a great day.
Unfortunately, your requirement cannot be achieved using the current version of our plugin, as it may result in logical errors.
Thank you!
Upon checking your website, we can see that the checkout page has been created using WooCommerce blocks. Due to this, our plugin isn’t functioning properly on the checkout page. Unfortunately, the current version of our plugin is not compatible with the WooCommerce blocks.
WooCommerce hasn’t provided any filters or hooks to add compatibility with these blocks. We’ve already reached out to WooCommerce about this issue, and they’ve informed us that they are working on it. Once they add the necessary hooks, we will ensure our plugins are compatible with blocks.
For now, we suggest using the shortcode [woocommerce_checkout] to create the checkout page, as this will enable our plugin to work correctly.
Thank you!