SVKpneux Posted August 1, 2015 Share Posted August 1, 2015 Hello I need help. I set free shipping over 30€, when I add product under 30€ shipping row shows with shipping price. But, when I set quantity of product on 2 and price is over 30€, shipping row miss and also one line (see picture). This problem is in 5-steps order. When I set 1-step order, everything is O.K. Where is the problem? Sorry for my English a thank you for help. Peter Link to comment Share on other sites More sharing options...
NemoPS Posted August 1, 2015 Share Posted August 1, 2015 Is it vanishing when you hit on the +? Like with javascript? Link to comment Share on other sites More sharing options...
SVKpneux Posted August 1, 2015 Author Share Posted August 1, 2015 Is it vanishing when you hit on the +? Like with javascript? Yes it is. But also, when I add product over 30€, shipping row miss. Link to comment Share on other sites More sharing options...
NemoPS Posted August 1, 2015 Share Posted August 1, 2015 What's your exact version? It should really display something {if $total_shipping_tax_exc <= 0 && !isset($virtualCart)} <tr class="cart_total_delivery{if !$opc && (!isset($cart->id_address_delivery) || !$cart->id_address_delivery)} unvisible{/if}"> <td colspan="{$col_span_subtotal}" class="text-right">{l s='Total shipping'}</td> <td colspan="2" class="price" id="total_shipping">{l s='Free Shipping!'}</td> </tr> {else}... Link to comment Share on other sites More sharing options...
SVKpneux Posted August 1, 2015 Author Share Posted August 1, 2015 What's your exact version? It should really display something {if $total_shipping_tax_exc <= 0 && !isset($virtualCart)} <tr class="cart_total_delivery{if !$opc && (!isset($cart->id_address_delivery) || !$cart->id_address_delivery)} unvisible{/if}"> <td colspan="{$col_span_subtotal}" class="text-right">{l s='Total shipping'}</td> <td colspan="2" class="price" id="total_shipping">{l s='Free Shipping!'}</td> </tr> {else}... My version is 1.6.0.9 In my shopping-cart.tpl, there is code: {if $total_shipping_tax_exc <= 0 && !isset($virtualCart)} <tr class="cart_total_delivery" style="{if !isset($carrier->id) || is_null($carrier->id)}display:none;{/if}"> <td colspan="{$col_span_subtotal}" class="text-right">{l s='Total shipping'}</td> <td colspan="2" class="price" id="total_shipping">{l s='Free Shipping!'}</td> </tr> {else} I fixed bug with wrong total price. http://forge.prestashop.com/browse/PSCSX-2945 Can it cause this problem? Link to comment Share on other sites More sharing options...
SVKpneux Posted August 1, 2015 Author Share Posted August 1, 2015 When I set 1-step order, free shipping works when I hit on + (over 30€). But I notice when I refresh(F5) page free shipping is with! (when I hit on + and total price is over 30€, free shipping is without !) Link to comment Share on other sites More sharing options...
Recommended Posts