laravelshoppingcart
laravelshoppingcart copied to clipboard
Shopping Cart Implementation for Laravel Framework
Hi, I don't know if it's a Livewire issue or an issue by this package, but after I updated livewire from 2.5.5 to 2.7.2 the usage of this package in...
I deleted a product when runtime but it's not refreshed. I saw product on page but when i reload again it's refreshed. How can i fix that?
after add the items into the cart i want added data in another function /class and when i try to access it with this method \Cart::getContent() the its given empty...
I'm trying to adapt this very nice cart you've created on a project where the quantities are services based in time broken down by half hour. So a quantity could...
How can I set additional attributes for the whole cart?
Hi, I am facing an issue in getting the cart total. It said above error. But \Cart::getContent() work fine. Anyone can help me with this? I am using Laravel 7.
How to fetch "$condition->getCalculatedValue($subTotal);" on old subtotal value? $subTotal = Cart::getSubTotal(); $condition = Cart::getCondition('VAT 12.5%'); $conditionCalculatedValue = $condition->getCalculatedValue($subTotal); //this will calculate on already applied condition value, instead of old one.
Wanted to know if it's okay to use this package or has it reached its EOL since there is no update for laravel 8. Also if there are any other...
Hello! I try packet Cart for my project. If I use dd($cartcollection) attributes empty each times. I open controller ItemAttributeCollection.php but it not have logic for receiving of attributes. May...
if, in the cart, I change the quantity of an item that has an addon, is the addon's price also considered in the total price calculation?