Active
Project:
Ubercart Stock Notify
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2010 at 10:14 UTC
Updated:
23 Apr 2012 at 23:52 UTC
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
Comment #1
longwaveA 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.
Comment #3
nchase commentedI 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
Comment #4
maksim24 commentedsubscribe. I can't use token [title] [model] and so on. I have empty string.
Comment #5
BigMike commentedI 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
Comment #6
BigMike commented^ I originally posted about this a few months ago here http://drupal.org/node/838154#comment-5566164
Comment #7
BigMike commentedOk, I think it's an issue with Product Attributes. The [node-url] token I do not believe works on attributes either.
BigMike