BlahBlah
BlahBlah

Reputation: 275

Payment Method installed but doesnt show up

I'm making a custom Payment Method for Magento. It shows up in the disable modules output list (under configuration->advanced), but I can't see it anywhere in the payment methods. Any clues on where I might have gone wrong.I know this is a little vague.I'd be happy to provide more info about relevant things.

Upvotes: 0

Views: 75

Answers (1)

miwata
miwata

Reputation: 125

If, like the commentators said, you cleaned and still have this problem, then It seems that your module is present in etc/modules but for some reason :

-The path assigned in etc/modules doesn´t match in your code folder (where there is core, local, and community folder)

-The path is found, but your config file doesn't have the tags correctly configured. In this case look:

Magento custom payment module

And search for the tags that i mentioned.

Off course, you have to set your system.xml too, it is described in the same link.

Upvotes: 1

Related Questions