How to achieve AddToCart Without quantity?

I am following the below module,

https://www.webslesson.info/2018/04/…-ajax-php.html

How can i use without quantity [Product Name, Price, total, Action] i tried lot fail again and again. I am learning stage in PHP, any help pls welcome.

Why would you have a cart with no quantity? Are you wanting to create a wish list?

My shopping cart is a quite different, actually audio selection for a customer, they don’t need for qty, just select an album and to us that’s all.

If click add to playlist button the album id, name only added to mini-cart [Cart counter in header] after click checkout in the mini cart the page redirect to the checkout page, there data showing like,

Id Name
1001 1_voice_over [play voice_over button]
1002 2_voice_over [play voie_over button]

then click submit, the copy sends to admin and customer.

my current workout :

So hard code 1 for the quantity, since it will always be 1 for a digital copy.

Sponsor our Newsletter | Privacy Policy | Terms of Service