Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

product description


davidstummer

Recommended Posts

Posted

hi

 

my product description is the same for every product, and i have a lot of products. is there any way i can put a default description on the site, so that i dont have to upload a description every time for each product?

Posted

Edit product_info.php

 

Specifically remove this:

 

<p><?php echo stripslashes($product_info['products_description']); ?></p>

 

And replace with:

 

<p>Your product description</p>

 

That'll work nicely if you are just using one language. For multi languages site, put your description as a DEFINE in the language file.

Archived

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

×
×
  • Create New...