silkymakeup Posted August 21, 2006 Share Posted August 21, 2006 I am having a problem on my site www.silkymakeup.com , where everytime someone adds an item to the cart, it shows in the cart but then when they add something else, the cart dumps and shows zero items. it is very random but ive gotten a lot of complaints. when someone adds an item to the cart (for example, if you go to the site and add the bronzer to the cart, then click on the link IN the bronzer that says "handi flat top brush", when u go to that page , see how the cart says zero items. I dont know whats going on, but customers keep telling me this keeps happening, does anyone know where to look to fix this or why this happens? Link to comment Share on other sites More sharing options...
Guest Posted August 21, 2006 Share Posted August 21, 2006 When I went to "Top" it dropped my cart contents and then gave me a new osCid. I don't know why, or how to fix it. Link to comment Share on other sites More sharing options...
silkymakeup Posted August 24, 2006 Author Share Posted August 24, 2006 I dont know what is going on or how to fix this! Does anyone know how to fix this, anytime i add products it dumps cart Link to comment Share on other sites More sharing options...
♥Vger Posted August 24, 2006 Share Posted August 24, 2006 This is usually caused by incorrect http and/or https cookie domains settings in the includes/configure.php file. Your http_cookie_domain would be 'www.sillymakeup.com' Your https_cookie_domain would be 'sillymakeup.authsecure.com' Neither have http:// or https:// in them - it's a domain and not a URL. Vger Link to comment Share on other sites More sharing options...
silkymakeup Posted August 24, 2006 Author Share Posted August 24, 2006 Ok let me try that! I am starting to realize that what is happening is that it is actually LOGGING ME OUT, thats why it looks like its dumping the cart, and its only happening when i use the search function. at least here if you go to www.silkymakeup.com and add items normally without using the search, at least on my computer, it works ok, but when i use the search function, thats when it seems to be logging me out and turning the cart to zero. Let me try what you said and write back. thanks for your help! Jennifer Link to comment Share on other sites More sharing options...
silkymakeup Posted August 24, 2006 Author Share Posted August 24, 2006 OK Vgers, thanks for your help, I tried what you said, but it is still dumping out the cart :-( I have not been able to fix this for weeks, i dont know what to do :-( Jennifer Link to comment Share on other sites More sharing options...
silkymakeup Posted August 24, 2006 Author Share Posted August 24, 2006 I am not sure if this has something to do with it too, but when customers check out and pay, their cart STILL holds the items from their purchase, it NEVER clears out their cart unless they or i go in and REMOVE THEM. Link to comment Share on other sites More sharing options...
silkymakeup Posted August 24, 2006 Author Share Posted August 24, 2006 Ok for anyone having the problem where using the search box clears your cart, I found the search box anywhere contribution that i installed AGES AGO and found an update to it, seemed to fix the problem. anyone else having this problem, change your search box to this (i think that hide session id part of the code fixes it): <td align="right" valign="middle"><?php echo tep_draw_form('search', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get') . tep_draw_hidden_field('search_in_description','1') . tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH+10) . 'px"') . ' ' . tep_hide_session_id() .'<input type="submit" name="Submit" value="Search">' . '</form>'; ?></td> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.