"Go to cart" link

30.09.2011 10:44
#1
neutrino
Joomshopping forum user no avatar
Name: anbe
27.09.2011
Posts: 1
Quote
"Go to cart" link

Hi! First, thanks for creating Joomshopping! My problem is the following: My "Go to cart" button links to index.php/component/jshopping/cart/view?Itemid=435. However, at this link I also get the image slider above the cart although the image slider should be visible only on the homepage. On the other hand, I also created a menu item for the cart and it simlpy links to index.php/cart and there is no image slider on that page. Please let me know how can I get rid of the image slider above the cart when I click to the "Go to cart" button OR how to change the "Go to cart" link to index.php/cart.
Thank you very much!
Andrej


Joomla: 1.7
JoomShopping: 3.2.7
 
22.12.2012 22:48
#2
juanadil
Joomshopping forum user no avatar
Name: juan
08.12.2012
Posts: 1
Quote
Aw: "Go to cart" link

/components/com_jshopping/lib/functions.php change line 454 from :
if ($link == "index.php") $link .= '?Itemid=' . $Itemid; else $link .= '&Itemid=' . $Itemid;

to

if ($link == "index.php") $link .= '?Itemid=' . $Itemid; else $link .= '&Itemid=' .'0' ;


 


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.