Guest Posted April 13, 2008 Posted April 13, 2008 Hello I am a newbie here and I am facing a problem in my store. I will appreciate you very much if you can help me to solve it. I have just installed Ultimate SEO URLs in my store and it seems that I have got it working. But I found a problem on my Shopping Cart after this contribution’s installation. The Buy Now! Button is not working. When I view in my categories and click Buy Now! Button to add products it shows up a notice “Your Shopping Cart is empty!” and when clicking Continue to next step, a member (if log in already) will log out automatically. While using Add to Cart Button, it’s working well. But when add another one by click Buy Now Button, it’s the same result as above and also the shopping cart is cleaned even the products added by Add to Cart Button. I am thinking if it’s the problem of cookies but since I am not familiar with codes. So would please anyone can help me to test and indicate how I can solve it. Thanks all guys in advance. My store: www.watchescn.net Quote
barbis Posted April 17, 2008 Posted April 17, 2008 Hi, I have the same problem. The order it's o.k., it will be register as order, but automatically the user is logged out and the cart become empty. It's a stressful problem, maybe a code guru will help us? Hello I am a newbie here and I am facing a problem in my store. I will appreciate you very much if you can help me to solve it. I have just installed Ultimate SEO URLs in my store and it seems that I have got it working. But I found a problem on my Shopping Cart after this contribution’s installation. The Buy Now! Button is not working. When I view in my categories and click Buy Now! Button to add products it shows up a notice “Your Shopping Cart is empty!” and when clicking Continue to next step, a member (if log in already) will log out automatically. While using Add to Cart Button, it’s working well. But when add another one by click Buy Now Button, it’s the same result as above and also the shopping cart is cleaned even the products added by Add to Cart Button. I am thinking if it’s the problem of cookies but since I am not familiar with codes. So would please anyone can help me to test and indicate how I can solve it. Thanks all guys in advance. My store: www.watchescn.net Quote
insaini Posted April 17, 2008 Posted April 17, 2008 Hi,I have the same problem. The order it's o.k., it will be register as order, but automatically the user is logged out and the cart become empty. It's a stressful problem, maybe a code guru will help us? What does your root .htaccess file look like? copy and paste here.. also what are your session settings in your admin configuration? Quote
Guest Posted April 17, 2008 Posted April 17, 2008 Hi Thanks for your kind attention. This is my .htaccess code # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> # Added by Installatron: php_flag register_globals on Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} and session configuration is : Session Directory /tmp Force Cookie Use False Check SSL Session ID False Check User Agent False Check IP Address False Prevent Spider Sessions False Recreate Session False Will this be help for you. Thanks in advance Quote
insaini Posted April 17, 2008 Posted April 17, 2008 Ok just to clarify.. if you remove the Ultimate SEO .. everything works fine.. but when you install Ultimate SEO it breaks? Try removing it.. and verify that everything works fine.. (but leave your .htaccess file the same as it is now) Quote
barbis Posted April 17, 2008 Posted April 17, 2008 I found elsewhere a solution, and for me it works: You must disable in your SEO URLs admin panel something: Output W3C valid URLs (parameter string)? make it false Please offer me a favor. Please I need Help Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.