Guest Posted May 29, 2004 Posted May 29, 2004 Hi Guys and Gals, Now.. Im a newbie but have found most things using this forum, but cant find any info on how to do this: I want to Create a more liquid feel, and so where it says here: define('TEXT_PRODUCT_NOT_FOUND', 'Product not found!'); define('TEXT_CURRENT_REVIEWS', 'Current Reviews:'); define('TEXT_MORE_INFORMATION', 'For more information, please visit this products <a href="%s" target="_blank"><u>webpage</u></a>.'); define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.'); define('TEXT_DATE_AVAILABLE', '<font color="#ff0000">This product will be in stock on %s.</font>'); define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Customers who bought this product also purchased'); define('TEXT_PRODUCT_OPTIONS', 'Available Options:'); define('TEXT_CLICK_TO_ENLARGE', 'Click to enlarge'); ?> I want to be able to change the red highlighted line so instead of just saying "visit this products webpage" it gets the product info and puts that in instead. So for example would say "for more information please visit `the actual product names` webpage. I bet this is really easy and ive missed it somewhere on here but cant find it. I know if i put" define('TEXT_MORE_INFORMATION', 'To view more about ' . STORE_NAME . ' See Here<a href="%s" target="_blank"><u>webpage</u></a>.');" it will display the store name. Is there a list of varibles that I can use to do other things to such as display manafacturer name, product name, product code, attributes etc? Any help would be great. thanks J
Recommended Posts
Archived
This topic is now archived and is closed to further replies.