Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Break Product Description into parts?


dailce

Recommended Posts

Posted

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:

 

  1. Add new product fields to database
  2. 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???

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...