cancel
Showing results for 
Search instead for 
Did you mean: 

Removing ratings and price range pane

0 Kudos

Hi there,

I have created a shop and by default on the left page after product catalogue pane; there are further two panes appearing for Rating and Price Ranges.

I want to remove these; any idea from where we can deactivate those.


Regards

Zeeshan

View Entire Topic
former_member223302
Active Participant
0 Kudos

You can do this by defining an extension for the catalog module.You just have to redefine catalogNavigationMasterView.xhtml.You copy this file from the sap catalog/ui and you delete the following lines:

<catalog:catalogPriceFilteringBoxView id="iPFB" rendered="#{cc.vch.renderPriceBox}" catalogResultBean="#{catalog$synchronizerBeansHolder.catalogResultBean}"/>

<catalog:catalogRatingsBoxView id="iBR" box="#{cc.vch.ratingsBox}" rendered="#{cc.vch.renderRatingsBox}" target="#{cc.vch.target}" />

Regards,

Elena

0 Kudos

Hi Elena

Thanks the reply.

I could remove the ratings and reviews pane by removing the module for customer interaction. Regarding the price range, I understand from SAP Help is part of Dynamic Attribute we assign in the material master, but I am not using Catelog mode and using Area mode for Navigation.

Regards

Zeeshan

former_member223302
Active Participant
0 Kudos

Hi,

the price range is always active for a mdm based catalog if the selected category(in the navigation view) does not have any sub-categories - regardless of the navigation mode selected in wcb.

Did you try taking the view out via an extension as suggested above?

Regards,

Elena

former_member223302
Active Participant
0 Kudos

Hi,

the price range is always active for a mdm based catalog if the selected category(in the navigation view) does not have any sub-categories - regardless of the navigation mode selected in wcb.

Did you try taking the view out via an extension as suggested above?

Regards,

Elena

0 Kudos

Thanks Elena for the response,,,

havent tried this, but have reviewed the the code,,, should work,,,,

Regards