Guest Posted December 17, 2005 Posted December 17, 2005 Someone wants to know if it's possible to build a site similar to this one : www.blindsgalore.com using OScommerce and various contributions. What do you guys think? I think a dumbed down version could easly be done, but it seems like there are too many product variables to easly manage with OSC. -Justin
♥Vger Posted December 17, 2005 Posted December 17, 2005 It can all be done by osCommerce, with the possible exception of the Quick Quote feature. Vger
Guest Posted December 17, 2005 Posted December 17, 2005 which, or how many contributions do you think it would take
Guest Posted December 17, 2005 Posted December 17, 2005 What contribution would to take make this style of product "search" work. It's located at blindsgalore.com this is the section i'm talking about circled in red: Doesn't have to function 100% the same. Just something similar where users can enter "brand name, style, size, ect." and mash an enter button, and it brings up any relevent results. thanks everyone. I'm no good at custom jobs, But I can handle just about any contribution, I don't even know where to start when it comes to searching for something like this.
♥Vger Posted December 17, 2005 Posted December 17, 2005 It's this contribution: http://www.oscommerce.com/community/contri...,Product+Search which can be viewed here (under 'Buscador' heading): http://www.euskopc.com/catalog The website it's on is a cobweb, but the contribution works. Vger
Guest Posted December 17, 2005 Posted December 17, 2005 Awsome, Vger, that's exactlly what I need. Do you know if it's easy to move it out of the colum left to someplace else on the page? I imagine that couldn't be too hard. Thanks Jrock
ozcsys Posted December 17, 2005 Posted December 17, 2005 Awsome, Vger, that's exactlly what I need. Do you know if it's easy to move it out of the colum left to someplace else on the page? I imagine that couldn't be too hard. Thanks Jrock look for the following code in includes/column_left.php require(DIR_WS_BOXES . 'search.php'); The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted December 17, 2005 Posted December 17, 2005 look for the following code in includes/column_left.php require(DIR_WS_BOXES . 'search.php'); so then I would just add: require(DIR_WS_BOXES . 'search.php'); to includes/header.php for example, if I want it someplace else? maybe even index.php if I want it in the center of the page all the time?
ozcsys Posted December 17, 2005 Posted December 17, 2005 so then I would just add: require(DIR_WS_BOXES . 'search.php'); to includes/header.php for example, if I want it someplace else? maybe even index.php if I want it in the center of the page all the time? Yes you can move the boxes pretty much anywhere you want. Mostly the biggest problem is getting all the tables to play nice but other than that it is pretty simple. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.