Hi there,
The Pay Now text in the Order Creation Notification email is really small so I thought I'd style it so that it is more visible. I just want to check to see if where I styled it is the correct place to do so as I know Hikashop has a lot of moving parts and I don't want to mess anything up.
The change is made in the Order Creation Notification email > Preload version.
I changed this:
echo '<p><a href="'. $pay_url .'">'.JText::_('PAY_NOW') . '</a></p>';
To this:
echo '<p style="display:inline-block;background:#006499;border:1px solid #ddd; padding:15px; margin-top:5px; margin-bottom:5px;"><a style="color:#ffffff;font-size:16px;" href="'. $pay_url .'">'.JText::_('PAY_NOW') . '</a></p>';
Thanks!