lcbrq/magento2-product-printouts

Magento2 module skeleton for product printouts

1.0.1 2017-08-09 01:14 UTC

This package is not auto-updated.

Last update: 2024-05-07 19:04:19 UTC


README

Usage

Specify your custom printout file in your theme LCB_ProductPrintouts/templates/printout.phtml

Call

<a href="<?php echo $block->getUrl('productprintouts', ['id' => $_product->getId()]); ?>"><?php echo __('Print'); ?></a>

On your product page