dailce Posted June 7, 2010 Posted June 7, 2010 What I want to do is break up the product description into parts. So a product will have say: details, features, and what's included. I want to be able to place each detail on a different part of the page in catalog/product_info.php Currently product_info.php uses: $product_info['products_description'] to retrieve the productdecription. I want to be able to call different parts: $product_info['products_description'] $product_info['products_description_features'] $product_info['products_description3_whatsincluded'] Can someone let me know if this is the correct way to approach this: Add new product fields to database Change categories.php in admin to include new text field boxes etc... Is there any other code elsewhere that I will have to mess with???
Guest Posted June 7, 2010 Posted June 7, 2010 Mike, Have you considered Product Tabs for Description, Specifications and other information ? http://addons.oscommerce.com/info/2610 Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.