Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can this be done in oscommerce???


Guest

Recommended Posts

Posted

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

Posted

It can all be done by osCommerce, with the possible exception of the Quick Quote feature.

 

Vger

Posted

which, or how many contributions do you think it would take

Posted

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:

 

blindsg.jpg

 

 

 

 

 

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.

Posted

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

Posted
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??

Posted
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?

Posted
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??

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...