Jump to content

Hiding Inventoried Quantity


JoeACG

Recommended Posts

Hello PTI staff & forum members,

 

I was wondering if anyone knows of a way to hide quantities for all inventory items.

 

The following code:

#ctl00_content_CtlCatalogList_CtlCatalogItemRepeater_ctl01_CatalogListItemEven_lblQuantityAvail {display:none;}

or

#ctl00_content_CtlCatalogList_CtlCatalogItemRepeater_ctl01_CatalogListItemOdd_lblQuantityAvail {display:none;}

Allows me to hide the inventoried quantity for the first odd or even item displayed on the page.

 

Unfortunately, Marcom seems to generate a unique ID for each product being displayed. This obviously means that instead of being able to eliminate it at a class-level, I'll have to add an additional line in my CSS for each possible product ID that's generated. (As in, an entry for even product #1, an entry for odd product #1, an entry for even product #72, an entry for odd product #72, etc...)

 

Does anyone know of a way in which I can hide the quantity from displaying on every inventory item?

 

Thanks in advance for any help you can offer!

 

Joe S.

Link to comment
Share on other sites

×
×
  • Create New...