# Setting up products with Minimum Advertised Pricing

<div class="sectionColumnWrapper" id="bkmrk-it%27s-recommended-tha"><div class="sectionMacro"><div class="sectionMacroRow"><div class="columnMacro" style="width:50%;min-width:50%;max-width:50%;"><div class="confluence-information-macro confluence-information-macro-information"><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body">It's recommended that MSR price display is set in magento to the real price aside msrp on the pages.

The most appropriate option to do that is by setting <u>Display Actual Price</u> to gestures on your products.

</div></div>### Step-by-step guide

1. In [Columns Map](https://wiki.rocketweb.com/books/rocket-shopping-feeds/page/columns-map), set the <u>price</u> column to map on <u>msrp</u> attribute.
2. Under <u>Replace empty values</u> from [Product Filters](https://wiki.rocketweb.com/books/rocket-shopping-feeds/page/product-filters), add a rule to replace column <u>price</u> with the directive called <u>Price</u> - gives you the normal price.

This has the following consequences:

- For simple products, it will use MSRP if it exists, if not, it will use the normal price.
- For configurable, it will use the configurable MSRP. If empty, it will use the configurable normal price.
- For children of configurable, it uses MSRP if it exists. If empty, it will get the price from the configurable + options. If you're using SCP (simple configurable products), it will in fact use simple pricing.

The sale\_price will not take MSRP into consideration as promos won't be ever applied to msrp. You could output MSRP in lieu of sale\_price if you'd like, just do the same 2 steps outlined above.

<div class="confluence-information-macro confluence-information-macro-note"><span class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span><div class="confluence-information-macro-body">You shouldn't overwrite <u>msrp</u> or <u>price</u> attributes in the Configurable attribute overwrite section. This may lead to unwanted behavior. Set MSRP on configurable products and all their children.

</div></div></div><div class="columnMacro" style="width:50%;min-width:50%;max-width:50%;"></div></div></div></div>