Skip to content

magento man

Error filtering template: Notice: Undefined variable: secureRenderer in /image_with_borders.phtml on line 88

hi i need fix my problem Error filtering template: Notice: Undefined variable: secureRenderer in /home/user/public_html/app/design/frontend/Sm/themecore/Magento_Catalog/templates/product/image_with_borders.phtml on line 88 the line in 88 <?= /* @noEscape */$secureRenderer->renderTag(‘style’, [], $styles, false) ?> all code <?php /** Copyright © Magento, Inc. All rights… Read More »Error filtering template: Notice: Undefined variable: secureRenderer in /image_with_borders.phtml on line 88

magento 2 newsletter subscription block custom column with options

on magento 2 we can add additional columns to the subscribers grid by using the newsletter_subscription_block layout xml file. The original file in the MagentoNewsletter module has the column for type guest/customer set as this: <block class=”MagentoBackendBlockWidgetGridColumn” name=”adminhtml.newslettrer.subscriber.grid.columnSet.type” as=”type”> <arguments>… Read More »magento 2 newsletter subscription block custom column with options