<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
	<preference for="Magento\Catalog\Controller\Product\View" type="Magetop\Marketplace\Controller\Rewrite\Product\View"/>
	<preference for="Magento\Framework\View\Page\Config\Reader\Head" type="Magetop\Marketplace\Block\Reader\Head"/>
	<preference for="Magento\Framework\View\Model\Layout\Update\Validator" type="Magetop\Marketplace\Model\Layout\Update\Validator"/>
    <type name="Magento\Framework\App\Action\AbstractAction">
        <plugin name="marketplace-abstractaction-customerid-plugin" type="Magetop\Marketplace\Plugin\App\Action\Context" sortOrder="15"/>
    </type>
</config>