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.
Who is online
Users browsing this forum: No registered users and 3 guests