News:

Support the VirtueMart project and become a member

Main Menu

Problem with automatic payment in VIRTUEMART 2.0.24

Started by Senadisain, October 18, 2013, 16:38:07 PM

Previous topic - Next topic

Senadisain

Faced with a problem: when set the automatic payment method, on the shopping cart page, still shows: "payment method is not selected - select payment method", the version of virtuemart 2.0.24, solution:
1. open your_site file/components/com_virtuemart/helpers/cart.php
2. then find there function: CheckAutomaticSelectedPayment, line 1220
3. in this function, we find the condition: if (isset ($ returnValue)) and change it to if ($ returnValue == true), line 1232
I helped.

AH

Regards
A

Joomla 4.4.5
php 8.1