acowebs
Forum Replies Created
-
While checking the link, we can see some unwanted HTML tags are included in the content. Please refer to the screenshot https://prnt.sc/_kjdoRT6Q_8E.
It can be probabaly accedently added while copy past product page content.
Please check product contented editor and remove unwated tags
- This reply was modified 1 year, 7 months ago by acowebs.
Our team is checking the issues, For premium version support you can check our website. It is a public place.
Okay, it happens when the language switches.
Which solution you are using for this multi-lingual, Any plugins?
Please provide details, So we can have test from our end.We tried some products from our end , cannot reproducce the issue. refer screenshot https://prnt.sc/GJKMLBC8fDlp
Could you please provide a specific product url where the issue exists.
Also, we can see you are using an older version of product addon plugin, Can you try updating to our latest version( 5.0.16), you can get it from our website.
Could you please share the site URL, so that we can check the issue?
We have not tested the compatablity with fancy product designer, As it is premium plugin, we cannot test it from our end.
If you provide the url of your website where both plugins installed, we could have a look and figure out what causing issues.
Hope you are looking for tax settings
You can find it at Settings>>Advance settings –
Refere screnshot https://prnt.sc/zheOyCiZJhhGIf you share your requirement in detail, we can create a demo as per the needs and you can check it
For elemtor, You can use add to cart widget (with quantity field) in order to show product addon fields.
You can change the texts from Settings>>Product addons >> Strings
refer https://prnt.sc/_CBimhd6-9ixTo remove price agains dropdown options – You can find the settings for this under the section of the form builder – https://prnt.sc/JOD7fLrx0Wxz
You dont need a custom code if you are on pro vesion.
You can set the price on the form field settings,
Enable Price and set custom formula {value}*{product_price}Refer this screenshot https://prnt.sc/ZKLlKOUiziBD
Above code will be usefull only if you are a developer, you can extend that code as per your need. You can use any custom code snippet plugin for writing that code, or hard code it in your thems functions.php or footer.php
Anyway, inorder to change price, you can use the pro version. In free version, it will not be possible
We believe you are looking for the custom js code for accessing the dropdown values. Below code will help to get the values.
<script> var fieldId='content_1622372897'; // replace contentField element id if (wp && wp.hooks) { wp.hooks.addAction('wcpa_fields_updated', 'wcpa_custom', function (price, _fieldData) { if (_fieldData.fields && typeof _fieldData.fields[fieldId] !== "undefined") { // you can access field data here with _fieldData.fields[fieldId] } }) } </script>
For setting price for fields, You need to use premium version.
Please add below custom css in order to fix this issue
.single-product div.product.wcpa_has_options form.cart { display: flex !important; }
Yea, forgot to mention, that you can control whether to apply tax or not for the fee set.
I think you are using an older version of the product addon premium version. Would you be able to try the latest version,
also for premium version support, you can reach our website, this forum is mainly for free version support