Add link to delete product in quick checkout

22.07.2016 13:53
#1
Unkewer
Joomshopping forum user no avatar
Name: Vitalia
14.07.2016
Сообщения: 7
Quote
Add link to delete product in quick checkout

Need analog is $prod['href_delete'] in checkout
or tell me how you can call this variable from another template


Joomla: 3.6.0
JoomShopping: 4.14.2
 
22.07.2016 14:09
#2
FrankG.
User FrankG.
Name: Frank
30.11.2011
Сообщения: 1600
Quote
Aw: Add link to delete product in quick checkout

<div class="data">
<a class="button-img" href="<?php print $prod['href_delete']?>" onclick="return confirm('<?php print _JSHOP_CONFIRM_REMOVE?>')">
<img src = "<?php print $this->image_path ?>images/remove.png" alt = "<?php print _JSHOP_DELETE?>" title = "<?php print _JSHOP_DELETE?>" />
</a>
</div>


 
22.07.2016 14:29
#3
Unkewer
Joomshopping forum user no avatar
Name: Vitalia
14.07.2016
Сообщения: 7
Quote
Aw: Add link to delete product in quick checkout

This is template cart.php. This is code not work in quick checkout.
Array $prod not have this property. This is property work in cart, but not work in quick checkout.
What are the other options?

 


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.