Recent Issue With Cart // Help?
-
Hi there,
I usually always figured out how to fix all my problems with OrillaCart on my own, but I hope someone could quickly assist me with this recent issue I have.
When I add an item to my cart, at the top of the screen I get the message:
Warning: max(): Array must contain at least one element in /home1/user/public_html/wp-content/plugins/orillacart/com_shop/helpers/cart.php on line 290
At line 290 in the .php is the following:
$k = count($_SESSION[‘cart’] > 0 ) ? max(array_keys($_SESSION[‘cart’]))+1 : 0;
Could someone please tell me how to fix this small issue?
Thank you very much!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Recent Issue With Cart // Help?’ is closed to new replies.