Price field in the Categories Detail Page

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
User avatar
astromens
Ensign (ENS)
Ensign (ENS)
Posts: 15
Joined: Sun Aug 28, 2005 11:24 am
Location: Grayslake IL
Contact:

Price field in the Categories Detail Page

Post by astromens » Fri Jun 16, 2017 8:58 am

Is there a way to add the price field in my Categories Detail Page Display page?

nadeem
Captain (CAPT)
Captain (CAPT)
Posts: 258
Joined: Tue Jul 31, 2012 7:23 pm

Re: Price field in the Categories Detail Page

Post by nadeem » Sun Jun 18, 2017 10:50 pm

The price field is not directly available on CatalogNode class. So you have to do a bit of customization to display the price field on category details page. For that, you first have to load the item using CatalogNodeId and then set the price of that item to a label.

Post Reply