-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
klg
committed
Mar 6, 2019
1 parent
0cd70f1
commit d939473
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
* @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> |