the first button in the shopping cart shows "Check out now". once clicked, the same page is loaded but then with the button "Confirm order"
I want 1 confirmation how can i delete one? Please help.
Thnx for all help.
Selina
Solved
what was the solution? I noticed the same thing.
:D I want to know the solution too please!
Any body with the solution with this?
How can somebody say they have problem, then not showing the solution for it?
P.S.
OK, the solution is here:
http://forum.virtuemart.net/index.php?topic=92103.msg306534#msg306534
or in a simple way:
open
components/com_virtuemart/helpers/cart.php
and
CHANGE THIS LINE ->> public function setDataValidation($valid=false) {
WITH THIS - >> public function setDataValidation($valid=true) {