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
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
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
Hi,
Try to disable that plugin for a moment and setup a standart payment using default vm payment plugin and check it again
Regards
:( Checkout Step 3
Please select a payment method
We are sorry, no payment method matches the characteristics of your order. Please .
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
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
problem solved, disable plugins VM - Custom, skip cart thanks!!!
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));