- Posts: 96
- Thank you received: 4
System Message duplication in Checkout
14 years 2 months ago #57544
by chris711
System Message duplication in Checkout was created by chris711
Hi Nicolas,
In Business Version 1.5.8 the system message at the top of the page, that displays when No Shipping or Billing addresses are entered, is duplicated since the addition of the lines
else{
$app =& JFactory::getApplication();
$app->enqueueMessage( JText::_('CREATE_OR_SELECT_ADDRESS') );
}
in the file - address_view.php.
Prior to the change the system message only appeared if the user tried to advance the order process without any address details being present - now it appears duplicated immediately the checkout page is entered when no address details are present.
Regards
Chris
In Business Version 1.5.8 the system message at the top of the page, that displays when No Shipping or Billing addresses are entered, is duplicated since the addition of the lines
else{
$app =& JFactory::getApplication();
$app->enqueueMessage( JText::_('CREATE_OR_SELECT_ADDRESS') );
}
in the file - address_view.php.
Prior to the change the system message only appeared if the user tried to advance the order process without any address details being present - now it appears duplicated immediately the checkout page is entered when no address details are present.
Regards
Chris
Please Log in or Create an account to join the conversation.
14 years 2 months ago #57607
by nicolas
Replied by nicolas on topic Re: System Message duplication in Checkout
Hi,
In some cases the message being displayed here is necessary.
We'll put in place something to avoid having it several times for the next version.
You can just remove that code for the time being if you don't want to wait.
In some cases the message being displayed here is necessary.
We'll put in place something to avoid having it several times for the next version.
You can just remove that code for the time being if you don't want to wait.
Please Log in or Create an account to join the conversation.
Time to create page: 0.145 seconds