darryldecode / laravelshoppingcart

Shopping Cart Implementation for Laravel Framework
1.34k stars 438 forks source link

How can we add a new field? #326

Open mohammad79-ch opened 2 years ago

mohammad79-ch commented 2 years ago

How can we add a new field in the shopping cart?

Blum commented 2 years ago

Use "attributes" in each item added to the cart, you can add there whatever you want.

mohammad79-ch commented 2 years ago

Yeah right , and how can the total amount be updated after applying the discount?