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.
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
Hi Milbo,
And we can override this page for plugin response?
Thanks!
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.
Thanks Milbo
Can you tell me the file that i need to modify to no wait for the next VM update?
Thanks!