dailce Posted June 7, 2010 Share 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??? Link to comment Share on other sites More sharing options...
Guest Posted June 7, 2010 Share Posted June 7, 2010 Mike, Have you considered Product Tabs for Description, Specifications and other information ? http://addons.oscommerce.com/info/2610 Chris Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.