Hi,
When I look at your HikaShop configuration, I see:
"Notice popup display time: 10ms".
So, your popup is displayed just for 10 milliseconds ; which is a quite short time.
As you said, you found that your "status" text are is span with the id "hikashop_checkout_status".
As explain in our FAQ (
www.hikashop.com/en/support/documentation/faq.html#css
) and in the CSS styling page (
www.hikashop.com/fr/support/84-css-styling.html
)
#hikashop_checkout_status {
/* Your CSS rules here */
color:red;
font-weight:bold;
}
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.