Jump to content

no payment modules have been installed yet


Recommended Posts

Hi,

I had my shop running and probably after a change i did (dont know what) i started to get this message in the payment step:

"no payment modules have been installed yet"

I did try to uninstall and re-install the payment module but it didnt fix the problem

Im assuming that somethig is wrong with my order.php, displayPayment function as the HOOK_PAYMENT somehow is empty

$smarty->assign(array('HOOK_PAYMENT' => Module::hookExecPayment(), 'total_price' => floatval($orderTotal)));



and later is used in the order-payment.tpl

{if $HOOK_PAYMENT}
{l s='Please choose the payment method you want to use to pay the amount of'} {convertPrice price=$total_price} {l s='(tax incl.)'}

   {$HOOK_PAYMENT}
{else}

{l s='No payment modules have been installed yet.'}
{/if}



I need help ASAP to bring my site back

Guy

Link to comment
Share on other sites

Hi,

I got this error once, I had to re-install the modules and Reconfigure them..

Also, I repair the database tables...

after that every things worked fine with me.

It is hard to say if this will work with you or not since there is no clear log of the edition and modifications you made and caused this problem.

Hope you get better help from the others.

good luck,

Link to comment
Share on other sites

Hi,

what do you maen by:
"Also, I repair the database tables…"

what are the tabes i need to look into ?
I checked the hook / module tables and i think they are OK

Guy


Hi,

from phpMyAdmin, select all tables and from the drop-down list select repair.
Link to comment
Share on other sites

  • 2 months later...
  • 3 weeks later...
  • 1 month later...
  • 4 months later...
I don't know whether this issue has been resolved, I got this error today, it has been resolved,

in BO, choose Payment tab, Countries restrictions, Select All country or countries in which you want the payment module(s) available.



This worked for me using Paypal module. Thanks!
Link to comment
Share on other sites

  • 1 year later...

I found the solution after i reinstalled them hundred times and checked everything what was possible, i found out that after upgrading the theme they were not hooked. So simple.

 

Hope your problem as simple as mine

Link to comment
Share on other sites

×
×
  • Create New...