Jump to content

[SOLVED] How do I remove the shipping cost?


5haun
 Share

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?

Share this post


Link to post
Share on other sites

ahve you tried to clear cache in store? 

just turn force compile on (adv. preferences > performance tab in back office)

 

I just did that now and it still shows the shipping cost... Anything else I could do?

Share this post


Link to post
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

Share this post


Link to post
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

Share this post


Link to post
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
 Share

×
×
  • Create New...

Important Information

Cookies ensure the smooth running of our services. Using these, you accept the use of cookies. Learn More