It would be great if there were a token that could be included in the email notification that was a link directly to the product page of the book in question. I have constructed a URL that does a search on the site for the SKU using the "[model]" token, which I've included in my emails, but it'd be great if I could just put a link directly to the product page itself...

Comments

longwave’s picture

Status: Active » Fixed

A somewhat belated reply, but you can use the [node-url] token to link to the product page. The updated development release includes this by default in the email notification.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nchase’s picture

Category: feature » support
Status: Closed (fixed) » Active

I have to reopen as it is exactly the same problem I'm having.

With the latest dev it is not possible to use [node-url]. This will results in mydomain.com/node and not in the correct product url like mydomain.com/myproduct.

I have tried some other tokens but I'm not getting the nid / url or something that points me to the product

maksim24’s picture

subscribe. I can't use token [title] [model] and so on. I have empty string.

BigMike’s picture

I was about to bring up this same concern. I am using the token "[title]", and my Stock notification emails are being sent as, "This message has been sent to let you know that [title] is now back in stock!".

How can we fix this? Thanks!

Mike

BigMike’s picture

^ I originally posted about this a few months ago here http://drupal.org/node/838154#comment-5566164

BigMike’s picture

Ok, I think it's an issue with Product Attributes. The [node-url] token I do not believe works on attributes either.

BigMike