chti59 Posted July 31, 2013 Share Posted July 31, 2013 Hi All my credit card payment are returned in the back office as "payment error". The credit card payment module was working before I upgraded to the last prestashop version. Can someone tell me what part of a payment module is taking care to make the payment valid in the back office. The Credit card payment is received on the SSL server so it works until there. It is getting urgent as it is in production and people are making 2 to 3 times their order as in their account it is also stated as "payment error". Then they call me and are scared that we would send 3 orders to them Link to comment Share on other sites More sharing options...
Antho_Girard Posted August 3, 2013 Share Posted August 3, 2013 Hi, What payment module do you use? Antho Link to comment Share on other sites More sharing options...
chti59 Posted August 5, 2013 Author Share Posted August 5, 2013 Hi This was a payment module that was specially develop for prestashop 1.3 so this is not a module you will find anywhere over the internet. I just want to know which part of a module injects the prices into the back office as it seems there was a lot of change in 1.5.4.3 since the 1.3 version. By the way how do we get an email notification when someone replies in a thread ??? Did not find it yet Link to comment Share on other sites More sharing options...
NemoPS Posted August 5, 2013 Share Posted August 5, 2013 SImply enough, if you are using a module developed for 1.3 on a 1.5 version, it just breaks. You need a version which is compliant with the latest functions, otherwise it simply won't work I think it's worth developing it from scratch as the payment modules structure changed a whole lot Link to comment Share on other sites More sharing options...
vekia Posted August 5, 2013 Share Posted August 5, 2013 that's right, i totally agree with Nemo1 It's better to create module from scratch, there are so many differencies between ps 1.3 and 1.5 ... Link to comment Share on other sites More sharing options...
chti59 Posted August 5, 2013 Author Share Posted August 5, 2013 (edited) I agree too but missing time (but I will do it) Now it is working (I forgot the $total) so now payment is made, it is also added in the payment section in the back office as payment accepted. But in 1.5 the include stuff does not work anymore, I have read all day, find lots of posts on "override" on controlers etc... well I did not get anything about it. Now when you hit to valid payment button, everything appears, the text I wrote to confirm we received the payment, the footer, but all HTML is gone, no header() or footer in color (only test and links to my best sold products. Tried a lot of stuff found on the internet, but I am shure they have changed the way to add the header and the footer. Went to read the prestashop 1.5 doc and still do not get it. It was so simple before but I am shure that the team made this choice for a good reason. before include('../../config/config.inc.php'); include('../../header.php'); then at the end of the php include('../../foorter.php'); It works but no layout anymore just text and link (very uggly for a customer) Edited August 5, 2013 by chti59 (see edit history) Link to comment Share on other sites More sharing options...
chti59 Posted August 6, 2013 Author Share Posted August 6, 2013 Just had to change the way the $total was declared. I do not know but all this was way more simple before 1.5 I am pulling almost all my hair off to be able to work with the tpl files, and it takes for ever to understand all this. 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