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