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!
We hope your issue is resolved.
We are going to mark this thread as resolved.
Thank you!
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!
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!
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!
Forum: Plugins
In reply to: [Order Delivery Date And Time] Can´t translate Select time slot@rwky 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: [Order Delivery Date And Time] 12 am / 12 pm shows as 00Great!
Could you please update the same on the ticket that we worked, so that we can check further from our end.
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] CSS style problemsCould you please check after updating the option “Enable class override for address fields” by unchecking and checking the option again from the Locale override settings inside the Advanced Settings tab.
If you are still facing the issue, then can you please raise a ticket through our website? We hope our technical team will be able to help you.Unfortunately, your requirement cannot be achieved using the lite version of the plugin.
Thank you!
You can retrieve order item meta (wepo product options) using below code.
$order_id = 758; // Replace with the ID of the order you want to retrieve the order item meta from. // Get the order items for the order. $order = wc_get_order( $order_id ); $order_items = $order->get_items(); foreach($order_items as $item_id => $item){ wc_get_order_item_meta($item_id, 'test', true); //Relace test with field name }If you want to retrieve the order item meta (wepo product options) using SQL query then the order item meta is available in wp_woocommerce_order_itemmeta table.
SELECT meta_value FROM wp_woocommerce_order_itemmeta WHERE order_item_id = ‘item_id’ AND meta_key = ‘field_name’‘Item_id’ is the ID of the order item for which you want to retrieve the data, and ‘field_name’ is the name of the metadata field you want to retrieve(wepo field name).
Thank you!
Forum: Plugins
In reply to: [Order Delivery Date And Time] 12 am / 12 pm shows as 00If your requirement is to provide the time slot from 12’o clock afternoon to 2’o clock afternoon. You must select “12” and “pm” from the Edit time slot tab. Please refer to the below link for more details.
https://prnt.sc/DC2GLF3-vQ9AThank you!
Could you please confirm whether you are using the latest version of our plugin?
If not, please check by updating the plugin to the latest version.
Thank you!
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] CSS style problemsPlease enable the option “Enable class override for address fields.” in the plugin’s Advanced settings tab.
We hope this will help.
Thank you!