Author Topic: One Payment option only  (Read 12344 times)

jenkinhill

  • UK Web Developer & Consultant
  • Global Moderator
  • Super Hero
  • *
  • Posts: 28695
  • Always on vacation
    • Jenkin Hill Internet
Re: One Payment option only
« Reply #30 on: August 19, 2013, 22:57:51 PM »
This issue only appears with plugins that require a user input. Any member of the community of VM users can offer a fix for this but so far none have been forthcoming.
Kelvyn

Jenkin Hill Internet,
Lowestoft, Suffolk, UK

Unsolicited PMs/emails will be ignored.

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Currently using VirtueMart 4.0.22 10858  J 3.10.11 PHP 8.0.27

Maxim Pishnyak

  • Global Moderator
  • Sr. Member
  • *
  • Posts: 2656
Re: One Payment option only
« Reply #31 on: August 20, 2013, 12:08:58 PM »
What's the eta for fixing this? Or has anyone come up with something elegant?
I always thought that various custom 3rd party one page checkout extensions are elegant already.
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

Osearcaigh

  • Beginner
  • *
  • Posts: 19
Re: One Payment option only
« Reply #32 on: October 15, 2013, 14:01:23 PM »
When you upgrade Virtuemart AIO it republished the payment plugins and will cause this to happen, even if you have the 'Enable Automatic Selected Payment?' checked in Configuration - Checkout.

The solution is to unpublish all the Joomla plugins of type vmplugin except the one you want.

johnlanglois

  • Jr. Member
  • **
  • Posts: 50
Re: One Payment option only
« Reply #33 on: November 04, 2013, 22:15:17 PM »
I stumbled into a fix that worked for our site.
We migrated to VM 2.0.22c and then up to VM 2.0.24 under Joomla 2.5.14 and PHP 5.4.

In the course of the migration there were no Shopper groups selected under the PAYPAL tab.

Selecting default and anonymous as the shopper groups kept the select payment method radio choice from being in the loop.
We only had paypal as a choice, but were required to select that until we made this change.

mancourt

  • Beginner
  • *
  • Posts: 1
Re: One Payment option only
« Reply #34 on: November 25, 2013, 03:56:41 AM »
DaveOzric did you ever figure out a solution? Also is this the First Data plugin made by SoftDB.eu?

I'm having the same issue, won't auto select the plugin during the checkout process no matter what settings I do.

ITBroliai

  • Beginner
  • *
  • Posts: 4
Re: One Payment option only
« Reply #35 on: November 28, 2013, 15:52:05 PM »
When you upgrade Virtuemart AIO it republished the payment plugins and will cause this to happen, even if you have the 'Enable Automatic Selected Payment?' checked in Configuration - Checkout.

The solution is to unpublish all the Joomla plugins of type vmplugin except the one you want.

This solution works! Thank's mate  ;D

greaves

  • Beginner
  • *
  • Posts: 38
Re: One Payment option only
« Reply #36 on: January 22, 2014, 18:51:35 PM »
Hello, I'm using virtuemart 2.0.24 and I do not have "Enable Automatic Selected Payment" or "Enable Automatic Selected shipping" option.
Any idea why ?

Regards

jenkinhill

  • UK Web Developer & Consultant
  • Global Moderator
  • Super Hero
  • *
  • Posts: 28695
  • Always on vacation
    • Jenkin Hill Internet
Re: One Payment option only
« Reply #37 on: January 22, 2014, 23:34:33 PM »
You must have one page checkout selected in Config/checkout
Kelvyn

Jenkin Hill Internet,
Lowestoft, Suffolk, UK

Unsolicited PMs/emails will be ignored.

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Currently using VirtueMart 4.0.22 10858  J 3.10.11 PHP 8.0.27

greaves

  • Beginner
  • *
  • Posts: 38
Re: One Payment option only
« Reply #38 on: January 23, 2014, 11:21:45 AM »
Indeed !
But now, with  one page checkout not selected, Enable Automatic Selected Shipment and Enable Automatic Selected Payment selected, my payment is not displayed in the cart page and I have to select it manually :/

jenkinhill

  • UK Web Developer & Consultant
  • Global Moderator
  • Super Hero
  • *
  • Posts: 28695
  • Always on vacation
    • Jenkin Hill Internet
Re: One Payment option only
« Reply #39 on: January 23, 2014, 16:58:18 PM »
Some payment plugins still have to be selected. Seems to be those which require shopper input.
Kelvyn

Jenkin Hill Internet,
Lowestoft, Suffolk, UK

Unsolicited PMs/emails will be ignored.

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Currently using VirtueMart 4.0.22 10858  J 3.10.11 PHP 8.0.27

greaves

  • Beginner
  • *
  • Posts: 38
Re: One Payment option only
« Reply #40 on: January 23, 2014, 19:16:58 PM »
My payment option is paypal, there is no input required is it ?

greaves

  • Beginner
  • *
  • Posts: 38
Re: One Payment option only
« Reply #41 on: January 27, 2014, 20:49:02 PM »
Any idea ?

greaves

  • Beginner
  • *
  • Posts: 38
Re: One Payment option only
« Reply #42 on: January 28, 2014, 21:06:26 PM »
I'm solve my problem by modifying a helper :

in helpers/cart.php I changed automaticSelectedShipment=false; to automaticSelectedShipment=true;

Somehow when saving the option in the admin panel does not work.