X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Custom Notifications (https://forum.x-cart.com/showthread.php?t=25138)

greenbaynet 09-21-2006 10:51 AM

Custom Notifications
 
Is there an easy way in x-cart to alter customer notifcations that are recieved via email such as :

"You have received this notification from <insert store name> because you are a registered user or you or some other registered user requested some information for you from our store."

If the answer to this is a no, would anyone have any good sugguestions about locating these messages in the code and altering them?

-Thanks

balinor 09-21-2006 10:53 AM

Re: Custom Notifications
 
All of those are text variables that can be edited in the languages area. Click on 'Languages' and select e-mail. They are all right there.

greenbaynet 09-21-2006 10:58 AM

Re: Custom Notifications
 
Quote:

Originally Posted by balinor
All of those are text variables that can be edited in the languages area. Click on 'Languages' and select e-mail. They are all right there.



Thanks.

cmodesign 04-22-2011 10:24 AM

Re: Custom Notifications
 
Has the location where this information gets edited been moved? There is no longer an "Email" section (or any sub-section for that matter) in the LANGUAGES section of the Admin panel to edit the text content of email notifications. We are running X-Cart v4.2.2.

Also, is there a way to add footer info to all email notifications which would include website link, Social Media icons, etc?

balinor 04-22-2011 10:59 AM

Re: Custom Notifications
 
There is indeed still an email section in the languages area. Select your language first and then it is right there called 'select topic'.

Be careful how much html you add to your signature - X-Cart emails already have the tendency to get sent to the spam folder, adding links will increase that probability.

cmodesign 04-22-2011 05:26 PM

Re: Custom Notifications
 
Okay I was able to find the Email section in Languages. Do I just add the html code into the WYSIWYG editor? Basically I want to display the following with the Social Media icons as hyperlinks to our personal pages:


Company Name
www.website.com

http://www.apollotools.com/images/SocialMedia/social_icon_Facebook.png http://www.apollotools.com/images/SocialMedia/social_icon_Twitter.png http://www.apollotools.com/images/SocialMedia/social_icon_YouTube.png


Is there a way to have it show as a default in the footer of ALL email notifications?

cmodesign 04-28-2011 04:41 PM

Re: Custom Notifications
 
Does anyone have an answer to my question? I wasn't sure if I place the html and images directly into the WYSIWYG editor. I'm assuming I should link the icons to images that I upload to our server.

Also, is there a way to create a template that adds the same footer to all notifications?

godboma 04-29-2011 07:30 AM

Re: Custom Notifications
 
Hi cmodesign, I am not an expert so take this lightly... I have done some small modifications to my email notifications and they were all done in the tpl files that you will find under skin1/mail/html. You probably can create a new tpl file with the add-on that you want and call that tpl file at the end of all the email notification files that you wish to change.

ml1485 03-09-2012 12:44 PM

Re: Custom Notifications
 
Hi, I wish to add a link into the processed order notification email using the tracking # field. This is because I need to send each customer a different link for them to pay in another site. Every order has a different link.

Can somebody guide me how to achieve it?

I tried editing the order_invoice.tpl the link appears, but the address says http://array_tracking. It seems that is not calling the tracking field variable.

This is the code I'm using.

<br /><font size="2">
{assign var="link" value="<a href=\"$http_location/\" target=\"_blank\">`$order.tracking`</a>"}
{$lng.eml_pago_tt|substitute:"pago":$link}
</font><br><br>

I tried replacing the $http_location to $order.tracking but it doesn't work.



Thanks in advance.


All times are GMT -8. The time now is 05:14 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.