marktimbol's avatar

Laravel Shopping cart?

Hi,

Who knows a shopping cart package wherein I can add an adult and child option just like hotel reservation?

Most of the shopping cart package that I tried doesn't have this option.

Thank you!

0 likes
5 replies
bashy's avatar

Most of the ones I've seen have the ability to add custom options to the card. Which did you try?

Pretty sure this has options https://github.com/Crinsane/LaravelShoppingcart

What do you mean by adult/child option? Will it just be a select between the two or like a ticket which has adult/child + amount? 1x child 2x adult.

marktimbol's avatar

Yeah like 1x child 2x adult.

I'm currently using that package. It was great actually, I can add a custom options on my cart. However, on the source code, it is computing only the quantity & price. I want to add the the child option on the computation. I think I will just modify the source code.

Thanks.

marktimbol's avatar

Very cool! This is what I want. Thank you so much!

Please or to participate in this conversation.