Skip to content

magento man

How can I reference an extension block to another block on magento

How can I reference the block of this catalog_product_view.xml file: <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <update handle=”amasty_product_component”/> <body> <referenceContainer name=”product.info.form.content”> <block class=”AmastyRecurringPaymentsBlockProductViewRecurringPayments” name=”product.info.recurring.payments” before=”product.info.addtocart” template=”Amasty_RecurringPayments::product/view/subscriptions.phtml”/> </referenceContainer> </body> to this file: <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <update handle=”amasty_product_component”/> <update handle=”customer_account”/> <body> <referenceContainer name=”content”> <block class=”MagentoCookieBlockRequireCookie”… Read More »How can I reference an extension block to another block on magento

Magento 2 no longer depends on DotdigitalGroup

After upgrading Magento from 2.4.2 to 2.4.4, I am getting this error [2022-09-19T12:09:48.690729+00:00] report.DEBUG: Source class “DotdigitalgroupSmsViewModelTelephoneInputConfig” for “DotdigitalgroupSmsViewModelTelephoneInputConfigInterceptor” generation does not exist. {“exception”:”[object] (RuntimeException(code: 0): Source class “\Dotdigitalgroup\Sms\ViewModel\TelephoneInputConfig” for “Dotdigitalgroup\Sms\ViewModel\TelephoneInputConfig\Interceptor” generation does not exist. at /var/www/html/vendor/magento/framework/Code/Generator.php:223)”} [] After investigating,… Read More »Magento 2 no longer depends on DotdigitalGroup

To enable extensions, verify that they are enabled in your .ini files

Any Help To enable extensions, verify that they are enabled in your .ini files: – /opt/cpanel/ea-php72/root/etc/php.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-bcmath.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-calendar.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-ctype.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-curl.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-dom.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-ftp.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-gd.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-iconv.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-imap.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-intl.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-json.ini – /opt/cpanel/ea-php72/root/etc/php.d/20-mbstring.ini… Read More »To enable extensions, verify that they are enabled in your .ini files

Magento 2.3.1 Inventory reservations cleanup not working

Even though cron job seems to be working fine, it does not cleanup the inventory_reservation table. This is the result I get back from the cron.log: [2019-06-03 00:00:11] main.INFO: Cron Job inventory_cleanup_reservations is successfully finished. Statistics: {“sum”:0.0029830932617188,”count”:1,”realmem”:0,”emalloc”:70656,”realmem_start”:161742848,”emalloc_start”:160341872} [] [] It… Read More »Magento 2.3.1 Inventory reservations cleanup not working