Dina S.
Forum Replies Created
-
Hi,
Kindly note that we are applying discount for the product after it is added to the cart.
Unfortunately, your requirement cannot be achieved using our plugin.
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!
That’s strange. Your issue needs a detailed check. Could you please raise a ticket through our website? We hope our technical team will be able to help.
Thank you!
Inorder to achieve your requirement, you need to make the first option blank as shown in the below screen-shot:
Hope this helps.
Thank you!
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] Fields not hidden@holytruthorg Glad to hear that you were able to solve the problem.
Hi,
Usually, the settings will be displayed in the menu “Email Customizer”.
If this tab is not shown in your WordPress dashboard then the issues 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!
Hi,
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!
Upon checking your site, we noticed that the theme is adding extra div tags to the checkout form to apply its own styling. Our plugin also modifies the checkout form, and the additional div tags from the theme are causing conflicts with these modifications.
In order to resolve this issue, the extra div tags need to be removed from the checkout form to allow our plugin to function smoothly, and to achieve it please add the below code snippet in your theme’s functions.php file.function custom_remove_woocommerce_checkout_actions_if_plugin_active() {
if (is_plugin_active('woocommerce-multistep-checkout/woocommerce-multistep-checkout.php') && is_checkout()) {
remove_action('woocommerce_checkout_before_customer_details', 'seedone_action_echo_div_checkout_before_customer_details');
remove_action('woocommerce_checkout_before_order_review_heading', 'seedone_action_echo_div_checkout_before_order_review_heading');
remove_action('woocommerce_checkout_after_order_review', 'seedone_action_echo_div_checkout_after_order_review');
}
}
add_action('wp', 'custom_remove_woocommerce_checkout_actions_if_plugin_active', 20);Have a great day!
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!
That’s strange. Your issue needs a detailed check. Could you please raise a ticket through our website? We hope our technical team will be able to help.
Thank you!
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] Fields not hiddenYour 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!
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!
We believe our technical team has adequately addressed your question.
Thank you!