ConLib CategoryGridPage items not using parameters

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
cdgaefke
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Wed Aug 08, 2018 2:14 am

ConLib CategoryGridPage items not using parameters

Post by cdgaefke » Wed Aug 08, 2018 10:38 am

Hello, I'm using GoldR12 build 9168.

Trying to customize a category page to turn on or off different parameters. It seems the system honors some of the parms, and ignores the others?

So instead I went into the underlying CategoryGridPage4.ascx, found the line that determines whether ShowSummary, and it was hard coded to 'true', which matches what I found (my showsummary parm was ignored). I changed that to 'false', and voila, the summary no longer shows.

Is there a reason this parm, and others, appear to be hard coded?

Thanks!

Post Reply