Guest User

Untitled

a guest
Dec 16th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <page layout="2columns-left" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  2. <head>
  3. <css src="mage/gallery/gallery.css" media="all"/>
  4. </head>
  5. <body>
  6. <move element="page.main.title" destination="product.info.price" before="product.price.final"/>
  7. <move element="product.info.review" destination="product.info.price" after="page.main.title"/>
  8. <move element="product.info.overview" destination="product.info.price" after="product.info.review"/>
  9. <move element="product.info.mailto" destination="product.info.addto" after="view.addto.compare"/>
  10. <move element="product.attributes" destination="product.info.details" after="product.info.description"/>
  11. </body>
Add Comment
Please, Sign In to add comment