Lustfull Posted March 22, 2011 Share Posted March 22, 2011 I want to decide which payment modules I should use. Not Prestashop to decide for me!As the new version is built, I can not easily modify and add different payment modules as I want to select and install. What is the point of use Prestashop if I can not add and use different modules that are designed for Prestashop but not created by Prestashop.RSusanne Link to comment Share on other sites More sharing options...
olea Posted March 22, 2011 Share Posted March 22, 2011 What are the issues with your payment modules ?As far as I know, this is the same payment mechanism between 1.3 and 1.4... So you can have on 1.4 the same modules you have on 1.3, except perheaps some specific adaption that are not ready on some modules Link to comment Share on other sites More sharing options...
AbeP Posted March 22, 2011 Share Posted March 22, 2011 Either that or your using options that dont support 1.4 (not compatible), but, agreed 1.4 is the same as 1.3 for payment options Link to comment Share on other sites More sharing options...
Lustfull Posted March 22, 2011 Author Share Posted March 22, 2011 I have tried for 3 days to make payment options work in Presta 1.4.All working fine in 1.3.7. Payment are Klarna and Payson.The payment options I have exposed are Bank Transfer and Paypal.These are in the “Payments and Gateways” while Klarna and Payson is located under “Other Modules”.First I located how to move to Payments and Gateways, FINE.Then after fixing that I go to shop place a order go to payment options and all I se is Bank Transfer and Paypal.So for me its not the same in 1.4 as in 1.3.7Have the latest version for modules from Klarna and Payson and if there are no bigger difference from 1.3.7 to 1.4 why is it not working?? Link to comment Share on other sites More sharing options...
petek Posted March 22, 2011 Share Posted March 22, 2011 Either that or your using options that dont support 1.4 (not compatible), but, agreed 1.4 is the same as 1.3 for payment options Not so, I'm waiting for my bank module to be updated so as to be compatible with 1.4. Link to comment Share on other sites More sharing options...
olea Posted March 22, 2011 Share Posted March 22, 2011 Effectively, there is a small change between 1.3 and 1.4 for payment modules.The 'tab' field of the payment module must be 'payments_gateways'.So, in your payment module directory, open the php file that have the same name than the directory.Search for the __construct() function, in which you should have a line like : $this->tab = 'anyText'; Replace par : $this->tab = 'payments_gateways'; 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