acowebs
Forum Replies Created
-
It is a compatablity issue with the theme’s ajax add to cart feature, which doesnt sending the form data along with add to cart details. You can disable ajax add to cart feature and try
Our free version produt addon plugin not providing pricing support.
Our product addons free version has no price or fee setting option. So tax is not relevent.
If you are using premium version of prodcut addon, please reach us using the provide support option at our website.
@peterleaus answered your query at https://www.ads-software.com/support/topic/translate-select-options-text/
You can manage the translation from the String Translations section in polylang. Please refer to the screenshot below
If the string is not appearing at string translation, You can just click save changes in product addons settings, so that this string will be synced with polylang string translations
You can achieve this by adding a custom css
.wcpa_form_outer .wcpa_form_item .select_arrow {
left: 15px;
right: auto;
}It is supposed to work on that way only.
It will show “Select options” for product which have any product addon fields assigned, and will show ‘Add to cart” itself if there is no option.
Also it will show “Select options” for Variable products.
If it is not working in that way, it can be conflict with any other plugins or the them you are using. Could you try diffrent theme and check if it working correctly .
Changing quantity based on addon value is possible in the product addon pro version. In the free version, it is not possible
There is no option to disable spellcheck in field level.
You can edit woocommerce product page template fields and add
spellcheck="false"
Otherwise, you can write custom jquery code to set an attribute to the particular form fieldjQuery(document).ready(function(){<br>jQuery("#text-1677343174888").attr('spellcheck',false);<br>});
Seems you mistakenly posted this forum. From the error details, we can see you are using some other product addon plugin. Our plugin path will be
woo-custom-product-addons
We cannot see the product addon fields showing in the product page.
Instead it showing the default woocommerce variation dropdowns.Have you done any custom coding to replace the addon fields in product page?
Also, it would be help ful if you can confiugure the same form on our demo https://wcpa-free.demo.acowebs.com/wp-admin/ then we can have a check
Thanks for confirming, Woo Store Vacation sets each products non purchasable, thats why it shows this warning. happy to know the issue has been resolved
This path is not from our plugin, Seems you are using some other plugin.
Our plugin path will be/wp-content/plugins/advanced-table-rate-shipping-for-woocommerce/
There is no bulk upload feature for options as of now.
Anyway, if you look in the source code of the form builder, you can see the form fields data are stored as JSON format, which you can modify using a text editor easilyPlease see this screencast https://www.loom.com/share/854ecf72cc794fb6b2ad8fbfd62fdb70
We have already planned this feature in our roadmap, Our team is working on a new version which will have such features, Anyway, it can take more than a couple of months to release
We can see the data in the product page submit as ajax method,
This ajax functionality not sending product addon form data to server.
Coull you please check if there is any option to disable ajax add to cart feature in Themes Settings?