VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Payment Modules => Topic started by: refusespam on January 25, 2006, 08:31:50 AM

Title: Returning url?
Post by: refusespam on January 25, 2006, 08:31:50 AM
Hi

Can somebody help me out here...

I am setting up a virtumart with cardia and get this message after returning to the shop "Use the login and password fields opposite to gain full access".

But i am stil logged in, and can see all info in my "account maintenance"

So, my Q is:

What is the correct returning URL?
Now i am using :  $retURL = ( SECUREURL . "index.php?option=com_virtuemart&page=account.order_details&order_id=" . $d['order_id'] . "&option=com_virtuemart&Itemid=1" );

I am running VM 1.02/ JOS 1.07

R.
Title: Re: Returning url?
Post by: RoyTheViking on March 20, 2006, 08:27:41 AM
Same problem here running VM 1.0.3 and Joomla 1.0.8.

The order number is NOT returned back as a parameter.

ANYONE??