Guest User

Untitled

a guest
Dec 18th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Catalog:etc/product_types.xsd">
  5. <type name="foggylinedailydeal"
  6. label="Daily Product"
  7. modelInstance="FoggylineDailyDealModelProductTypeDailyDeal"
  8. composite="false"
  9. isQty="true"
  10. canUseQtyDecimals="false">
  11. <priceModel instance="FoggylineDailyDealModelProductPrice"/>
  12. <indexerModel instance="FoggylineDailyDealModelResourceModelIndexerPrice"/>
  13. <stockIndexerModel instance="FoggylineDailyDealModelResourceModelIndexerStock"/>
  14. <!-- customAttributes parsed by MagentoCatalogModelProductTypesConfig -->
  15. <customAttributes>
  16. <attribute name="is_real_product" value="true"/>
  17. <attribute name="refundable" value="false"/>
  18. <attribute name="taxable" value="true"/>
  19. </customAttributes>
  20. </type>
  21. </config>
Add Comment
Please, Sign In to add comment