Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Web Tags in Item Drilldown template not working properly
I posted another thread before but I couldn't explain it properly, here is the scoop, please advise if anyone else is having problems or if NS can replicate the problem:
The following tags are not working properly in the Item Drilldown Templates:
<NLCOLUMNCONTENTS>
<%=getCurrentAttribute('sitecategory','storeURL')% >
This issue happens when the website does not use Descriptive URLs, and the URL does not have the string "?category=xxx" at the end which makes the above tags fail.
EXAMPLE:
Normal URL:
http://www.deiequipment.com/s.nl/it.A/id.5706/.f
URL with category string:
http://www.deiequipment.com/s.nl/it.A/id.5706/.f?category=679
0