VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: 3nf on September 27, 2012, 00:31:10 AM

Title: problem Checkout done, please confirm the order (solved)
Post by: 3nf on September 27, 2012, 00:31:10 AM
Hi, I have the problem a week ago, when I make a purchase, I can not because I said (Checkout donate, please confirm the order), I click on the button (confirm patched), but I always say this message (Checkout done, Please confirm the order) worked perfect before I started a few days ago the problem

version
2.0.10

Joomla!, 2.5.6.


thanks
Title: Re: problem Checkout done, please confirm the order
Post by: bytelord on September 27, 2012, 00:37:02 AM
Hello,

Do you use any custom payment plugin? Did you try with default vm templates with no overrides? Any live url? Could you check your joomla error logs if something logged in there?

Regards
Title: Re: problem Checkout done, please confirm the order
Post by: 3nf on September 27, 2012, 01:04:23 AM
hi  use

Gestor de plugins: VM - Payment, Paypal

[<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/ltngamin/public_html/libraries/joomla/application/component/helper.php on line 383


regards
Title: Re: problem Checkout done, please confirm the order
Post by: bytelord on September 28, 2012, 13:08:01 PM
Hi,

Try to disable that plugin for a moment and setup a standart payment using default vm payment plugin and check it again

Regards
Title: Re: problem Checkout done, please confirm the order
Post by: 3nf on September 28, 2012, 16:49:39 PM
:( Checkout Step 3
Please select a payment method

We are sorry, no payment method matches the characteristics of your order. Please .
Title: Re: problem Checkout done, please confirm the order
Post by: bytelord on September 28, 2012, 17:12:47 PM
Hi,

Have you select country/state to the payment plugin options that does not match with the options you select on the user registration? Try to clean country/state options from the plugin configuration

Regards
Title: Re: problem Checkout done, please confirm the order
Post by: 3nf on September 28, 2012, 22:32:25 PM
Hello, I have not selected any restriction of country, adding all countries and not work, delete them and did not work, delete the folder (vmpayment), and I went upload the new and did not work, apparently not redirected to paypal


Thanks for your help
Title: Re: problem Checkout done, please confirm the order
Post by: 3nf on September 29, 2012, 17:47:04 PM
problem solved, disable plugins VM - Custom, skip cart    thanks!!!
Title: Re: problem Checkout done, please confirm the order (solved)
Post by: ekerner on January 09, 2015, 18:47:28 PM
override

class VirtueMartCart ( components/com_virtuemart/helpers/cart.php )

and in function checkout replace

                        $mainframe->redirect(JRoute::_('index.php?option=com_virtuemart&view=cart', FALSE), JText::_('COM_VIRTUEMART_CART_CHECKOUT_DONE_CONFIRM_ORDER'));

with

                        $mainframe->redirect(JRoute::_('index.php?option=com_virtuemart&view=confirm', FALSE));