• eShop seems to be an awesome plugin but I’m having a big issue with the shopping cart.

    I can add 1 item to the shopping cart but when it redirects me to the shopping cart page no matter if I press the continue shopping link, the checkout link or the update cart link, the cart empties and it tells me there are no items in my shopping cart.

    Please help!

    I’m running WP 2.7.1

Viewing 8 replies - 16 through 23 (of 23 total)
  • Ok, I have made a little progress on this, without any help from fatcow. I added the following to my php.ini file

    session_save_path(“your home directory path”/cgi-bin/tmp);
    session_start();

    Sessions are now working, i can add items to the cart, however sometimes it drops items, sometimes it doesn’t add, other times i can empty the cart and then add another itme and all of the old items appear again. It’s pretty much hit or miss.

    Any idea why the sessions are getting mixed up? I don’t expect any hlep from fatcow.

    Anonymous User

    (@anonymized-3085)

    I don’t – it is obviously a session issue – and not much I can do to help sadly.

    I am also facing the same problem…..

    I am using shopp plugin 1.0.6 and created login part for wholesalers in themes.i used sessions there and when i added session to shopp/core/model/product.php, view cart doesnt show the cart, what i added…Pls let me know what is the problem??

    Anonymous User

    (@anonymized-3085)

    but shopp plugin is not eShop – whole different thing altogether.

    I encountered the same issue with WP, eShop & Fat Cow. The info from eq2bum above is good and FatCow has info here: https://www.fatcow.com/knowledgebase/read_article.bml?kbid=600;keywords=php

    I added

    session_save_path('/home/users/web/b###/moo.#######/cgi-bin/tmp');
    session_start();

    to the beginning of eshopwidget.php (which is loaded on every page of my cart), and the sessions seem to be working so far.

    my “fix” stated above is no longer working with the newest version of eshop.

    i have tried all this above stuff. even had the live chat specialist at fatcow edit my php.ini (i checked it even) but still no go.

    What are some specifics i can tell the chat specialist on what’s wrong and how to go about fixing it?

    is there another free plug in for listing products on wordpress that DOES work with fatcow hosting? any ideas of places to start looking?

    down & out
    Tia

    Anonymous User

    (@anonymized-3085)

    try a different cart, or move hosting companies. Sounds like their setup is a bit unusual – sorry.

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘eShop Plugin shopping cart keeps emptying’ is closed to new replies.