ThemeHigh
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!
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] Date Default ValueWe do understand your concern.
Please be informed that each browser will handle the date field in its own way. The displayed date is formatted based on the locale of the user’s browser, but the parsed value is always formatted yyyy-mm-dd.
Unfortunately, we do not have any control over it.
As an alternative, you can use custom code to transform an input text box into a Jquery UI date picker field and can change the format accordingly.You can accomplish this by following the steps listed below.
1) Create a text field using our plugin.
2) Enqueue the Jquery UI date picker script in the checkout page.
3) Use jQuery code to convert the input text field into a UI date picker field.
Further, a few code snippets can be found on Stack Overflow and other blogs. You can check the same for more details.Thank you!
Thank you for letting us know.
We have already forwarded this to our technical team. They will check the feasibility of adding a solution in the future version of our plugin.
Thank you for letting us know.
Please raise a ticket through our website so that we can check your second query in detail.
Let me answer your queries separately.
>>Is there a way for the “Default value” field to add in a variable that references a field (like company name or any meta field) from the customer record?
Unfortunately, your requirement cannot be achieved using the lite version of our plugin.
>>I also noticed this plugin is adding in the meta data twice… as one with a leading underscore and 1 without — see keys _billing_ponum (Index 0) & billing_ponum (Index 2)
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!
Our plugin doesn’t add any styles to the product page. It uses the default WooCommerce style or the theme style.
You can add the custom classes for the fields by providing it in the options CSS Class and can add the style accordingly.
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!
Unfortunately, your requirement cannot be achieved using the lite version of our plugin.
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!
Hi,
Let me answer your queries separately.
- How can I enable the Shipping address fields
We believe that the option “Force shipping to the customer billing address” would have been enabled inside the WooCommerce >> Settings >> Shipping >> Shipping Options page. Please check after changing this setting. - How can I ensure that the customer does not have to refill the fields for the shipping address and that his shipping address is the same as his billing address. They should not have to re type.
You can achieve this by configuring the shipping option as “Default to customer billing address” in WooCommerce >> Settings >> Shipping >> Shipping Options.
Thank you!
We believe 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!
Upon checking, we can see that you are not using our Email customizer for WooCommerce plugin.
Thank you!
We hope your issue is resolved. We are going to mark this thread as resolved.
Thank you!
We hope your issue is resolved. We are going to mark this thread as resolved.
Thank you!
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] Date Default ValueUnfortunately, there is no option available to change the format of the HTML date type, the date field is an HTML date type field in which the format is depending upon the default date settings in the user system and the browser used.
Please go through the below articles to know more about this.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datehttps://stackoverflow.com/questions/7372038/is-there-any-way-to-change-input-type-date-format
Thank you!
- How can I enable the Shipping address fields