jodancer Posted March 13, 2011 Share Posted March 13, 2011 Can anyone please help as I have a lot of products in certain sub categories that require the same text on the product page.I think that putting something in product.tpl likeif category id == 3 display text Lorem Ipsem etcI am quite new to php. Can anyone help me with exactly what I have to put?many thanks Link to comment Share on other sites More sharing options...
jodancer Posted March 14, 2011 Author Share Posted March 14, 2011 I have put this in product tpl but it's not workingif ($category->id == 3) return 'This is my text';Can anyone let me know what I a doing wrong? Link to comment Share on other sites More sharing options...
Recommended Posts