Elena
Forum Replies Created
-
Thank you for letting us know!
We wanted to inform you that, we have released the block-compatible version of our plugin with a limited number of features. Currently, our block checkout includes a limited set of features, as our primary focus has been ensuring compatibility with WooCommerce blocks. We are working on adding more features, including fields like Date etc, in future updates.
In the meantime, we kindly recommend using the classic checkout?[woocommerce_checkout] if you need to configure and display the Date field for now.Thanks for your understanding!
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!
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] Changes not savingSince 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!
Could you please confirm how your checkout page is configured? Is it using shortcodes or blocks?
If the checkout page is created using shortcode, the fields should be added and updated in the Classic Checkout Fields section.
If your checkout is configured using?WooCommerce Blocks, the fields should be added and updated in the?Blocks Checkout Fields?section.
Kindly confirm this from your end. Looking forward to hearing from you!Thank you!
Great!
Forum: Reviews
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] validation errorCould you please let us know which field you’re experiencing the issue with? Is it one of the default WooCommerce fields (like billing_phone, billing_email, etc.) or a custom field?
If it’s a default WooCommerce field, then we would like to let you know that we are using the WooCommerce default email, phone validation in our plugin. You can check the same by temporarily deactivating our plugin Checkout Field Editor for WooCommerce.
Further, if this is not the exact issue, then could you please provide a bit more detail on the problem? This will help us better understand the problem and assist you more effectively.Thank you!
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] validationTo check further, could you please raise a ticket through our website? We hope our technical team will be able to help.
Thank you!
Could you please check after adding the below code in your child theme’s functions.php file?
add_filter('woocommerce_get_country_locale', function( $locale ) {
foreach ( $locale as $key => $value ) {
$locale[ $key ]['address_1'] = [
'required' => false,
'hidden' => true,
];
$locale[ $key ]['postcode'] = [
'required' => false,
'hidden' => true,
];
$locale[ $key ]['city'] = [
'required' => false,
'hidden' => true,
];
$locale[ $key ]['state'] = [
'required' => false,
'hidden' => true,
];
}
return $locale;
});
add_filter( 'woocommerce_localisation_address_formats', function( $formats ) {
foreach ( $formats as $key => $format ) {
$formats[ $key ] = "{first_name} {last_name}\n{country}";
// You can also use{name}
instead of first name and last name.
}
return $formats;
} );Kindly be informed that removing/disabling default WooCommerce fields like country and first_name will lead to unexpected behaviours on the checkout page and also may lead to unexpected errors on the site. We kindly ask that you avoid removing them from the checkout process.
Thank you!
Forum: Reviews
In reply to: [Variation Swatches for WooCommerce] Useful plugin for variation swatchesThank you for the amazing review! We’re so happy to hear the plugin is working perfectly for you, and we appreciate your kind words about the features and support!
Forum: Reviews
In reply to: [Order Delivery Date And Time] Great plugin and support !We truly appreciate you taking the time to share your experience. Your feedback is invaluable to us!
Forum: Reviews
In reply to: [MultiStep Checkout for WooCommerce] Great customer supportWe truly appreciate you taking the time to share your experience. Your feedback is invaluable to us!
We appreciate your feedback and are so happy you enjoyed your experience with us! Thanks for the positive review.
Thank you so much for your wonderful feedback! We’re thrilled to know that our service met your expectations.
Thanks for your feedback, and we’re glad to hear the plugin is working well for you!
We understand your concern regarding the reset button. We’ve already forwarded this suggestion to our development team, and they’ll be adding a confirmation popup in the future version of our plugin.Thanks for bringing this to our attention, and if you have any more suggestions or need further assistance, feel free to reach out!
Forum: Plugins
In reply to: [Dynamic Pricing and Discount Rules] Display Sales Badge for Product RulesWe’ve already forwarded this feature request to our technical team, and they’re planning to include it in the future version of the plugin
If you have any other questions or need further assistance, feel free to let us know.