Contributions

Credit Modules (Category Index)
Search: 

Better Product Display with Admin

UPDATED: FULL INSTALL FILES

This modification combines Better Product Display v 0.0.3 and Short Description In Products contributions.

It also adds admin support to enable and disable various bits of product info within the boxes. Also the display has been cleaned up a bit..

Go into new_products.php to edit the settings that cut the title and description lengths if you want, they're hard-coded...

I also cleaned up the queries a bit, still selects products randomly.

You do NOT need individual shipping for this version

NOTE: If needed, please change the configuration_group_id and configuration_id the to new and unique value before you run the SQL file.. So that it doesnt conflict with any data you currently have!

Screenshots are included of the admin and catalog pages

FULL PACKAGE

Expand All / Collapse All

Adding product listing file - edited 18 Apr 2009

Original file would not pull price info to boxes with price enabled in admin.

Changed:

<tr><td height=45 valign=middle class="smallText"><b>Price: <br><font color="#FF5C02">'.$product_contents[3].'</font></b></td></tr>

To:

<tr><td height=45 valign=middle class="smallText"><b>Price: <br><font color="#FF5C02">'.$product_contents[1].'</font></b></td></tr>

Price will now display correctly.

Enabling 'Model' display in admin displays a'Buy Now' button instead of the model number - didn't know how to fix this.

Adding product listing file 2 Mar 2009
Error correction in sql string 25 Aug 2008
Better Product Display with Admin 6 Feb 2007

Note: Contributions are used at own risk.