PayPal and BankWire not Firing on Hook displayPayment
As I think this topic will be seen by most of u, and couldn't post a new topic, no rights, for some reason. I think I have the right, unless you are trying to discriminate me.
Are you discriminating me?? Hoping you are NOT!
Hello there!
I've got a multistore situation in which shop ID=2 works perfectly, and is the shop which is already live on the server.
The shop works fine, accepting paypal and bankwire.
Currently I'm config the SHOP_ID=1 to work as well, and after an rather easy start, I hit a wall when trying to make the bankwire and paypal modules work.
They are correctly configured in modules>payment in the Back Office / BO, and the same settings are used for both shops.
After quite a lot of trying I can't solve the issue.
Both modules are activated for both shops, and in module and hooks tables everything seems to be fine.
When I
var_dump(Hook::exec('displayPaymentTop'));
from
ParentOrderController.php
it works on SHOP_ID=2
spitting the HTML for PayPal and BankWire, but nothing (not even null) for SHOP_ID=1.
I'm using PSTB1.6 (because 1.7 is a sloppy job made by bad programmers)
Question
spacewalkingninja
PayPal and BankWire not Firing on Hook displayPayment
As I think this topic will be seen by most of u, and couldn't post a new topic, no rights, for some reason. I think I have the right, unless you are trying to discriminate me. Are you discriminating me?? Hoping you are NOT!
Hello there!
I've got a multistore situation in which shop ID=2 works perfectly, and is the shop which is already live on the server.
The shop works fine, accepting paypal and bankwire.
Currently I'm config the SHOP_ID=1 to work as well, and after an rather easy start, I hit a wall when trying to make the bankwire and paypal modules work.
They are correctly configured in modules>payment in the Back Office / BO, and the same settings are used for both shops.
After quite a lot of trying I can't solve the issue.
Both modules are activated for both shops, and in module and hooks tables everything seems to be fine.
When I
var_dump(Hook::exec('displayPaymentTop')); from
ParentOrderController.php it works on SHOP_ID=2
spitting the HTML for PayPal and BankWire, but nothing (not even null) for SHOP_ID=1.
I'm using PSTB1.6 (because 1.7 is a sloppy job made by bad programmers)
(Shouting removed. Your friendly moderator.)
16 answers to this question
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