How to add food items to shopping cart? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to add food items to shopping cart?

I creating a food delivery website.I don't know what language or code to write to add food item from menu list to shopping cart for checkout.Can anybody help me?

24th Sep 2021, 2:38 PM
ANIKET
ANIKET - avatar
1 Antwort
+ 3
Best Tech generally you begin in JavaScript or jQuery and move in ajax but there are various ways to do this. Without seeing your code the community is not here to do your work for you. "To add a product to the shopping cart directly from a product list, the product's ID number must be extracted from the link's destination address. After that, the product can be added to the shopping cart by using its ID:"
24th Sep 2021, 3:28 PM
BroFar
BroFar - avatar