VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: franayala on March 25, 2015, 03:47:17 AM

Title: Login module appears after order summary
Post by: franayala on March 25, 2015, 03:47:17 AM
Hi all,

Updated joomla to 3.4.1 and VM to 3.0.6.4

After the checkout, when the order is done and the order summary is displayed, at bottom now appears a login module.

This is an issue or is a new feature?

How to hide?

We try with protostar without template overrides and the same problem.

See attached pic, please.
Title: Re: Login module appears after order summary
Post by: Milbo on March 25, 2015, 14:14:41 PM
ehrm sorry, little, little error, I just forgot to check for non registered. I think it is suiteable to re-release the vm3.0.6.4 as a vm3.0.8
Title: Re: Login module appears after order summary
Post by: franayala on March 26, 2015, 01:09:35 AM
Hi Milbo,

And we can override this page for plugin response?

Thanks!
Title: Re: Login module appears after order summary
Post by: Milbo on March 26, 2015, 09:12:56 AM
That is all

if ($this->display_title) {
echo "<h3>".vmText::_('COM_VIRTUEMART_CART_ORDERDONE_THANK_YOU')."</h3>";
}
echo $this->html;
$cuser = JFactory::getUser();
if(!$cuser->guest) echo shopFunctionsF::getLoginForm ();


It is not blocking or anything. It just looks a bit strange for guests who just bought something. So the priority of this is really low. I fixed it already.
Title: Re: Login module appears after order summary
Post by: franayala on March 26, 2015, 12:52:31 PM
Thanks Milbo

Can you tell me the file that i need to modify to no wait for the next VM update?

Thanks!