Items are not saved in cart when testing in local, in CHROME only
  • Vote Up0Vote Down Steve September 2011

    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?

  • 2 Answers sorted by
  • Vote Up0Vote Down KevinKevin September 2011

    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

  • C'mon? Didn't u use the verb tag!?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

In this Discussion