

hostxxi
-
Content count
15 -
Joined
-
Last visited
Posts posted by hostxxi
-
-
Hi
that should be doing Paypal->checkout_process.php->checkout_success.php
so that redirect should be removed when using OPC, why dont they say or add some extra code around to check if opc is enabled to ignore that it and proced
Steve
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
-
Try the one that came with the OPC contribution
Steve
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
-
Are you using the paypal mod that came with OPC or original one?
Steve
Hi Steve, I use original of osco 2.2rc2a
Regards
-
Thanks Steve, this solve my problem.
Regards
Sorry, problem is not solved.
Regards
-
Hi
remove this from checkout_process.php
/* One Page Checkout - BEGIN */ if (ONEPAGE_LOGIN_REQUIRED == 'true'){ if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(array('mode' => 'SSL', 'page' => FILENAME_CHECKOUT_PAYMENT)); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } } /* One Page Checkout - END */
Steve
Thanks Steve, this solve my problem.
Regards
-
Hi
Set the link to return back to your site in paypal to checkout_process.php
Steve
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
-
Their demo is working for me its up, or you mean demo has same problem?
Steve
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
-
Hi Report that bug to itwebexperts email is in install instructions file, also check their demo does same thing before reporting it
Steve
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!!!
-
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
One Page Checkout Support
in General Add-Ons Support
Posted
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