Skip to content
Advertisement

Add to cart multiple tickets of single competitions in PHP Laravel

I have a website prospectcompetitions.co.uk. I want to add multiple tickets of single competitions into cart. Every single competition consist of multilple tickets. if a user select 3 tickets then add them to cart so that user can add multiple tickets of single competitions and multiple tickets of multiple competitions please have a look prospectcompetitions.co.uk

JavaScript

Advertisement

Answer

Basically We Used 2D Array to solve this issue.

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement