SusanB1570047746 Posted November 13, 2013 Share Posted November 13, 2013 Does anyone know code I can use so that my logo shows on my order confirmation emails? thanks SusanB Link to comment
sritenou Posted February 27, 2014 Share 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. Link to comment
skonesam Posted February 27, 2014 Share 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. Link to comment
jmoret Posted May 7, 2014 Share 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: Link to comment
jmoret Posted May 7, 2014 Share 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: Link to comment
WYStudio Posted May 27, 2016 Share 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 Link to comment
WYStudio Posted May 27, 2016 Share 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 Link to comment
WYStudio Posted May 27, 2016 Share 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 Link to comment
Guest Posted June 3, 2016 Share 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! Link to comment
Guest iamme123 Posted January 25, 2018 Share 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. Link to comment
lydckerr Posted November 16, 2018 Share Posted November 16, 2018 How do I change the size of the logo? Mine is huge! Link to comment
nickdjeremiah Posted January 4, 2019 Share Posted January 4, 2019 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> Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.