Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?php
  2. namespace VendorModuleBlock;
  3.  
  4. use MagentoCatalogModelProductFactory;
  5. use MagentoCatalogBlockProductAbstractProduct;
  6. use MagentoFrameworkViewElementTemplate;
  7. use MagentoCatalogApiProductRepositoryInterface;
  8. use MagentoCatalogModelProduct;
  9.  
  10. class PromoteIcons extends MagentoCatalogBlockProductView {
  11. public function getSale() {
  12. return "HELLO SALE";
  13. }
  14. }
  15. ?>
  16.  
  17. <block class="VendorModuleBlockPromoteIcons" name="sale" as="sale" template="Vendor_Module::product/view/onsale.phtml" before="product.info.media.image" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement