![]() |
Losing the product code at the checkout?
How do I get rid of the product codes so it just displays the product titles in the cart at the checkout?
I know it's in cart_details.tpl but which part of the code do I need to either remove / comment out? I'm guessing it's in here somewhere right? Quote:
|
Do you mean the cart itself or the cart summary boxes in the checkout screens?
|
Quote:
In the cart itself on the last page of the checkout. I'm a little confused by what you mean by summary boxes? Whatever I'm on about it's the last time when you see your cart before you pay. If that makes sense? |
In fact thinking about it the customer never needs to see the sku codes at all if that makes things easier?
|
In cart_contents.tpl, remove the two lines:
<TD>{$lng.lbl_sku}</TD> <TD>{$products[prod_num].productcode}</TD> |
Nope :(
Gone from the cart everywhere else but still there in the cart at the checkout. http://www.wyzeshop.com/screenshot11.gif |
Oh...that is cart_details.tpl...remove this junk:
{if $products[prod_num].productcode}{$products[prod_num].productcode}{else}#{$products[prod_num].productid}{/if}. |
Quote:
Boom! Thanks bro ;) |
All times are GMT -8. The time now is 10:55 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.