- Posts: 367
- Thank you received: 18
- Forum
- Support questions
- WooPrice Calculator (Pro)
- [CLOSED] Can I move the calculated price to the bottom or repeat or make faster
×
WooPrice Calculator PRO
[CLOSED] Can I move the calculated price to the bottom or repeat or make faster
- Enrico
-
- Offline
Less
More
3 years 6 months ago - 3 years 6 months ago #518
by Enrico
Enrico replied the topic: [CLOSED] Can I move the calculated price to the bottom or repeat or make faster
Hi Andrew,
Total calculation performance can depends on various things:
- Performance of your server
- Spreadsheet complexity (Try to simplify your spreadsheet deleting cells that you don't need)
If you want to change the position without using themes: woopricecalculator.com/documentation#themes you can use jQuery:
This will add the price after the quantity field (for example):
Generally:
Try then to hide the original price:
Regards,
Enrico
Total calculation performance can depends on various things:
- Performance of your server
- Spreadsheet complexity (Try to simplify your spreadsheet deleting cells that you don't need)
If you want to change the position without using themes: woopricecalculator.com/documentation#themes you can use jQuery:
This will add the price after the quantity field (for example):
$( ".qty" ).after( '<div class="price"></div>' );
Generally:
$( "SELECTOR" ).after( '<div class="price"></div>' );
Try then to hide the original price:
$(".product .price .woocommerce-Price").hide();
Regards,
Enrico
Last Edit: 3 years 6 months ago by Enrico.
Please Log in or Create an account to join the conversation.
- Andrew Long
-
Topic Author
- Offline
Less
More
- Posts: 9
- Thank you received: 0
3 years 6 months ago #514
by Andrew Long
Andrew Long created the topic: [CLOSED] Can I move the calculated price to the bottom or repeat or make faster
I would like to know if I can get the price to show at the bottom of my calculator? I am guessing that might be more of a woocommerce issue but I thought I would try here first.
Additionally, Is there a way to speed up the Javascript/AJAX on the total calculation?
Additionally, Is there a way to speed up the Javascript/AJAX on the total calculation?
Please Log in or Create an account to join the conversation.
Moderators: david
- Forum
- Support questions
- WooPrice Calculator (Pro)
- [CLOSED] Can I move the calculated price to the bottom or repeat or make faster
Time to create page: 0.134 seconds