PHP code example of magenxcommerce / module-msrp

1. Go to this page and download the library: Download magenxcommerce/module-msrp library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

magenxcommerce / module-msrp example snippets


    <type name="Magento\Msrp\Pricing\MsrpPriceCalculator">
        <arguments>
            <argument name="msrpPriceCalculators" xsi:type="array">
                <item name="configurable" xsi:type="array">
                    <item name="productType" xsi:type="const">Magento\ConfigurableProduct\Model\Product\Type\Configurable::TYPE_CODE</item>
                    <item name="priceCalculator" xsi:type="object">Magento\MsrpConfigurableProduct\Pricing\MsrpPriceCalculator</item>
                </item>
            </argument>
       </arguments>
   </type>