Search the Community
Showing results for tags 'Total price'.
-
Witam Szukam i szukam i nie mogę znaleźć. Może ktoś podpowie. W custom.js mam kawałek kodu i chcę pobrać po odświeżeniu koszyka aktualną wartość zakupów. I nie mogę tego ogarnąć. Do jakiego obiektu i jakiej zmiennej się odwołać? Mam taki kod: prestashop.on( 'updateCart', function (event) { //no i właśnie co tutaj? }
- 11 replies
-
- prestashop
- js
-
(and 3 more)
Tagged with:
-
Hi all! How to get variable with total price of order in order-confirmation.tpl? I'm beginner with prestashop, so this is maybe very stupid question Thanks!
- 12 replies
-
- total price
- cost
-
(and 1 more)
Tagged with:
-
Hi! I searched on internet and forum but cant find the right solution. Using Prestashop 1.5.6.1 Prestashop calculates tax based on product price and rounds it. Nothing wrong with that if your customer is buying 1 or 2 same products. But when your order 10 or 30 same items, the final tax amount is wrong. Sometimes the difference is more than 1 euro! Is it possible to calculate the tax over the total price instead of product price? Where should i be to change it (which file) and what should I change. Or is it possible to stop rounding the price on 2 (or more) decimals? Hope someone can help Regards, Keron
- 2 replies
-
- tax calculation
- total price
-
(and 2 more)
Tagged with:
-
Hello everyone, I have a question regarding an issue i was coming by while setting up my shop. I want the total price to the right to be adjusted to the amount of discount they get for ordering a larger amount. Example: Buying more than 250 will apply a discount to the total amount. I have set the discount prices already and they show up on the checkout page but not on the total amount itself (product page). So to make this a little bit shorter: How can i adjust my shop to display the live discounted amount by putting in an amount while ordering ? Thanks http://imgur.com/u9ta8ef)
-
Hello Today I have a problem with the total price display! So there is the total price (23,20) and there is the price without VAT (18,71). But the problem is, that the price display is the same for both of them! If I go to localization settings, there I can't rewrite Total fără TVA to Total or Total with VAT, but it change both lines (marked with yellow). So, is it possible to change only the last line (marked with 12) to Total fără TVA and leave the first line (marked with 1) Total or Total with VAT?? Because now if I change the text on the localization changes both there
-
- display
- total price
-
(and 2 more)
Tagged with:
-
Maybe I'm being unusually dense, but I have searched and searched and I can't figure out how to configure shipping to charge the fee according to the total price of the merchandise. I see in the Shipping tab that I can choose "Billing According to total price" I see in the Price Ranges tab that I can create price ranges for each carrier. But how do I specify the fee to charge for each price range? I am currently using V 1.5.4.1, and I use UPS and USPS as carriers. I have been using Prestashop for several years, using total weight to calculate shipping. I have received feedback from some customers that the shipping fee for small orders puts them off, and I have a lot of dropped carts. I thought I'd try this to see if it helps. What am I missing?
- 5 replies
-
- shipping
- total price
-
(and 1 more)
Tagged with:
-
Hi, I want to repeat the display of total price at the bottom of my order-opc page, so my customers could see the final price before clicking order button. If I add this: {displayPrice price=$total_price} I get the price displayed, but if I make any modifications to the cart (add more products or choose different carrier) price at the top of page is refreshed while the second price at the bottom stays same unless I refresh page. I know this is something to do with shopping-cart.js file, it updates the price inside shopping-cart-summary finding elements by id's, I've tried to add same js code just using new id's but it didn't worked. Thanks for help!
-
- order-opc
- total price
-
(and 1 more)
Tagged with:
-
Hi I have a problem to display "total product price only" except of "total price-discount" see this: line 1 is sum of product 1 & product 2 real price without tax and discount = 23,200 line 2 is total discount = 3,480 line 3 is sum of line 1 & line 2 = 19,720 line 4 is line 3 + tax = 20,903 and see this: in first image everything is ok but the second, in the cart, in the green box i want to show line 1 not line 3 ! this is my "theme name/modules/blockcart/blockcart.tpl" code that related to this prob: <div class="cart-prices"> <div class="cart-prices-block"> <span id="cart_block_shipping_cost" class="price ajax_cart_shipping_cost">{$shipping_cost}</span> <span>{l s='Shipping' mod='blockcart'}</span> </div> {if $show_wrapping} <div class="cart-prices-block"> {assign var='cart_flag' value='Cart::ONLY_WRAPPING'|constant} <span id="cart_block_wrapping_cost" class="price cart_block_wrapping_cost">{if $priceDisplay == 1}{convertPrice price=$cart->getOrderTotal(false, $cart_flag)}{else}{convertPrice price=$cart->getOrderTotal(true, $cart_flag)}{/if}</span> <span>{l s='Wrapping' mod='blockcart'}</span> </div> {/if} {if $show_tax && isset($tax_cost)} <div class="cart-prices-block"> <span id="cart_block_tax_cost" class="price ajax_cart_tax_cost">{$tax_cost}</span> <span>{l s='Tax' mod='blockcart'}</span> </div> {/if} <div class="cart-prices-block"> <span id="cart_block_total" class="price ajax_block_cart_total">{$total}</span> <span>{l s='Total' mod='blockcart'}</span> </div> </div> {if $use_taxes && $show_tax} {if $priceDisplay == 1} <p id="cart-price-precisions"> {l s='Prices are tax excluded' mod='blockcart'} </p> {else} <p id="cart-price-precisions"> {l s='Prices are tax excluded' mod='blockcart'} </p> {/if} {/if} I changed "<span id="cart_block_total" class="price ajax_block_cart_total">{$total}</span>" with every value i knew but it didnt work... PLS HELP
- 1 reply
-
- theme edit
- shopping cart
-
(and 2 more)
Tagged with: