Discussions
customer links within an item record
OK, on the item page I want to add a couple links that go something like this:
For more items from this manufacturer click here
For more items from this category click here
I'm having trouble though generating a link that will pull either the item's vendor or category.
I've tried:
<a href="http://www.mystoresname/<%=getCurrentAttribute("item","category")%>"><%=getCurrentAttribute('item','category')%> </a>
and
<a href="http://www.mystoresname.com/s.nl?sc=2&search=<%=getCurrentAttribute("item","vendorname")%>"><%=getCurrentAttribute('item','vendorname')%> </a>
I looked in the get attributes section and seen the vendorname and sitecategory and also tried just category. But none of them seem to pull up.