Skip to content

Commit

Permalink
Update #5
Browse files Browse the repository at this point in the history
  • Loading branch information
magiccart committed Dec 2, 2023
1 parent bf52a65 commit dde4638
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<move element="product.info.options.wrapper" destination="product.info.main" after="-"/>
<move element="product.info.addtocart.additional" destination="product.info.main" after="-"/>
</body>
</page>
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<!--
/**
* Webkul Software.
*
* @category Webkul
* @package Webkul_MpAdvancedBookingSystem
* @author Webkul Software Private Limited
* @copyright Webkul Software Private Limited (https://webkul.com)
* @license https://store.webkul.com/license.html
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<move element="product.info.nearbymap" destination="product.info.main" after="-"/>
<move element="product.info.options.wrapper" destination="product.info.main" after="-"/>
<move element="product.info.addtocart.additional" destination="product.info.main" after="-"/>
</body>
</page>

0 comments on commit dde4638

Please sign in to comment.