-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all Payment Methods are listed under Customer Groups #24
Comments
Could you give the following fix a try: change /Helper/Data.php on line 217
to be
Does it work? |
Thanks for the follow up! I went to the suggest file/code area but didn't find any such lines to change. from 195 to 225, I have:
I believe I should have the latest version, so am I missing something? |
Hi,
thanks for letting me know … I'll have to look into it later.
Best,
Rico
|
Great, thank you! |
Thank you, but my data.php dont have 217 Lines, just 206 Lines, but anyway I looked for $methodConfig and was not able to find it. I checked the Version here of the data.php and this File does contain as well no $methodConfig (but the File have 226 Lines :) ). Via Magento Connect I just got Version 0.1.6beta (beta) installed and no updates are showing up, so I believe you have a newer, different Version at your Lap. Thx Michael |
Rico, are there any news on this? I tried to play around a littlebit with the data.php but was not able to solve the Issue, so any kind of hint would be very helpful. Thank you and Happy Holidays.... |
I can second this notion! Me and Meister would greatly appreciate any kind of point in the right direction for this already great extension. Thanks for the consideration and assistance! Happy holidays as well! |
A colleague of me made the following change:
for Magento CE 1.9 which results in listing all active payment methods of store 0 |
I'm still having trouble reproducing it. We're still using this extension in its current version even with 1.9.3.2 :-/ |
The fix of Andre Herr helped and solved the Issue for me as well.
Not sure if that helps to find the cause of it.
… Am 12.04.2017 um 02:48 schrieb Rico Neitzel ***@***.***>:
I'm still having trouble reproducing it. We're still using this extension in its current version even with 1.9.3.2 :-/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#24 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/APgLFgEoQcv_IGidM2zHaBw0i6VrytFfks5rvB9JgaJpZM4GzkMY>.
|
@Meistermickl thanks. I will investigate! |
I am having the same issue. We use Charge Logic for our credit cards and can't find it as a payment options. I am looking at using the fix but can't find the code to replace. Is this what I replace- public function getPaymentMethodOptions($storeId, $quote = null) |
Hi @niners52 that code sample is not valid anymore … I recently merged some pullrequest – do you use the latest version? Would you perhaps mind to work together with me to finally track it down and provide an anonymized dump of your shop? Best, |
@niners52 any plans to help here?! :-) I would really appreciate! |
Hi, I am using this extension very long now and it worked well. But I needed to Upgrade my Store to Magento 1.9.1 and depending on this I needed the newer Payment Extensions of different Payment Provider. No I have the Issue that not all Payments are listed at the Customer Groups, which means I cannot use all Payment Methods right now if the FilterExtension is enabled. I tried to cheat at the DB and add the missing Payment Method manually but there is a small ID for each Payment Method and I was not able to find out this ID at for this missing Payment Method.
I am talking about the Klarna Invoice Payment Method:
Name in Magento of this Payment is:
vaimo_klarna_invoice
Extension of Klarna is called:
klarnapayments (latest Version)
The text was updated successfully, but these errors were encountered: