capte Posted August 31, 2010 Posted August 31, 2010 Hi everyone ! Look like i'm losing my session id when i get to the page checkout_confirmation.php Seems like everything is ok ... session is store in mysql, the continue button post with the session id <form name="checkout_confirmation" action="http://whatever.com/checkout_process.php?osCsid=cf958c83aa9e220692e2352033665eaa" method="post"> Even if I use cash on delivery I always get redirected to shopping_cart.php ( now empty ) an not to checkout_success.php Any ideas ? Thanks,
capte Posted August 31, 2010 Author Posted August 31, 2010 I've got the multishop contribution on this... that seem to be the problem. tep_redirect(tep_href_link(FILENAME_CHECKOUT_SUCCESS, 'order_id=' . $insert_id, 'SSL')); //rmh M-S_multi-stores in the original oscommerce script : tep_redirect(tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL')); Still got to find why the continue button on checkout_success.php doesnt keep the session.
satish Posted September 18, 2010 Posted September 18, 2010 Might be that a further redirect from success page is coming into picture. I recommend you to place a file write code in application top file.This should write PHPSELF value. So first we are sure which page is redirecting to shopping_cart.php Once you are sure paste the code of that file. Also thoroughly check that the Multistore contrib was installed properly. Plus configure table of multistores are having proper store id and other values. (If you had a cart on one store and for some reason code looks into another store config then this might happen) Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
mossman Posted September 27, 2011 Posted September 27, 2011 Hi Folks, I just installed the Multi-Store contribution. It works great but i have one issue. When assigning products/categories to my child store they don't show up. If i assign a product to my parent store it shows up in both. I have tried re-installing, and i can't seem to find anyone else having this problem in the forums. Would some please be so kind as to point me in the right direction? Best Regards, Aaron
Recommended Posts
Archived
This topic is now archived and is closed to further replies.