Back to Easy Shop Support

info59754
info59754

Hi, can I ask you for help? How can I automatically add one item to the cart for all users? Thank you man!

Last updated

info59754
info59754

Or how to allow you to submit a form without items in the e-shop.

info59754
info59754

In the file PaymentTrait.php

change this: (line 110) if (count($cart->items) < 1) return [Flash::error(trans('pixel.shop::lang.messages.empty_cart'))]; on this: if (count($cart->items) < 0) return [Flash::error(trans('pixel.shop::lang.messages.empty_cart'))];

Last updated

1-3 of 3