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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
sitecategory Attribute is not working properly
On the item description page we use the following tag:
<%=getCurrentAttribute('sitecategory','storeURL')%>
to get the category of the product you are currently viewing and starting today this tag does not work properly.
For example:
http://www.deiequipment.com/s.nl/it.A/id.1180/.f
When you scroll down to the link 'other colors' located right below the main image, it takes you back to the main page instead of the item's category.
This happens when:
1. You do a search on the website and the item's URL does not have the string '&category=xxx' (default for Netsuite search)
0