Skip to content

magento man

Magento 2.3: Error on admin product save after changing attribute set

I am getting this error after I change the attribute set and save the product: Fatal error: Uncaught Error: Call to a member function getBackendTable() on boolean in /chroot/home/aa8492ec/018d4ad51c.nxcli.net/html/vendor/magento/module-catalog/Model/ResourceModel/Product.php:350 Stack trace: #0 /chroot/home/aa8492ec/018d4ad51c.nxcli.net/html/vendor/magento/module-catalog/Model/ResourceModel/Product.php(331): MagentoCatalogModelResourceModelProduct->deleteSelectedEntityAttributeRows(Object(MagentoCatalogModelProductInterceptor), Array) #1 /chroot/home/aa8492ec/018d4ad51c.nxcli.net/html/vendor/magento/module-catalog/Model/ResourceModel/Product.php(304): MagentoCatalogModelResourceModelProduct->removeNotInSetAttributeValues(Object(MagentoCatalogModelProductInterceptor)) #2 /chroot/home/aa8492ec/018d4ad51c.nxcli.net/html/vendor/magento/module-eav/Model/Entity/AbstractEntity.php(1942):… Read More »Magento 2.3: Error on admin product save after changing attribute set

Customer name not displayed in confirmation mail in Magento 2.4?

After updating to Magento 2.4.4 the customer name is not displayed in my confirmation mail. I tried all variations I could find: {{var customer.firstname}} {{trans “%customer_name ” customer_name=$order.getShippingAddress().getFirstName()}} {{trans “%customer_name ” customer_name=$order.getBillingAddress().getFirstName()}} {{trans “Hello %customer_name,” customer_name=$customer.name}} Nothing works. Was there… Read More »Customer name not displayed in confirmation mail in Magento 2.4?

I have one html file I need to upload to the net

There seams to be plenty full freebee upload sites for image and audio and even video like the likes of youtube. But when I want to upload a… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1887078&goto=newpost

Deprecated Functionality: explode(): Passing null to parameter #2 ($string)

I have an issue ; Deprecated Functionality: explode(): Passing null to parameter #2 ($string). Can you please help? public function getEnabled() { return $this->_dataHelper->getEnabled(); } public function getRenderableAttributes() { if (!$this->getEnabled()) { return []; } $attributeCode = $this->_dataHelper->getAttributeCode(); $product =… Read More »Deprecated Functionality: explode(): Passing null to parameter #2 ($string)

Magento 2 Attribute Property – How ‘user_defined’ and ‘system’ attribute propety are different?

‘system’ attribute property tells if attribute is system defined or not. ‘user_defined’ attribute property tells if attribute is custom (define by developer) or not. It means, if ‘system’=0, the attribute is ‘user_defined’ and vice versa. So why Magento 2 uses… Read More »Magento 2 Attribute Property – How ‘user_defined’ and ‘system’ attribute propety are different?