InnovatecInc Posted March 31, 2015 Share Posted March 31, 2015 (edited) Hi After making a PayPal checkout the customer is directed to: domain.com.aupaypal/confirm?get_confirmation=1 The address obviously doesn't look right, so I assumed it would be something like: domain.com.au/modules/paypal/confirm?get_confirmation=1 I am using PS 1.6.0.13 and PayPal module v3.8.2 I uninstalled the PP module via the BO and reinstalled it. What I found curious was that when I first tested the issue prior, to the reinstall, the whole PayPal interface was different and the confirmation web address had key submit info, now it just has 'confirm?get_confirmation=1' The order confirmation is sent to the customer and the PP account is debited, if the customer then heads back to the shop and enters checkout they are directed again to domain.com.aupaypal/confirm?get_confirmation=1 Does the issue lie here? $values = array('fc' => 'module', 'module' => 'paypal', 'controller' => 'confirm', 'get_confirmation' => true); $this->context->smarty->assign('paypal_confirmation', $shop_url.__PS_BASE_URI__.'?'.http_build_query($values)); Any ideas what could be wrong? s Edited April 1, 2015 by InnovatecInc (see edit history) 1 Link to comment Share on other sites More sharing options...
trevorgilligan Posted July 2, 2015 Share Posted July 2, 2015 strange, mine go to here: http://shop.com/module/paypal/confirm?get_confirmation=1 i would have thought it would be modules (with an s) . i would like them to go straight to http://shop.com/module/paypal/submit?key this way they dont have to confirm again on the website Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now