Acowebs Support Team
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Labels For Woocommerce (Sale Badges)] Overlapse with Dropdown Menus!Hello Mohsin Alam,
Thank you for your response
If the shared code works for your current needs, please feel free to continue using it. Our team will review the code and consider incorporating it into our future updates.
Forum: Plugins
In reply to: [Product Labels For Woocommerce (Sale Badges)] Not Clickable!Hello Mohsin Alam,
Please accept my apologies for the delay in responding, and thank you for your suggestion.
If the shared code works for your current needs, please feel free to continue using it. Our team will review the code and consider incorporating it into our future updates.
Forum: Plugins
In reply to: [Product Labels For Woocommerce (Sale Badges)] Overlapse with Dropdown Menus!Hello Mohsin Alam,
Sorry for the inconvenience. Hope this is due to the theme style overriding issue.
Could you please provide the URL of your product page? Before that can you please add the style code below on your site’s additional style sheet, with the help of your developer.acoplw-badge > span {
z-index: 2;
}please try this and let us know your comments
Forum: Plugins
In reply to: [Offload Media - Cloud Storage] It never works. Please review or update it.Hello abdul shakoor
I assume you are referring to the latest premium version. Please deactivate the free version and keep only the Pro version, as it is now a standalone plugin.
If the issues persist, please reach out to us via our website ticket support so we can perform a detailed check.
Forum: Plugins
In reply to: [Product Labels For Woocommerce (Sale Badges)] Product Price overlayHello,
Thank you for your question. Currently, this functionality is not available in our plugin, neither in the free version nor in the Pro version. At the moment, we do not provide a built-in option to overlay the product price directly on the featured image. However, it may be possible to achieve this using custom CSS (and potentially some theme-level customization), depending on your theme structure and layout. This would be outside the scope of the plugin itself.
The issue could not be reproduced on our local or test environments and appears to be specific to your site configuration. Since this requires a closer review of your setup, we recommend contacting us through our official support form, where we can safely review the details and assist you further.
Hello,
Thank you for reaching us
You can create a product list to include or exclude products and product category as you required.Please check the product list feature. Please don’t hesitate to get back to us if you require any further assistance or clarifications from our end in the future.
Hello lilingg,
Thank you for your patience while we reviewed your request. Unfortunately, we currently do not have the capability to apply discounts based on bundles as per your requirements. At this time, we are unable to prioritize adding this feature to our development calendar due to other competing priorities.
We sincerely appreciate your valuable insights and suggestions. Please don’t hesitate to share more ideas with us in the future — your feedback helps us improve!
Thank you for understanding
Hello,
Please check if the issue persists with the latest version of the plugin. If it does, feel free to reach out to us for custom support via the chat feature on our Acowebs website.
Hi,
As per your requirement, what we understand is you need to add a product to the cart programmatically once a button is pressed. For this you can’t access our plugin classes directly, instead, you have to follow one Woocommerce filter hook woocommerce_add_cart_item_data
woocommerce_add_cart_item_data hook will provide you the details added by our plugin and you can even alter its values.
add_filter('woocommerce_add_cart_item_data', function($cart_item_data, $product_id, $variation_id) { //$cart_item_data you can check all custom field values in this variable return $cart_item_data; }, 10, 3);Hope this helps.
Thank you
- This reply was modified 4 years, 11 months ago by Acowebs Support Team.
Hi,
You can disable the days that have already passed using the below JSON code in the Date field advanced tab
{
“minDate”:”+01.01.1970″,
“formatDate”:”d.m.Y”
}The code indicates the minimum date tobe selectable will be today onwards
But in the Custom product addon there is no option to set this for a particular user or user group.
Thank you
Hi,
Please make sure the addon form assigned to the group product is also assigned in the sub-products/child products of the group.
if it doesn’t work, please contact us with the product page URL through the service ticket.
Thank you
Hi,
you can use woocommrece custom product addon plugin n your spear arts site. And you an display addon field with addon price based on the attributes using conditional logic.
please note that the custom product addon fields are custom meta fields that have no stock management function. Also please try our demo site to check.
Thank you
Hi,
normally custom product addon form will support all the language which supports the WordPress site.
can you please share your product page URL to check the issue?
Thank you
Hi Doctorattire,
can you please try by disabling “ajax add to cart” option from woocommerce settings and from theme settings if any.
the given product page (https://www.doctorsattire.com/product/white-cotton-women-lab-doctor-coat/)is not acceasable.