laravel-cart-manager icon indicating copy to clipboard operation
laravel-cart-manager copied to clipboard

cant add product's custom attributes in cart, There should be an option to add more or custom attributes

Open developersfrnd opened this issue 4 years ago • 3 comments
trafficstars

developersfrnd avatar Aug 25 '21 09:08 developersfrnd

We would welcome a PR anytime for the same.

gauravmak avatar Aug 25 '21 17:08 gauravmak

We can start smaller and document how to use the existing ones. I figured the getPrice() function on the model to pass the price but I am digging in code now to figure out how the image may not be NULL. Tried getImageAttribute, and getImage() neither seem to work.... NVM I see it is getImage must be something on my side. But still completely agree with you guys that it lacks these basic functions. But can't complain overall glad I used this!

N30 avatar Dec 14 '22 01:12 N30

I am new to Laravel hence me using this cart manager which seem amazing for its features. I don't have 1 field for price, the error suggest that use getPrice() if I two prices a interval field indicating if the customer selected monthly or yearly and I have the monthly_price and yearly_price within the same product record. Any advice appreciated.

precamp-io avatar Apr 04 '23 12:04 precamp-io