

hostxxi
Members-
Content count
15 -
Joined
-
Last visited
Everything posted by hostxxi
-
Hi, when OPC go to my bank and payment fails return to checkout.php, but all user data is in blank. How can I solve this? I would like when the payment fails and return to checkout.php all data remain. Regards
-
I Put // in tep_redirect and go OK // avoid hack attempts during the checkout procedure by checking the internal cartID if (isset($cart->cartID) && tep_session_is_registered('cartID')) { if ($cart->cartID != $cartID) { //tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')); } } ¿This code is important for web security or no? Regards
-
Hi Steve Correct trace is Paypal->checkout_process.php->checkout_shipping.php->checkout.php Here is where redirect, $cart->cartID != $cartID. checkout_process.php // avoid hack attempts during the checkout procedure by checking the internal cartID if (isset($cart->cartID) && tep_session_is_registered('cartID')) { if ($cart->cartID != $cartID) { //tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')); } } Regards
-
I try with paypal ipn that came with the OPC contribution and same problem. I trace return process, is this Paypal->checkout_success.php->checkout_shipping.php->checkout.php If i disable OPC go ok Regards
-
Hi Steve, I use original of osco 2.2rc2a Regards
-
Sorry, problem is not solved. Regards
-
Thanks Steve, this solve my problem. Regards
-
Thanks Steve The link return back to checkout_process.php, but redirect to checkout.php and items are in card. Regards
-
Hi, When people buy with paypal Standard return to checkout page and cart is not empty. Please help me
-
In spanish demo crashes, but in english go ok. The problem in demo not exits. When I click in update, first update price and next shipping. Where is the code that updates price shipping? Regards
-
Thanks Steve,but their demo do not work. someone has same problem? Regards
-
I have a problem If user changes number of the products, for exemple, 1 to 10, and then he has click in update, prices update ok, but shipping not update. Please help me.Regards
-
I have Cool Flash Carousel Menu and Featured products installed but i have this error Notice: Undefined variable: new_products_category_id in C:\xampp\htdocs\catalog\includes\modules\featured.php on line 20 How can I solve this? Regards EDIT: A solved. I change $new_products_category_id in line 20 for (isset($new_products_category_id))?$new_products_category_id:'0';
-
In categories go ok, in producs no. Please help me!!!
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
hostxxi replied to spidometrs's topic in General Add-Ons Support
Hello, I have installed the Ultimate SEO 2.1d, when customer makes a purchase it is not updated in the database and I can not see in administration panel. What is the bug? Regards