Guest Posted May 3, 2006 Posted May 3, 2006 CHECKOUT DOES NOT WORK. Add a few items to cart, go to checkout, login, then it tells me cart is empty! give it a try. www.fastpads.com user: [email protected] pass: vincent01 . Please help!
[GBU]Moon Posted May 3, 2006 Posted May 3, 2006 seems i have a similar issue, except worse, i'm not even able to log in or add items to the cart. hope this is an easy issue. :( http://www.beyondredline.com/shop
♥Vger Posted May 3, 2006 Posted May 3, 2006 Your problem relates to the fact that you are using a rubbish template with badly coded pathways. Your site has a shared ssl cert, and the Login and Create Account links (plus the checkout process) should link to that shared ssl, but the template has hardcoded Login etc. to the non ssl address. Vger CHECKOUT DOES NOT WORK. Add a few items to cart, go to checkout, login, then it tells me cart is empty! give it a try. www.fastpads.com user: [email protected] pass: vincent01 . Please help!
♥Vger Posted May 3, 2006 Posted May 3, 2006 Both of you should also check your http and, if necessary, https cookie domain settings in includes/configure.php. Cookie domains are domains and not URL's, so they don't contain http:// or https:// Vger
Guest Posted May 3, 2006 Posted May 3, 2006 Thank you for your reply, Vger. How do I fix the prob. if possible. As for the template, I purchased it online so I figured it would be good. I thought I had disabled ssl since I was going to use paypal only for checkout. Paypal would use its own ssl cert.
selmaboyd Posted May 11, 2006 Posted May 11, 2006 Both of you should also check your http and, if necessary, https cookie domain settings in includes/configure.php. Cookie domains are domains and not URL's, so they don't contain http:// or https:// Vger Hi Vger! I am having the same issue with my shopping cart also. I didn't have this issue before I got an ssl certificate so I'm assuming that is why I can't add anything to the shopping cart or it keeps saying empty. I also can't write any reveiws. Can you show me an example of what my http domain settings should look like? I think this issue was born from since my fresh install of my site because I asked on the forum how to write the domain cookie path, but I didn't get a response, so I tried figuring it out myself.....I guess I figured WRONG....lol... anyway, your help in this is much much appreciated Thanks!
selmaboyd Posted May 11, 2006 Posted May 11, 2006 Hi Vger! I am having the same issue with my shopping cart also. I didn't have this issue before I got an ssl certificate so I'm assuming that is why I can't add anything to the shopping cart or it keeps saying empty. I also can't write any reveiws. Can you show me an example of what my http domain settings should look like? I think this issue was born from since my fresh install of my site because I asked on the forum how to write the domain cookie path, but I didn't get a response, so I tried figuring it out myself.....I guess I figured WRONG....lol... anyway, your help in this is much much appreciated Thanks! I checked with my hosting company and they said they've never heard of "Cookie Domain". Also, message keeps popping up telling visitors to the site they must enable cookies in order to use the site. even though they're browser is set to accept all cookies. Does anyone know how I can fix this? What files do I need to fix and what are the words I should be looking for to change. I'm sorry guys, I am totally ignorant to this scripting and I cant figure out what's going on. I think I know where to find the problem, but I don't know how to fix it. My shopping cart keeps saying "your shopping cart is empty" every time I click the buy button for a product
Guest Posted May 13, 2006 Posted May 13, 2006 If I install a contribution for checkout like "no account checkout" will it correct this problem?
Guest Posted May 17, 2006 Posted May 17, 2006 Do you think its a problem with the visitor and member cart merge?
Guest Posted May 17, 2006 Posted May 17, 2006 I fixed the shopping cart! Wow. cool. It was simply the code in the config php file. I changed the enable_ssl to FALSE. Freaking awesome, now i just have to fix the email problem. Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://fastpads.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://ws17.ipowerweb.com/fastpads'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure?
scorpio33 Posted May 18, 2006 Posted May 18, 2006 Hi, cam you tell me where to find the congif php file so that i can check to see if the ssl is set to enable. I have the same problem like you did. Thanks
Epic Mike Posted May 19, 2006 Posted May 19, 2006 Hi,cam you tell me where to find the congif php file so that i can check to see if the ssl is set to enable. I have the same problem like you did. Thanks catalog/includes/configure.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.