Jump to content

How To Place Store Name at the Bottom Of Email Template


Recommended Posts

Hi, when I look at me email templates this {shop_name} appears at the button of my email templates. However, when I receive emails from my site, I don't see my store name at the button of the emails. I would like to know how to fix this problem. Thanks! I've attached 2 screenshots showing the difference.

post-312976-0-75296300-1325186328_thumb.jpg

post-312976-0-38264500-1325186334_thumb.gif

Link to comment
Share on other sites

Hi, again I've attached a screenshot of the email template that matches the email I received. Actually the "shop_name" is at the bottom of all the email templates. However, when I receive emailed based on those template, I get the same problem, no shop name at the bottom. Thanks in advance for your help.

post-312976-0-77211300-1325190360_thumb.jpg

Link to comment
Share on other sites

Hi, which line of code should I look for. Truthfully, I no very little about coding. Thanks

 

It actually isn't a code thing. Through your hosting provider, you should have access to something called phpMyAdmin or some similar database tool. If you're not sure about this, call your host and they'll give you the necessary information. These databases are where all of your site's data and information are stored, and what the code of the site references when providing information (such as the shop name at the bottom of an email; you'll notice it was missing in the body of that email as well).

 

Once you've accessed your database, look for the ps_configuration table, click on it, and then click Browse and search for PS_SHOP_NAME (it may not be on the first page of your results).

 

Right next to that title, there should be a value (in the screenshot, mine is PrestaShop). However, my hunch is that you do not have anything entered there, thus creating this issue in your emails. If it is empty as suspected, click on the pencil icon so that you can edit it manually and add your shop name.

 

I hope this helps.

 

-Mike

Link to comment
Share on other sites

Hi, thanks so much for your help. I think the problem may have been related to the "shop_url". When I went into the email templates and clicked on "shop_ name" the popup box showed the text linked to my "shop_url". So, I just replaced the "shop_url" with my web address and everything is okay. Btw, how where can I find my "shop_url" in the php admin. I looked but didn't see it.

Link to comment
Share on other sites

  • 2 weeks later...

Hi smiles,

The {shop_name} variable is drawing from the PS_SHOP_NAME value in the ps_configuration table of your database. Please check it via phpMyAdmin to see if there is anything written there, because it appears that your emails are currently drawing a blank value.

 

post-276528-0-23668700-1325193458_thumb.png

 

-Mike

 

Sorry for bad english.

where can i find full list of template variables representing value, like:

PS_SHOP_NAME => {shop_name}

Link to comment
Share on other sites

×
×
  • Create New...