Dina S.
Forum Replies Created
-
Since we haven’t heard back from you, we believe that your issue is resolved.
We are going to mark this thread as resolved.
Thank you!
Hi,
I am doing great and hope you are doing great too!Glad to hear that your concern has been resolved.
Have a great day!
The issue was caused by the Carni Rosso theme installed on your website, which was opening multiple
<div>tags without closing them within the same hook. To fix this, please add the below code snippet to your child theme’s functions.php file.add_action('woocommerce_checkout_order_review', 'thmsc_woocommerce_checkout_order_review_function', 14);
function thmsc_woocommerce_checkout_order_review_function(){
?>
<div>
<div>
<?php
}
add_action('woocommerce_checkout_order_review', 'thmsc_close_woocommerce_checkout_order_review_function', 16);
function thmsc_close_woocommerce_checkout_order_review_function(){
?>
</div>
<?php
}
add_action('woocommerce_checkout_after_order_review', 'thmsc_woocommerce_checkout_after_order_review_function', 94);
function thmsc_woocommerce_checkout_after_order_review_function(){
?>
<div>
<div>
<div>
<?php
}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!
We believe that you are using the Date field. Unfortunately, currently, it is not possible to change the format of the HTML date type, the date field is an HTML date type field in which the format depends upon the default date settings in the user system and the browser used.
Further, I hope you can find a suitable solution by referring to the below link.
https://stackoverflow.com/questions/7372038/is-there-any-way-to-change-input-type-date-format
Hope this help.We can see that you have already raised a support ticket regarding this issue, and our technical team has provided a solution to restore the default WooCommerce billing fields.
We hope that those steps have resolved your issue.
Thank you!
Forum: Reviews
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] Easy to useAs per the WordPress forum policy, we are not supposed to answer premium related questions on this forum. Could 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!
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] CSS IssueYou can submit a ticket using the link below:
Unfortunately, your requirement cannot be achieved using the lite version of our plugin.
Further, as per the WordPress forum policy, we can’t answer premium related questions on this forum. Could you please raise a ticket through our website? We hope our technical team will be able to help you.
Thank you!
We understand your concern regarding the status of the issue, and we sincerely apologize for any confusion. The status was updated to “Resolved” based on the assumption that the issue had been addressed, pending the inclusion of the fix in the next plugin release. However, we recognise that the issue is not fully resolved until the official update is released with the fix.
Rest assured, our development team is actively working on the fix, and once the update is released, we will inform you immediately. At that point, you’ll be able to confirm that the issue has been fully resolved, and the status can be updated accordingly.
We sincerely appreciate your patience and your attention to detail in this matter. If you have any further questions or need additional assistance, please don’t hesitate to reach out.
Thank you!
Hi,
Could you please check after adding the below code in your child theme’s functions.php file?
add_action('wp_footer','th_add_required_attribute',999);
function th_add_required_attribute(){
?>
<script>
(function($){
$(document).ready(function() {
$('input[name="field_name"]').attr('required', true);
});
})(jQuery, window, document)
</script>
<?php
}Please replace the field_name in the above code snippet with your corresponding field name.
We hope this will help.
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!
Upon checking the screenshot you have shared, we can see that you are using the premium version of our plugin.
As per the WordPress forum policy, we can’t answer premium related questions on this forum. Could you please raise a ticket through our website? We hope our technical team will be able to help you.
Thank you!
Hi,
As per the WordPress forum policy, we can’t answer premium related questions on this forum. Could you please raise a ticket through our website? We hope our technical team will be able to help you.
Thank you!