bmdlfc Posted November 7, 2005 Posted November 7, 2005 Hi All, My client wants to have his osCommerce website in two parts: One for small gift items and one for larger furniture items. However, he doesn't want people to buy furniture items from the site - just browse, call up and reserve for delivery or collection. Is it possible to run the two parts of the site alongside each other but remove the 'Add to Basket' button for one of them? Thanks in advance, Brett
CentralMass Posted November 7, 2005 Posted November 7, 2005 Brett, I have done this but only as a full site modification. Removing the button is a fairly simple process in product_info.php. However I imagine that you would have to write and if then statement to determine that category that the user is in..... if cat=furncat show quote button otherwise show existing button. Need Hosting? Just ask!
bmdlfc Posted November 29, 2005 Author Posted November 29, 2005 Brett, I have done this but only as a full site modification. Removing the button is a fairly simple process in product_info.php. However I imagine that you would have to write and if then statement to determine that category that the user is in..... if cat=furncat show quote button otherwise show existing button. Anyone else done this?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.