laravel-cart-manager
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
We would welcome a PR anytime for the same.
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!
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.