Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've installed a drupal commerce module. And I made an article with some products. So I want to change the page title to the title of selected from list product in this article. I tried to use Page_title module, but there is no token I need.

Screenshot: http://s7.postimage.org/3svsccp0b/file.jpg

share|improve this question
Is the Entity Tokens module enabled on your site? – Clive Jan 2 at 13:21
yeap. I found the token needed. But there is new problem. I'm using [node:field-myproduct:title], it shows me all titles of my product in page title. but I need only 1 product. any ideas? – AlexEfremo Jan 2 at 20:58
Its usually something like [node:field-myproduct:title:0] or [node:field-myproduct:title:0:value] where the zero is the item index – Clive Jan 2 at 21:10
the zero index is working, but it only shows the 1st(if i use 1 or 2 it'll show me the 2nd or the 3rd product title) value doesn't work. – AlexEfremo Jan 2 at 21:16

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.