Dina S.
Forum Replies Created
-
Forum: Plugins
In reply to: [Order Delivery Date And Time] Providing specific dates does not workSeems to be strange! 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.
We believe that the issue might be due to the removal/ disabling of the country fields from the billing or shipping sections. Please be informed that when you provide validation for the state field or zip code field in any section, it is mandatory to have an active country field. You can resolve this issue by creating the billing_country or shipping_country field.
If you don’t have a country field then please verify after adding it.
Further, if you are selling your products only to few countries and you don’t want to let the customer select other countries from the checkout page. Instead of deleting the default country field, you can achieve your requirement by navigating to WooCommerce>>Settings>>General>>General options>>Selling location(s), select the option Sell to specific countries and select the Countries as per your requirement.
Please note that it is recommended not to remove or override the default WooCommerce fields.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!
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!
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!
Have a great day!
Hi,
To fix the issue, we have added the below style in your Additional CSS file.
.woocommerce-checkout input[type=date] {
padding: 6px 15px;
}Also, we have added the below code snippet inside your code snippets plugin.
add_action('wp_footer', 'th_add_red_border_2');
function th_add_red_border_2(){
?>
<script type="text/javascript">
(function($){
$('#shipping_date').addClass( 'input-text' );
})(jQuery, window, document)
</script>
<?php
}We hope this will help.
Have a great day!
Forum: Plugins
In reply to: [Product Feature Request] Rich text formatting?Unfortunately, your requirements cannot be achieved using the current version of our plugin.
Thank you!
Your issue needs a detailed check. Could you please raise a ticket through our website? We hope our technical team will be able to help.
Thank you!
Unfortunately, this feature is not available in the lite version of our plugin.
We regret we couldn’t be of more help.
Thank you!
Can you please raise a ticket through our website? We hope our technical team will be able to help you.
Thank you!
Thank you for taking the time to leave us a fantastic review! Much appreciated!
We can see that you are not using our plugin Extra Product Options for WooCommerce. Can you please verify the author of the plugin that you are using?
Thank you!
Yes, our plugin is compatible with the Elementor and Elementor Pro.
Kindly be informed that we are passing our fields and its values to the below hooks :
1) woocommerce_before_single_product
2) woocommerce_before_add_to_cart_button or woocommerce_after_add_to_cart_button
If the above hooks are available in the “single product page template” created using the elementor then the extra fields will be displayed in that location.Thank you!
Forum: Plugins
In reply to: [Order Delivery Date And Time] Providing specific dates does not workYour 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!