JS-Knights / Carto

Its a frontend design for shopping website with basic html css and javascript
30 stars 91 forks source link

Links on Cart Page #25

Open ksungha opened 5 years ago

ksungha commented 5 years ago

In Cart.html, the two buttons shown do not link to another page. When hitting the proceed to checkout button, I expected it to reach the payment.html. Same goes with the continue shopping, which should reach the index at least. I recommended adding an onclick event in the JavaScript to fix this issue.

SREEHARI-M-S commented 5 years ago

It's better to link the buttons using an anchor tag with plain html and can be styled using css

malikmukhtar commented 5 years ago

Hi, is this issue still on? i'd like to work on it. cheers

pallamollasai commented 5 years ago

But still it is not redirecting to Payment.html. I resolved the issue but unable to commit . It is saying 403 forbidden.

Ayushbajpai19 commented 4 years ago

I would like to take the above issue and contribute to it, can you guide me through the steps??

SakshiParashar29 commented 2 weeks ago

I would like to work on this issue. Can I??