ba609 Posted November 9, 2016 Share Posted November 9, 2016 (edited) Hi,how can I do to replace the items in the summary table of the cart page?I would change "Unit price" to "Supplier" as seen the image in attached.The "Supplier" information must also be included in e-mail order notification.Ver. PrestaShop ™ 1.5.4.1 Bye !====================== Edited November 9, 2016 by ba609 (see edit history) Link to comment Share on other sites More sharing options...
ba609 Posted November 9, 2016 Author Share Posted November 9, 2016 I have changed the code:<td class="cart_unit">{if $product.id_supplier}{$product.id_supplier|escape:'htmlall':'UTF-8'}{else}--{/if}</td> with this I see the "ID Number of supplier", What I do to see the name of supplier ? Ciao Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now