Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To change the area where product details are displayed, create/edit your custom product or configurator page template and add/move this snippet:

Code Block
languagephp
<?php if ($this->showProductDetailPanes) { ?>
	<div class="product-detail-panes-wrapper"><?php echo $this->productDetailPanes; ?></div>
<?php } ?>