Quick Checkout

27.05.2016 12:55
#1
DW64
Joomshopping forum user no avatar
Name: Olga
23.05.2016
Posts: 11
Quote
Quick Checkout

Hi. Have question. Need on step when client write info for order, on last step, that people can change number of products.
Quick Checkout

 
27.05.2016 14:43
#2
DW64
Joomshopping forum user no avatar
Name: Olga
23.05.2016
Posts: 11
Quote
Aw: Quick Checkout

Can anyone help with this question?

 
27.05.2016 16:37
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Quick Checkout

Not possible.
Only possible for step cart.

 
30.05.2016 15:53
#4
DW64
Joomshopping forum user no avatar
Name: Olga
23.05.2016
Posts: 11
Quote
Aw: Quick Checkout

Ok, and another question.
How make in basket refresh of price, if I change number of products, refresh automatically, without button - REFRESH?

 
30.05.2016 18:56
#5
FrankG.
User FrankG.
Name: Frank
30.11.2011
Posts: 1600
Quote
Aw: Quick Checkout

An option would be.

Change the code in cart.php from the Template
<input type = "text" name = "quantity[<?php print $key_id ?>]" value = "<?php print $prod['quantity'] ?>" class = "inputbox" />

to
<input type = "text" name = "quantity[<?php print $key_id ?>]" value = "<?php print $prod['quantity'] ?>" class = "inputbox" onKeyUp ="document.updateCart.submit();" />


This works only as the input is between 1-9.

 
01.06.2016 15:30
#6
DW64
Joomshopping forum user no avatar
Name: Olga
23.05.2016
Posts: 11
Quote
Aw: Quick Checkout

Thank you very much. Works even on 20)

 


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.