Jump to content

Eliminare spese di spedizione dal modulo carrello PS 1.4


Recommended Posts

Ciao!
Come già detto nel titolo, vorrei eliminare o non calcolare le spese di spedizione visualizzate nel modulo carrello in home page per un nuovo utente o cmq per un utente che ancora non si è loggato...

Ho trovato una vecchio topic che spiegava come fare, ma purtroppo non funziona con PS 1.4
http://www.prestashop.com/forums/viewthread/22011

Qualcuno sa come procedere??

Grazie

Link to comment
Share on other sites

  • 5 months later...

Per la versione 1.4.5.1

 

blockart.tpl rimuovere:

<span>{l s='Shipping' mod='blockcart'}</span>
  <span id="cart_block_shipping_cost" class="price ajax_cart_shipping_cost">{$shipping_cost}</span>

blockart.php sostituire

 

'total' => Tools::displayPrice($totalToPay, $currency),

con

 

'total' => Tools::displayPrice($params['cart']->getOrderTotal($useTax, Cart::BOTH_WITHOUT_SHIPPING), $currency),

 

www.iltshop.it PERFETTO !!!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...