Acowebs Support Team
Forum Replies Created
-
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 3 years, 9 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.
hi Natashaler,
Currently, there is no option to create a dropdown list with an image /image popup. you can use the image group addon field to display the image group and customers/buyers can select multiple images by enabling the “Allow Multiple Selections” option from the addon image group field.
If you need to test the Custom Product Addon plugin PRO version, Please use our demo site https://wcpa.demo.acowebs.com/wp-admin/
Username/Password:demoThank you
Hi,
you can display the checkbox options/radio group options inline by enabling the inline option from the addon field edit window
https://prntscr.com/10bdw2jThis option is avaliale on the pro vrsion only. Else you can do this by writing custom css code with the help of your developer.
Thak you
Acowebs Support TeamHi,
if there is any compatible issue with the plugin, our team will check the issue and the plugins. And the issue will be fix based on the precheck phase.
Thank you
WooCommerce Custom Product Addon plugin is compatible with most of the WooCommerce plugins, like WPML Currency Switcher, etc. but we don’t test the plugin compatibility with Aelia Currency Switcher. If you have the plugin, You can test it in your environment. if you got any issues, we will give you support to fix them.
Also, we have 30 DAY MONEY BACK GUARANTEE: if you are not 100% satisfied with our products, you will receive a 100% refund for any reason.
WooCommerce Custom Product Addon plugin is compatible with most of the WooCommerce plugins, like WPML Currency Switcher, etc. but we don’t test the plugin compatibility with Aelia Currency Switcher. If you have the plugin, You can test it in your environment. if you got any issues, we will give you support to fix them.
Also, we have 30 DAY MONEY BACK GUARANTEE: if you are not 100% satisfied with our products, you will receive a 100% refund for any reason.
Hi,
sure you can add price based on the Addon filed value as quantity x width x height x product_price using a custom formula
https://acowebs.com/guideline/plugin-docs-faqs/wcpa/pricing-custom-formula/As an example please check the demo product for calculation of area( length x weight )
product URL: https://wcpa.demo.acowebs.com/product/area-test/
form URL: https://wcpa.demo.acowebs.com/wp-admin/post.php?post=8663&action=edit
username/password:demoThank you
Acowebs Support Team