Skip to content

Commit 4f6303b

Browse files
author
Olga Kopylova
committed
Merge remote-tracking branch 'mainline/develop' into MAGETWO-44119-ee-themes
2 parents d5395cd + af32ac1 commit 4f6303b

File tree

51 files changed

+1053
-584
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1053
-584
lines changed

app/code/Magento/Catalog/Block/Product/View/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ protected function _getPriceConfiguration($option)
162162
$data = [
163163
'prices' => [
164164
'oldPrice' => [
165-
'amount' => $this->pricingHelper->currency($option->getPrice(false), false, false),
165+
'amount' => $optionPrice,
166166
'adjustments' => [],
167167
],
168168
'basePrice' => [

app/code/Magento/LayeredNavigation/view/frontend/layout/1column.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/2columns-left.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/2columns-right.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/3columns.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/page_empty.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="content.top" after="-"/>
10+
</layout>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="sidebar.main" before="-"/>
10+
</layout>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="sidebar.main" before="-"/>
10+
</layout>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="sidebar.main" before="-"/>
10+
</layout>

0 commit comments

Comments
 (0)