Jump to content

Problem in shopping cart


Recommended Posts

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

post-890768-0-00819400-1438416877_thumb.jpg

post-890768-0-16332200-1438416882_thumb.jpg

Link to comment
Share on other sites

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

 

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

×
×
  • Create New...