Jump to content

store url in email template linking to 404 page error


foz1234

Recommended Posts

Hi,

I've just noticed in my email template the store url {$DATA.storeURL} seems to be linking to 404 - page not found

url is https://domain:8446/shop/%7B$DATA.storeURL%7D 

the ssl, domain and port are correct the folder shop is correct but unsure why its opening to %7B$DATA.storeURL%7D and giving 404 error?

thanks in advance for any help and your time

 

 

Link to comment
Share on other sites

The %7B is a left brace and %7D is a right brace. The braces are used by the template rendering engine (Smarty) to indicate these are placeholders that will eventually hold that actual data -- the store URL, in this case.

Please examine the email template where this placeholder is located. If you have manually entered the store's web address, you may have inadvertently failed to delete the expression {$DATA.storeURL}.

On the other hand, there is the question of why Smarty is not seeing the placeholder. When the phrase that has this placeholder is sent through a "make web address safe" converter, the braces get changed to their URL-safe equivalents.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...