Extra / in \components\com_jshopping\templates\default\cart\cart.php and wishlist.php

25.02.2016 18:07
#1
pitu
Joomshopping forum user no avatar
Name: Peter
19.08.2014
Posts: 7
Quote
Extra / in \components\com_jshopping\templates\default\cart\cart.php and wishlist.php

Go to front-end wishlist or cart and show page source. You can find this fragment code (URL of an image) in page source:
/components/com_jshopping//images/arrow_left.gif
/components/com_jshopping//images/arrow_right.gif

Problematic code is in file \components\com_jshopping\templates\default\cart\cart.php
on row 230:
<img src = "<?php print $this->image_path ?>/images/arrow_left.gif" alt="<?php print _JSHOP_BACK_TO_SHOP ?>" />
and on row 238:
<img src = "<?php print $this->image_path ?>/images/arrow_right.gif" alt="<?php print _JSHOP_CHECKOUT ?>" />

and in file \components\com_jshopping\templates\default\cart\wishlist.php
on row 149:
<img src = "<?php print $this->image_path ?>/images/arrow_left.gif" alt = "<?php print _JSHOP_BACK_TO_SHOP ?>" />
and on row 157:
<img src = "<?php print $this->image_path ?>/images/arrow_right.gif" alt = "<?php print _JSHOP_GO_TO_CART ?>" />

In these troubled lines should be replaced
<img src = "<?php print $this->image_path ?>/images
with
<img src = "<?php print $this->image_path ?>images


Joomla: 3.4.8
JoomShopping: 4.12.1
 
14.03.2016 13:35
#2
pitu
Joomshopping forum user no avatar
Name: Peter
19.08.2014
Posts: 7
Quote
Aw: Extra / in \components\com_jshopping\templates\default\cart\cart.php and wishlist.php

It seems that the problem has been fixed in version 4.12.2


JoomShopping: 4.12.2
 


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.