finjay Posted April 23, 2008 Posted April 23, 2008 I see from this knowledge base article that you can add text to the order email by editing catalog/checkout_process.php. What is the coding necessary to make the store name linkable?
usernamenone Posted April 23, 2008 Posted April 23, 2008 The same sa you would any link <a href="http://www.mystore.com">mystore.com</a> Here is a little help for you. http://www.w3schools.com/html/html_examples.asp I see from this knowledge base article that you can add text to the order email by editing catalog/checkout_process.php. What is the coding necessary to make the store name linkable?
finjay Posted May 15, 2008 Author Posted May 15, 2008 I'm familiar with how to create a link ;). Where exactly would you place the link in the code? Here's the code in the file that calls the store name: $email_order = STORE_NAME . "\n" . The same sa you would any link<a href="http://www.mystore.com">mystore.com</a> Here is a little help for you. http://www.w3schools.com/html/html_examples.asp
Recommended Posts
Archived
This topic is now archived and is closed to further replies.