producttitle and php id
Morning all,
Quick question on a little thing that has been bugging me!
On my product detail page I have
{$product.brand}
{$product.producttitle}
Then the product code and description.
On the {$product.producttitle} it puts the the php id on the end of the title, i.e.
Compaq Brand - Waste Toner Cartridge #17060
17060 being the php product id. As all our products have a Product Code relating to our catalogue, this can be confusing.
I want to remove this php id from displaying, any advice on how to implement this?
Thanks in advance
|