strewth_uk Posted August 22, 2006 Posted August 22, 2006 Hi there, I'm working on an online art gallery. And I want to be able to list all the manufacturers (artists) in a table. When the user clicks on the Manufacturer it'll display all the associated products. I know zilch about PHP, does anyone have a template to help me? You can preview my catalogue at www.artlinea.co.uk Thanks very much James McCormack
jpweber Posted August 22, 2006 Posted August 22, 2006 James, obviously you have a template setup, and those can be confusing at times. Regardless, you need to call out your manufacturers somehow. In regular OSC, we do that with our boxes. For instance, in catalog/includes/column_left.php, on line 19, I have: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } This allows end users to select a manufacturer and display that manufacturer's products. But I don't know anything about the template you're using, so I can't be of assistance, unless you can figure it out from there. Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.