- Posts: 105
- Thank you received: 2
×
WooPrice Calculator PRO
[CLOSED]2 Price Outputs
- Naidi
-
- Offline
Less
More
2 years 10 months ago #1328
by Naidi
Naidi replied the topic: [CLOSED]2 Price Outputs
Hi,
is not a good thing to do tha same calculation on the server side different time because it will impact the performance of the page. Luckily WooPriceCalculator has another way to achieve that without loosing performance.
You can use output fields to display in your case the non-discounted price. The steps to do that:
1)Create an excel file with the logic you want to implement
2)Create a calculator starting form excel file
3) Do the right mapping to insert this time the output field
For more information check our documentation site , you can check our videos too.
Best regards,
Naidi
AT236
is not a good thing to do tha same calculation on the server side different time because it will impact the performance of the page. Luckily WooPriceCalculator has another way to achieve that without loosing performance.
You can use output fields to display in your case the non-discounted price. The steps to do that:
1)Create an excel file with the logic you want to implement
2)Create a calculator starting form excel file
3) Do the right mapping to insert this time the output field
For more information check our documentation site , you can check our videos too.
Best regards,
Naidi
AT236
Please Log in or Create an account to join the conversation.
- Michael
-
Topic Author
- Offline
Less
More
- Posts: 18
- Thank you received: 0
2 years 10 months ago #1321
by Michael
Michael created the topic: [CLOSED]2 Price Outputs
Hello.
I already use the php filter (add_filter('woo_price_calculator_calculate_price' ... ) to do calculation on the price.
If I make the code calculate a second, discounted price; can I output that with the none-discounted price and display both on the product calculation page?
Thanks in advance.
I already use the php filter (add_filter('woo_price_calculator_calculate_price' ... ) to do calculation on the price.
If I make the code calculate a second, discounted price; can I output that with the none-discounted price and display both on the product calculation page?
Thanks in advance.
Please Log in or Create an account to join the conversation.
Moderators: david
Time to create page: 0.174 seconds