Iframes and search

30.05.2011 22:17
#1
dommaster
Joomshopping forum user no avatar
Name: D
01.02.2011
Posts: 19
Quote
Iframes and search

Hello,
I have iframes that pull products from jshopping search

Example (JSv3) search for products that contain 8016729181007
index.php?option=com_jshopping&controller=search&task=result&Itemid=207&search=8016729181007

Now (JSv3.1.3) all links are broken now all products are showing in iframes

How can I fix this?

Thanks


Joomla: 1.6.3
JoomShopping: 3.1.3
 
30.05.2011 22:47
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Iframes and search

1. add to url
&setsearchdata=1

2. change file
\components\com_jshopping\controllers\search.php

replace row
$post = JRequest::get('post');

to
$post = JRequest::get('request');


 
31.05.2011 00:12
#3
dommaster
Joomshopping forum user no avatar
Name: D
01.02.2011
Posts: 19
Quote
Aw: Iframes and search

Thanks for your reply,

I made the change in search.php

and added the section to the url like so

index.php?option=com_jshopping&controller=search&task=result&Itemid=121&search=8016729181007&setsearchdata=1

and it works, thanks :)

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.