Skip to content

Commit

Permalink
reset to magenerds-master
Browse files Browse the repository at this point in the history
  • Loading branch information
klg committed Mar 6, 2019
1 parent 0cd70f1 commit d939473
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions view/frontend/layout/catalog_product_view.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<!--
/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*/
/**
* @category Magenerds
* @package Magenerds_GermanLaw
* @subpackage view
* @author Konrad Langenberg <k.langenberg@imi.de>
* @copyright Copyright (c) 2019 TechDivision GmbH (http://www.techdivision.com)
* @link http://www.techdivision.com/
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="product.info.price">
<block after="product.price.final" class="Magenerds\BasePrice\Block\AfterPrice" name="price.final.base" as="price.final.base"
template="Magenerds_BasePrice::afterprice.phtml"/>
</referenceContainer>
</body>
</page>

0 comments on commit d939473

Please sign in to comment.