I have a store cart setup I have using the add_to_cart() php to add/remove/update the cart items. It works in local on firefox and safari, but the cart items do not save to the vae_store_cart_items() array in chrome. When I move to staging, it works fine. Any ideas?
Hey Steve,
It's hard to tell on this one. Because you're using PHP, it could be caused by anything. I'd check to make sure that your session cookie is being set. Maybe you are doing something special with local cookies?
Try just writing something to $_SESSION and reading it back and see if that works.
Kevin
It looks like you're new here. If you want to get involved, click one of these buttons!