SusanB1570047746 44 Posted November 13, 2013 (edited) Does anyone know code I can use so that my logo shows on my order confirmation emails? thanks SusanB Edited August 10, 2016 by danieljs retag 6 dixieland, jmoret, sallie and 3 others reacted to this Share this post Link to post
sritenou 0 Posted February 27, 2014 In the commerce options click email settings. Scroll down to header. Add this: <a href="http://www.example.com" title="Check out example.com"><img src="https://example.squarespace.com/item/52851b0ce4b0ae1807bdc7cf?format=400w" alt="Example.com logo" style="display:block;"></a> You can get the image source of your logo by going to your site, right click on your logo, and select 'copy image url'. You can change the width to whatever suits your needs by adjusting the 400w value. Share this post Link to post
skonesam 75 Posted February 27, 2014 Thanks, sritenou! Definitely answered the question. Looks like the header/footer (oddly) don't apply to the donation email, though. Can put the exact same code in the "Donation Thank You" block before the actual text… but then it appears below the automatically-inserted "Thank you" in the email. Share this post Link to post
jmoret 0 Posted May 7, 2014 Thanks! It worked like a charm. I eliminated alt="Example.com logo" since it was adding it on the email excerpt, But otherwise, perfect. So it ends up like this: Share this post Link to post
jmoret 0 Posted May 7, 2014 Thanks! It worked like a charm. I eliminated alt="Example.com logo" since it was adding it on the email excerpt, But otherwise, perfect. So it ends up like this: Share this post Link to post
WYStudio 0 Posted May 27, 2016 Hi there thanks for the answer on this Where exactly do i paste the image URL - sorry i am very new to this! Cheers @sritenou @jmoret @skonesam Share this post Link to post
WYStudio 0 Posted May 27, 2016 Hi there thanks for the answer on this Where exactly do i paste the image URL - sorry i am very new to this! Cheers @sritenou @jmoret @skonesam Share this post Link to post
WYStudio 0 Posted May 27, 2016 Hi there thanks for the answer on this Where exactly do i paste the image URL - sorry i am very new to this! Cheers @sritenou @jmoret @skonesam Share this post Link to post
thecuriousdepartment 2 Posted June 3, 2016 Hello, thanks for this. i've got an addition... i'd like to brand the top of my email to match my website, so basically the logo as above, but in a table/ box with a background colour? can you help? also, having trouble to get the logo to be aligned to the middle - left and right works, but not middle/ center? thanks! Share this post Link to post
iamme123 0 Posted January 25, 2018 Here's what I'd recommend: First upload the logo image to the CSS Editor with the Manage Custom Files button Then go into the Notifications panel to edit the order email footer and add this code: Just add the URL between the quotation marks "" after src= with your logo image URL. This will also ensure that the logo image doesn't span the full width of the order email and has a line break between the image and any other text you have in the footer. Share this post Link to post
lydckerr 4 Posted November 16, 2018 How do I change the size of the logo? Mine is huge! Share this post Link to post
nickdjeremiah 342 Posted January 4 To center the logo simply add tags to the beginning and ending of the code as below. <center><a href="http://www.example.com" title="Check out example.com"><img src="https://example.squarespace.com/item/52851b0ce4b0ae1807bdc7cf?format=400w" alt="Example.com logo" style="display:block;"></a></center> Share this post Link to post