diff --git a/src/a3a/shop-single.nimja b/src/a3a/shop-single.nimja index ee91fb3..dfcbfec 100644 --- a/src/a3a/shop-single.nimja +++ b/src/a3a/shop-single.nimja @@ -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; }