News:

Looking for documentation? Take a look on our wiki

Main Menu

Payment method not showing in checkout page

Started by katw, November 08, 2013, 12:37:06 PM

Previous topic - Next topic

katw

Virtuemart: 2.0.24
Joomla! 2.5.11
Issue:
Payment method not showing in checkout page
Payment methods; Paypal and standard
Both : enabled
settings: No countries assigned, no shopper group assigned.(see attached)

Only step 2 the shipping methods are showing in the checkout.


[attachment cleanup by admin]

alatak

Hello
If there are no product in the cart, the payment is not displayed. Could that be the reason?

katw

Yes there are items in the cart.. I have attached both the view of the checkout page and the information and configuration page of the standard payment method. I have only two methods of payment std. and paypal.

[attachment cleanup by admin]


Milbo

Please enable vmdebug, then you should see why a method is not shown
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

katw

not familiar with vmdebug but if you mean in the shop configuration debug enable this is what I get:


        Configuration Saved
        vmdebug self::$_jpConfig->lang en_gb
        vmdebug vmTime: loadConfig db no: 0.00579190254211
        vmdebug Start used Ram 10.75M
        vmdebug vmTime: VirtueMartControllerConfig Finished task config: 0.206182956696
        vmdebug End used Ram 15.5M
        vmdebug Peak memory peak 16M

When I run the firebug browser console report it shows quite a few errors with vm (see attached)

[attachment cleanup by admin]

alatak



alatak

Hello
Sorry, i am not able to register on your website

katw

Not sure what you mean here.. you should be able to register as  client.. what error are you getting

katw

Can anyone help here.. as it is costing me sales....

whisky

Quote from: katw on November 14, 2013, 13:35:58 PM
not familiar with vmdebug ...

When I run the firebug browser console report it shows quite a few errors with vm (see attached)

I don't know if it is related, but have you seen that it seems that query is loaded twice ?

[11:22:48.732] Use of attributes' specified attribute is deprecated. It always returns true. @ https://<Domain Name>/components/com_virtuemart/assets/js/jquery.min.js:16
...
[11:22:49.437] Use of getPreventDefault() is deprecated.  Use defaultPrevented instead. @ https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js:2

if librairies used by virtuemart (e.g chosen.s or the like) are loaded after the first one (/components/com_virtuemart/assets/js/jquery.min.js), they are wiped out by the second loading from google cdn.