VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: katw on November 08, 2013, 12:37:06 PM

Title: Payment method not showing in checkout page
Post by: katw on November 08, 2013, 12:37:06 PM
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]
Title: Re: Payment method not showing in checkout page
Post by: alatak on November 11, 2013, 09:32:38 AM
Hello
If there are no product in the cart, the payment is not displayed. Could that be the reason?
Title: Re: Payment method not showing in checkout page
Post by: katw on November 11, 2013, 13:49:00 PM
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]
Title: Re: Payment method not showing in checkout page
Post by: katw on November 12, 2013, 11:03:56 AM
Anybody???
Title: Re: Payment method not showing in checkout page
Post by: Milbo on November 14, 2013, 09:54:31 AM
Please enable vmdebug, then you should see why a method is not shown
Title: Re: Payment method not showing in checkout page
Post by: katw on November 14, 2013, 13:35:58 PM
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]
Title: Re: Payment method not showing in checkout page
Post by: alatak on November 15, 2013, 09:20:32 AM
Hello
What is the URL of your website?
Title: Re: Payment method not showing in checkout page
Post by: katw on November 21, 2013, 09:07:16 AM
https://smokingwheels.com.au/index.php/store
Title: Re: Payment method not showing in checkout page
Post by: alatak on November 21, 2013, 09:45:35 AM
Hello
Sorry, i am not able to register on your website
Title: Re: Payment method not showing in checkout page
Post by: katw on November 21, 2013, 09:57:09 AM
Not sure what you mean here.. you should be able to register as  client.. what error are you getting
Title: Re: Payment method not showing in checkout page
Post by: katw on November 26, 2013, 01:17:16 AM
Can anyone help here.. as it is costing me sales....
Title: Re: Payment method not showing in checkout page
Post by: whisky on November 26, 2013, 10:41:44 AM
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.