Jump to content

Shipping configuration Problem


Recommended Posts

I need that a message appears in the shipping part of the checking out process, for customers from specific countries and customers of wholesale. I need to specify some shipping conditions and limitations and refer the wholesale customs to contact me via email. Any one know how to do this?

also, my carrier has an additional price per kilo after the 10th or 7th for other zones, can I configure presta to calculate this automatically?

thaks

Link to comment
Share on other sites

See my post here for how to make the customer group accessible in TPL files. You could then add code like the following in order-carrier.tpl:

{if $wholesaler OR $address->id_country == 1}
Put your message here{/if}



This will display a message only for wholesalers and if the country has an ID of 1. Change the ID to whichever country is appropriate.

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