Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    Could you go to Downloads > Tools > System Info and post the contents here?

    Thread Starter August Infotech

    (@augustinfotech)

    ### Begin System Info ###

    — Site Info

    Site URL: https://augustinfotech.projectsdemo.net
    Home URL: https://augustinfotech.projectsdemo.net
    Multisite: No

    — Hosting Provider

    Host: DBH: localhost, SRV: augustinfotech.projectsdemo.net

    — User Browser

    Platform: Windows
    Browser Name: Chrome
    Browser Version: 43.0.2357.124
    User Agent String: Mozilla/5.0 (Windows NT 6.3; WOW
    64) AppleWebKit/537.36 (KHTML, l
    ike Gecko) Chrome/43.0.2357.124
    Safari/537.36

    — WordPress Configuration

    Version: 4.2.2
    Language: en_US
    Permalink Structure: /%postname%/
    Active Theme: August Infotech Theme
    Show On Front: page
    Page On Front: Home (#276)
    Page For Posts: Blog (#180)
    Remote Post: wp_remote_post() works
    Table Prefix: Length: 7 Status: Acceptable
    Admin AJAX: Accessible
    WP_DEBUG: Disabled
    Memory Limit: 40M
    Registered Post Stati: publish, future, draft, pending, private, trash, auto-draft, inherit, refunded, failed, revoked, abandoned, active, inactive

    — EDD Configuration

    Version: 2.3.8
    Upgraded From: 2.3.8
    Test Mode: Enabled
    Ajax: Enabled
    Guest Checkout: Disabled
    Symlinks: Disabled
    Download Method: Direct
    Currency Code: USD
    Currency Position: before
    Decimal Separator: .
    Thousands Separator: ,
    Upgrades Completed: upgrade_payment_taxes,upgrade_customer_payments_association

    — EDD Page Configuration

    Checkout: Valid
    Checkout Page: https://augustinfotech.projectsdemo.net/products/checkout/
    Success Page: https://augustinfotech.projectsdemo.net/products/purchase-confirmation/
    Failure Page: https://augustinfotech.projectsdemo.net/products/checkout/transaction-failed/
    Downloads Slug: /product

    — EDD Gateway Configuration

    Enabled Gateways: PayPal Standard
    Default Gateway: PayPal Standard

    — EDD Tax Configuration

    Taxes: Disabled
    Tax Rate: 0
    Display On Checkout: Not Displayed
    Prices Include Tax: No

    — Must-Use Plugins

    — WordPress Active Plugins

    All In One WP Security: v3.9.6
    Easy Digital Downloads: 2.3.8
    EWWW Image Optimizer: 2.4.1
    Intuitive Custom Post Order: 3.0.4
    MailChimp for WordPress Lite: 2.3.2
    Preserved HTML Editor Markup: 1.5
    Regenerate Thumbnails: 2.2.4
    Responsive Contact Form: 2.6
    W3 Total Cache: 0.9.4.1
    WordPress Importer: 0.6.1
    WordPress SEO: 2.1.1
    WP-Optimize: 1.8.9.10
    WP Migrate DB: 0.6.1

    — WordPress Inactive Plugins

    Social Media Feather: 1.7.6

    — Webserver Configuration

    PHP Version: 5.3.29
    MySQL Version: 5.5.34
    Webserver Info: Apache

    — PHP Configuration

    Safe Mode: Disabled
    Memory Limit: 256M
    Upload Max Size: 128M
    Post Max Size: 129M
    Upload Max Filesize: 128M
    Time Limit: 600
    Max Input Vars: 10000
    Display Errors: On (1)

    — PHP Extensions

    cURL: Supported
    fsockopen: Supported
    SOAP Client: Installed
    Suhosin: Not Installed

    — Session Configuration

    EDD Use Sessions: Enabled
    Session: Enabled
    Session Name: PHPSESSID
    Cookie Path: /
    Save Path: /tmp
    Use Cookies: On
    Use Only Cookies: On

    ### End System Info ###

    Try adding this to your wp-config.php file:

    define('EDD_USE_PHP_SESSIONS', false );

    Does that resolve it?

    Thread Starter August Infotech

    (@augustinfotech)

    Hi,
    Thank you for your reply, this solution resolve the browser back issue. But it created a new issue which is related to login:

    If user logged in and add products to their cart and after that they logout without being paid for that, it still shows product in cart which is technically wrong. This issue arises because we have disabled the php session as suggested by you. So please consider this scenario as well in EDD Plugin and provide us solution accordingly.

    Thanks,
    August Infotech

    That’s the expected behavior. The cart contents are not tied to user accounts, they are tied to browser sessions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cart empty issue on browser back’ is closed to new replies.