Logo Image not being displayed in Emailed Invoice

Hello-

I am having the same issue that has been discussed before and that is that my invoice logo isn’t appearing on the emails sent to my customers. I have a shared https:// account and even though I put that URL path under the Designs/Logos tab, it isn’t displaying properly. When right-clicking on the logo, the properties show the icon residing at http:// my-website.com/skins/green_web/mail/images/my-logo-_https.jpg

I know this topic has been discussed before, especially at this thread: [url]http://forum.cs-cart.com/showthread.php?t=3889[/url]. Where it states:


[QUOTE]If the invoice logo is not showing in order email edit mail/orders/invoice.tpl like me because of using a shared ssl, the logo is not displayed as the image directory is pulled from https://.… doesn’t show up at all so I simply changed the logo directory and pull it directly from my server



search for:


{$settings.Company.company_name}

Replace with:


{$settings.Company.company_name}

Works for me[/QUOTE]

But my code doesn’t exactly match that: My code is as follows (bold text area is where I believe it does resemble the above, but not exactly:

{$settings.Company.company_name}[/B]

Can someone help me figure out what I need to make this work? Do I need to keep the manifest commands, etc? I am not a programmer and would greatly appreciate someone’s help as to exactly what my code should say to fix this problem. My current version is 2.0.15
Thank you so much
Carol

Possible issue:



[url]http://forum.cs-cart.com/vbugs.php?do=view&vbug_id=1888[/url]

Thank you for the quick response phazei.

I skimmed through the bug report link you sent.

So, what is my next step: Is this resolved in the current new upgrade 2.1.0 (which I haven’t installed yet) or do I need to read through the bug report and made alterations to my code? I’m hoping not the latter of the two as I am not a coder!

Any insight into this matter would be greatly appreciated!

Thanks again

Carol

Well, I haven’t checked it, but they did say they added the code to the trunk, so it should be fixed in 2.1



I’m going to start the upgrade today, but it will take me the rest of the week to go through every file… oh joy.

Thank you phazei

Carol