Post by olstar » Tue Dec 13, 2011 7:32 pm

Hello OC Family!!

I have a client using OC, and he advertises on a forum.

He initially used eBay and he contacted us so that we could get him running off his own shop.

So far so good, only had a few issues with some of his customers having old browsers and the OC theme we used was probably a bit too modern...

ANYWAY

He had an ebay search box on the forum he advertised on, it looked like this;

<form name="search" method="get" action="http://search.stores.ebay.co.uk/search/search.dll" target="_blank">
My ebay Store:
<input type="text" name="query" size="10">
<input type="submit" value="Go" width="20" height="16" border="0">
<input type="hidden" name="MfcISAPICommand" value="GetResult">
<input type="hidden" name="sid" value="111111111">
<input type="hidden" name="store" value="MYSTORE">
<input type="hidden" name="colorid" value="15">
<input type="hidden" name="fp" value="0">
<input type="hidden" name="srchdesc" value="y">
</form>

Can we do something similar with opencart?

Any help much appreciated.

Professional UK Based eCommerce - Our Free Opencart Mods - Our Premium Opencart Mods
Kashflow Integration


User avatar
New member

Posts

Joined
Tue Jul 05, 2011 3:53 pm


Post by Xsecrets » Tue Dec 13, 2011 9:03 pm

yes you can do the same with opencart. It would be something like

Code: Select all

<form name="search" method="get" action="http://yourdomain.com/index.php?route=product/search" target="_blank">
<input type="text" name="filter_name" size="10">
<input type="hidden" name="filter_description" value="1">
</form>

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by olstar » Wed Dec 14, 2011 9:50 pm

Hi Bud,

I tried that, and this is the url it sent me to;

http://www.TESTING.co.uk/index.php?filt ... cription=1

Whereas the link shown when actually searching is;

http://www.TESTING.co.uk/index.php?rout ... _name=test

We're close though!

Thanks mate!

Professional UK Based eCommerce - Our Free Opencart Mods - Our Premium Opencart Mods
Kashflow Integration


User avatar
New member

Posts

Joined
Tue Jul 05, 2011 3:53 pm


Post by marthSplatterHead » Mon Aug 27, 2012 12:25 pm

Any luck getting this to work?


Posts

Joined
Mon Aug 27, 2012 12:22 pm

Post by dolqiu » Sun Sep 02, 2012 3:18 am

thanks for all the information guys

http://www.doltuku.co
http://www.rumah.doltuku.co
http://www.mobil.doltuku.co


Newbie

Posts

Joined
Sun Sep 02, 2012 3:15 am
Location - Indonesia

Post by Pablosrf » Tue Oct 02, 2012 3:50 am

Our store is in another directory, and from the home page this little snippet works fine...

<form name="search" method="get" action="http://yoursite.com/store/index.php" />
<input type="hidden" name="route" value="product/search" />
<input onfocus="this.value=''" type="text" name="filter_name" value="search" />
<input type="submit" value="" />
</form>

Newbie

Posts

Joined
Thu Jan 05, 2012 3:58 am
Who is online

Users browsing this forum: No registered users and 2 guests