Skip to content

magento man

issue of indexing by Schedule on Cloud instance

Team. Have an issue: Indexing by Schedule on Cloud instance doesn’t work. The log: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘catalog_product_attribute_cl__tmp66ddd5fec67630_04762276’ doesn’t exist, query was: SELECT MAX(id) as max, COUNT(*) as cnt FROM (SELECT `catalog_product_attribute_cl__tmp66ddd5fec67630_04762276`.* FROM `catalog_product_attribute_cl__tmp66ddd5fec67630_04762276`… Read More »issue of indexing by Schedule on Cloud instance

Magento 2.4.7 Deprecated Functionality, Clearsale

After upgrading to m2.4.7-p1, we installed the newest version of Clearsale and see these errors: Deprecated Functionality: Creation of dynamic property ClearsaleIntegrationModelAuthEntityCredentialsFactory::$ClientSecret is deprecated in /vendor/clearsale/integration/Model/Auth/Business/AuthBusinessObject.php Deprecated Functionality: Creation of dynamic property ClearsaleIntegrationModelAuthEntityCredentialsFactory::$ClientID is deprecated in /vendor/clearsale/integration/Model/Auth/Business/AuthBusinessObject.php Deprecated Functionality: Creation… Read More »Magento 2.4.7 Deprecated Functionality, Clearsale

Custom discount not showing on invoice

I have added a custom discount on order using below code and its working perfectly fine but when create invoice from admin then custom discount not showing. File: app/code/Vendorname/Modulename/etc/sales.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Sales:etc/sales.xsd”> <section name=”quote”> <group name=”totals”> <item name=”prepaiddiscount”… Read More »Custom discount not showing on invoice