I'm not an expert on PHP editing.
But, if take a look at this code:
define('TEXT_NEW_CUSTOMER_INTRODUCTION', 'Create a login profile with <strong>' . STORE_NAME . '</strong> which allows you to shop faster, track the status of your current orders and review your previous orders.) (In order to validate your business account information, you will need to submit a copy of your business certificate to [email protected]');
I was trying to create two paragraphs one for basic message, and a second one for business accounts.
How can I split the paragraph? or perhaps, create two bullet paragraph?
Thanks



