081
This commit is contained in:
parent
f3d5bf14f5
commit
ad4e039066
@ -202,7 +202,7 @@
|
|||||||
|
|
||||||
function checkOut() {
|
function checkOut() {
|
||||||
var quantity = document.getElementById("quantity").value;
|
var quantity = document.getElementById("quantity").value;
|
||||||
window.location.href = '/checkout'
|
window.location.href = '/cart/checkout'
|
||||||
+ '?prod={{productName}}&quantity='
|
+ '?prod={{productName}}&quantity='
|
||||||
+ quantity;
|
+ quantity;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user