Hi,
Regarding the authorize.net plugin, it looks like some joomla message are displayed if an error occured.
Please check that your template right display the Joomla messages.
www.hikashop.com/support/support/documen...tibility-issues.html
Code in the plugin which use the "joomla application enqueue message" function.
case 2:
$this->app->enqueueMessage(JText::_('TRANSACTION_DECLINED_WRONG_CARD'));
$this->ccClear();
$do = false;
break;
case 3:
default:
$this->app->enqueueMessage(JText::sprintf('TRANSACTION_PROCESSING_ERROR',$response_reason_code.' '.$response_reason_text));
$this->ccClear();
$do = false;
break;
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.