Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to add quantity input beside the Add to cart button in home page and category page.
While adding cart to an item getting message "Error! A non-numeric value encountered."
i m install bagisto some error come run composer install command
Recently Viewed Products
Hi, I tried auth()->user() but this return null !! How can get it?
Try
$customer = auth()->guard('customer')->user(); var_dump($customer);