Configurable product - add to cart button at bottom?

30.03.2020 10:00
#1
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 685
Quote
Configurable product - add to cart button at bottom?

Hey
I have a long configurable product, here:
https://www.bodhran-info.de/de/component/jshopping/configurhedor/config?Itemid=0
Once the customers has reached the end, he needs to scroll up all the way to add the prodcut to the cart. I might be missing something, but would it be possible to have the add to cart button down there, at the end of the product?
Thanks
Rolf

 
30.03.2020 12:26
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: Configurable product - add to cart button at bottom?

Change your joomshopping template
https://www.joomshopping.com/forum/posts/7/3567.html

 
30.03.2020 13:47
#3
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 685
Quote
Aw: Configurable product - add to cart button at bottom?

Thanks, I am afraid I have no idea what to do here.
Cheers
Rolf

 
30.03.2020 21:20
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: Configurable product - add to cart button at bottom?

Move code
<?php print $this->_tmp_product_html_after_buttons;?>

to row 305
(after <?php print $this->_tmp_product_html_before_buttons;?>)

 
31.03.2020 09:38
#5
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 685
Quote
Aw: Configurable product - add to cart button at bottom?

Thanks a lot!
This did the trick!
The second description of the products is now also above the add to cart button, but I can live with this. Or is there an easy way to keep the second description of other products below the cart button?
Thanks again for your great support...
Rolf

 
04.04.2020 09:52
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: Configurable product - add to cart button at bottom?

Variant 2:
1. push change back
2.
change
plugins\jshoppingproducts\configurable_product\configurable_product.php

row 77
$view->_tmp_product_html_after_buttons .= $pluginView->loadTemplate();
change to
$view->_tmp_product_html_before_buttons .= $pluginView->loadTemplate();


Last change: 04.04.2020 09:52
 


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.