osCmax v2.5 User Manual
Results 1 to 6 of 6

Can't add item to cart

This is a discussion on Can't add item to cart within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; Ive research in the forum .. though there are topics related with mine with all of the solution .. Ive ...

      
  1. #1
    New Member
    Join Date
    Jan 2009
    Posts
    5
    Rep Power
    0


    Default Can't add item to cart

    Ive research in the forum ..
    though there are topics related with mine with all of the solution ..
    Ive tried wth the solution but i still cant fix it ..
    when i click add to cart ..
    the item is not added to cart whether using add to cart button or buy now button ..
    it display ..your shopping cart is empty!

    based on the research ..I think i could try wth the register_globals part ..
    but ..i dont know how to adjust this part ..
    can someone help me ..

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Can't add item to cart

    Nothing to do with register globals....

    Possibly to do with cookies and/or https settings ...more than likely in your configure.php files....

    Could you please explain which version your also working with and I will move the post to the appropriate forum...
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  3. #3
    New Member
    Join Date
    Jan 2009
    Posts
    5
    Rep Power
    0


    Default Re: Can't add item to cart

    i'm using oscommerce-2.2rc2a version ..
    how do i change the cookies or https settings?

  4. #4
    New Member
    Join Date
    Jan 2009
    Posts
    5
    Rep Power
    0


    Default Re: Can't add item to cart

    still cant use this OSCommerce ..please give me some clue ..

  5. #5
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Can't add item to cart

    Possibly to do with cookies and/or https settings ...more than likely in your configure.php files....

    Not under standing? I though it was some what clear..... Look at your configure.php files (there are TWO)..... Cookie and/or https setting are incorrect.

    Post here the one in the catalog/includes - (less the DB info...) Make sure the session are stored in "MySQL".
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  6. #6
    New Member
    Join Date
    Jan 2009
    Posts
    5
    Rep Power
    0


    Default Re: Can't add item to cart

    catalog/includes/configure.php

    <?php
    define('HTTP_SERVER', 'http://www.maxvuevision.com');
    define('HTTPS_SERVER', 'http://www.maxvuevision.com');
    define('ENABLE_SSL', false);
    define('HTTP_COOKIE_DOMAIN', 'www.maxvuevision.com');
    define('HTTPS_COOKIE_DOMAIN', 'www.maxvuevision.com');
    define('HTTP_COOKIE_PATH', '/catalog/');
    define('HTTPS_COOKIE_PATH', '/catalog/');
    define('DIR_WS_HTTP_CATALOG', '/catalog/');
    define('DIR_WS_HTTPS_CATALOG', '/catalog/');
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

    define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
    define('DIR_FS_CATALOG', '/usr/home/maxvuevision/public_html/catalog/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

    define('DB_SERVER', '');
    define('DB_SERVER_USERNAME', '');
    define('DB_SERVER_PASSWORD', '');
    define('DB_DATABASE', '');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'mysql');
    ?>

Similar Threads

  1. double item name in shopping cart
    By PerzianKabob in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 03-26-2005, 07:01 PM
  2. How to get item numbers to show in the CART?
    By beachbum2377 in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 03-15-2005, 02:43 PM
  3. Add Item to Cart, authenticate, then deletes cart contents?
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 8
    Last Post: 07-20-2004, 10:48 AM
  4. checkout says theres no item in cart when there is
    By humbags in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 07-18-2003, 12:59 PM
  5. adding item to cart from external webpage
    By brianstorm in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-16-2003, 02:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •