olivergleave Posted April 22, 2004 Posted April 22, 2004 Hi, Is it possible to change the font and layout of the order confirmation and update emails that are sent out to the customer ? The standard HTML output is Times New Roman, which I hate - and I want to know where abouts in the catalog the files/style sheet/settings are which will allow me to change it ! Many thanks for your help ! Regards, Oliver Gleave.
wizardsandwars Posted April 22, 2004 Posted April 22, 2004 I usually use the css to make all of my font changes, but you can also just put a font tag in yout html. ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
241 Posted April 22, 2004 Posted April 22, 2004 you could as Chris states create a class in the stylesheet or use a tag but this may be pointless, as far as I am aware there is no call to Times New Roman in the default osc I may be wrong though. Your email client should be able to show the email in the font that you wish, is it possibly the case that yhe email client is set to show Times New Roman No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
olivergleave Posted April 22, 2004 Author Posted April 22, 2004 Thanks for that - but I need to find out where the email is generated from - does the structure reside in a PHP file ? If I know where it is then I can go about changing it . . . Regards, Oliver Gleave.
wizardsandwars Posted April 22, 2004 Posted April 22, 2004 The order confirmation emials is generated in checkout_process.php ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
241 Posted April 22, 2004 Posted April 22, 2004 and this file calls the text from the languages directory file i.e. catalog/includes/languages/english/checkout_process.php No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
wizardsandwars Posted April 22, 2004 Posted April 22, 2004 Yeah, and if you just need a quick solution, you can put the font tag right into the text of the email in the language file. ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
241 Posted April 22, 2004 Posted April 22, 2004 What a team everything covered in quicktime No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
olivergleave Posted April 22, 2004 Author Posted April 22, 2004 Nice one - case closed and big pat on the back to both of you. Cheers.
stevel Posted April 22, 2004 Posted April 22, 2004 As others have said, no font is specified by default. The browser just renders the text in its default font, which tends to be something like Times New Roman. One thing I note is that the HTML e-mail doesn't have anchor tags around links, so it's actually less useful, by default, than plain text. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description
Recommended Posts
Archived
This topic is now archived and is closed to further replies.