Jump to content

[SOLVED] How do I remove the shipping cost?


5haun

Recommended Posts

instead of {displayPrice price=$total_price} you can use {displayPrice price=$total_products}

 

Thanks but this didn't seem to have worked when editied the code in shopping-cart.tpl. Delivery cost still shows in the total. Any other suggestions?

Link to comment
Share on other sites

hello

take a look:

				<td colspan="2" class="price total_price_container" id="total_price_container">
					<p>{l s='Total'}</p>
					<span id="total_price">{displayPrice price=$total_products_wt} {displayPrice price=$total_products}</span>
				</td>
				{else}
				<td colspan="2" class="price total_price_container" id="total_price_container">
					<p>{l s='Total'}</p>
					<span id="total_price">{displayPrice price=$total_price_without_tax}</span>
				</td>
				{/if}

i used two variables:

displayPrice price=$total_products_wt} {displayPrice price=$total_products}

uR3jiec.png

Link to comment
Share on other sites

hello

take a look:

				<td colspan="2" class="price total_price_container" id="total_price_container">
					<p>{l s='Total'}</p>
					<span id="total_price">{displayPrice price=$total_products_wt} {displayPrice price=$total_products}</span>
				</td>
				{else}
				<td colspan="2" class="price total_price_container" id="total_price_container">
					<p>{l s='Total'}</p>
					<span id="total_price">{displayPrice price=$total_price_without_tax}</span>
				</td>
				{/if}

i used two variables:

displayPrice price=$total_products_wt} {displayPrice price=$total_products}

 

I'm not sure what's going on? It's still not working? Please help me

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