Jump to content

Help For Removing Shipping Costs


bobik1

Recommended Posts

Ok, follow the guide: find blockcart module and edit blockcart.tpl and comment this:

{*
<span id="cart_block_shipping_cost" class="price ajax_cart_shipping_cost">{$shipping_cost}</span>
  <span>{l s='Shipping' mod='blockcart'}</span>
  <br/>
  {if $show_wrapping}
   {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>
   <br/>
  {/if}
  {if $show_tax && isset($tax_cost)}
   <span id="cart_block_tax_cost" class="price ajax_cart_tax_cost">{$tax_cost}</span>
   <span>{l s='Tax' mod='blockcart'}</span>
   <br/>
  {/if}
*}

Link to comment
Share on other sites

Thank you very much. It work even on latest version 1.5.3

 

I have other question - Could you tell me whether I can remove Shipping from "Shopping cart summary"

I want to stay only on the end of shopping process. I want to stay only when you have to choose"Payment Method"

Link to comment
Share on other sites

  • 1 month later...

Hi there. I tried this mod. While it removed the title 'Shipping' from the blockcart - the total still shows the shipping amount.

 

We want to change the 'Total' to 'Sub-Total' and have the amount show only the total of products minus vouchers.

 

Can anyone help in pulling this sub-total (products minus vouchers) amount?

 

I believe it has to do with pulling the right reference in the following code

 

  <span id="cart_block_total" class="price ajax_block_cart_total">{$total}</span>
  <span>{l s='Sub-Total' mod='blockcart'}</span>

 

any help would be great!

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...