Altos
Forum Replies Created
-
Forum: Plugins
In reply to: [WooPrice Calculator] formula questionokay, what does Poduct add-ons woo plug-in do?
I mean what do you want to get?
and Can you show by screen shots or a video demo the conflict issue? It would be useful to understand better the problem.Forum: Plugins
In reply to: [WooPrice Calculator] Price of productIf you want to add the base price to your calculator you could use a formula like this:
$price+$aws_price_calc_1
This means: Add the base price to the $aws_price_calc_1 input field; where $price is the base price of the product (Regular Price)
You can see some documentation here:
Hello Larido55,
Sorry if we cannot give you support about PRO version on WPC FREE Support On WordPress Forum.
You should access on the dedicated PRO version forum at the link https://altoswebsolutions.com/forum/woo-price-calculator/
Thank you so muchForum: Plugins
In reply to: [WooPrice Calculator] Checkout problem after woocommerce updateHello,
we tried to reproduce the problem in our environments, but without success.
Everything works fine with the free version. The problem may be related to the specific version of the free one you are using.
As we continuously update or software, I recommend you to install the latest version of it : https://it.wordpress.org/plugins/woo-price-calculator/.Here is a link from our documentation on how to do that : https://altoswebsolutions.com/manual/woo-price-calculator/update.
If the problem persist, it mean that is a problem of compatibility or another plug-in is causing the issue.
To find so, you can create a plain test environment where you install just WordPress, Woocommerce and WooPriceCalculator and test it.Waiting for your feedback.
Best regards.
Naidi
AT798STEP 1:
Create the folder “translations” if doesn’t exist, like this:
/wp-content/uploads/woo-price-calculator/translationsSTEP 2:
Create your translation file, if doesn’t exist (e.g: “nl_NL.php”, “fr_FR.php”, “it_IT.php”)STEP 3:
Open your file and insert the following code<?php return array( 'ecommerce.shop.choose_an_option' => 'here your translation', );If there is code inside you just need to add inside the array this code:
'ecommerce.shop.choose_an_option' => 'here your translation',STEP 4
Save your file and that’s all.Let us know if this solved your problem.
Forum: Plugins
In reply to: [WooPrice Calculator] Pass the value that user entered to CartDo you mean you want to show the values in the cart? or are you talking only about the weight variable?
Anyway, showing the values (in cart,order,invoice) filled by the user is not available for the free version.If you want to know more about this, write us in our forum.
Forum: Plugins
In reply to: [WooPrice Calculator] Show range of prices instead of basic priceHi,
WooPriceCalculator works only with simple products. If you want to output data to your product page, with the PRO version you can create output
fields and set them statically or dynamical in base of your needs.There is no directly way to find if a product has a calculator assign, but check this link above:
https://altoswebsolutions.com/manual/woo-price-calculator/change-the-price
https://altoswebsolutions.com/manual/woo-price-calculator/16-5-hide-calculator-formYou can use this hooks to determine if a specific product has a calculator.
Best regards,
Naidi
AT789You can translate it following this documentation. In particular the key ecommerce.shop.choose_an_option is what you need to use.
Forum: Plugins
In reply to: [WooPrice Calculator] Show range of prices instead of basic pricewhat do you mean?
when?If you go to the products panel you will see that if the product is using our calculator, you don’t see the price but “woo price calculator”.
Forum: Plugins
In reply to: [WooPrice Calculator] Show range of prices instead of basic priceActually with the free version there’s not an easy solution for this.
Anyway you can write on our forum for more details.Forum: Plugins
In reply to: [WooPrice Calculator] Use percentages in formulaSo, is the percentage value a user param?
If not, what’s it?
If yes,
you can write like this: ((100-$aws_1)/100)*$price
This formula will give you the the discount calculated. I re-made your formula.Let us know if this solved your problem.
Hello,
this is possible , but you can achieve that only with the PRO version.
As you are using the free, that’s the reason why you are not getting this type of information on cart and checkout page.WooPriceCalculator PRO : https://altoswebsolutions.com/cms-plugins/woopricecalculator
Best regards,
Naidi Shuli
AT774Forum: Plugins
In reply to: [WooPrice Calculator] Minimal Priceah okay, I got it now. It’s possible.
You can find more details on forum.Hello
Can you try to update WPC to version 2.3.1? It was just released.
Let us know if this solved your problem.Hello
We checked the link but we could see the price in every product. So it looks like it works.
Did you solve by yourself?
Otherwise, can you send us the product that has the issue?
If the problem is still there, can you check the console of the browser to look for some errors information that can help us to understand the issue?
We will be waiting for your feedback.