Post by jarek » Mon May 05, 2008 2:28 pm

Hi all!
Related products, allow you to add to every product list of other products, which names should be displayed together with main product.
I.e. if you sell lamps, you can list applicable bulbs together. Enjoy!

New table:

CREATE TABLE `related_products` (
  `product_id` int(11) NOT NULL,
  `related_product_id` int(11) NOT NULL,
  PRIMARY KEY  (`product_id`,`related_product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

.. and attached changed files. You have to modify css also. I'm using very customized template, so my css my be wrong.

Newbie

Posts

Joined
Mon May 05, 2008 1:41 pm

Post by lev » Mon May 05, 2008 8:50 pm

You should post this to the contributions page. good stuff

lev
New member

Posts

Joined
Wed Apr 30, 2008 10:47 pm

Post by redman1 » Fri Jun 20, 2008 12:24 am

Hi,

this is what I am looking for. I can see CREATE TABLE statement, but I don't see which files should be modified and what to modify.
Could you please help me?

Thanks and regards

Newbie

Posts

Joined
Fri Jun 20, 2008 12:22 am
Who is online

Users browsing this forum: No registered users and 3 guests