-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
Webkul_MpAdvancedBookingSystem/layout/catalog_product_view_type_booking.xml
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,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> |
19 changes: 19 additions & 0 deletions
19
Webkul_MpAdvancedBookingSystem/layout/catalog_product_view_type_hotelbooking.xml
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,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> |