davidstummer Posted May 9, 2003 Posted May 9, 2003 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?
burt Posted May 9, 2003 Posted May 9, 2003 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.