ThemeHigh
Forum Replies Created
-
Unfortunately, your requirement cannot be achieved using the lite version of our plugin.
Forum: Plugins
In reply to: [Dynamic Pricing and Discount Rules] Displaying Discount in Mini CartYour 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!
Yes, we are using that same hook to add extra options as product(item) meta data.
Unfortunately, there is no direct option available in the lite version of our plugin to achieve this.
However, you can refer to the following code snippets to fulfill your requirements.
add_filter( 'woocommerce_add_cart_item_data', 'add_custom_data_to_cart', 10, 2 ); function add_custom_data_to_cart( $cart_item_data, $product_id ) { // Add custom data to the cart item data array $cart_item_data['custom_data'] = 'Some custom data'; return $cart_item_data; } // extra options data are stored in [‘thwepof_options’] key of cart_item_data array/object $cart_item_data['thwepof_options'] = $extra_cart_item_data;Thank you!
Yes, our plugin does support Multi-site setup.
Thank you!
Great!
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] when support HPOS?We do understand your concern.
We normally do adjust to any new features that WooCommerce introduces.
Our technical team is already aware of it and working on it. As soon as WooCommerce makes it available, we will implement it.
Thank you!
Please check and verify after enabling the option “Show section title in product page” inside the Basic Info tab of the default section.
Thank you!
Could you please try adding the below style in your Additional CSS and verify it from your side?
input#school_website:focus-visible {
outline: none!important;
}
input#school_website {
background-color: #f7f7f7;
border: none!important;
color: #818a91;
font-size: 14px;
padding: 14px!important;
}We hope this will help.
Thank you!
Forum: Plugins
In reply to: [Order Delivery Date And Time] Can´t translate Select time slotSince 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: [Order Delivery Date And Time] Js IssueWe hope your issue is resolved. We are going to mark this thread as resolved.
Thank you!
Forum: Plugins
In reply to: [MultiStep Checkout for WooCommerce] Impossible to translate steps titlesWe are glad to inform you that we have released a new version of our plugin in which this issue is fixed. Please update the plugin and verify from your side.
Thank you
Forum: Plugins
In reply to: [MultiStep Checkout for WooCommerce] Checkout form does not save changesSince 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!
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!