Ho do I switch to the Magento2 Fork Mage OS?
A while ago I heard there is a Community Fork of Magento2 which will include a lot more bugfixes with faster releases. How can I start using it for my project?
A while ago I heard there is a Community Fork of Magento2 which will include a lot more bugfixes with faster releases. How can I start using it for my project?
I want to customize invoice pdf, add number of the line and the price for 1 unit without tax and tax value for the unit and the last line cost of delivery. How to customization of the invoice pdf? like… Read More »Edit invoice PDF magento 2.4.5
In magento 2 there is email_template table where email templates are stored. How can I delete a record from this table? Below is what I tried but it did not work. #[NoReturn] public function deleteTemplate(int $templateId): void { $connection =… Read More »How to delete a record from email_template table in magento 2?
In which cases we should use ‘virtual elements’ and ‘data-bind’ ? For example, this code using virtual elements: <div class=”custom-configs”> <h2><!– ko i18n: ‘Custom Settings’ –><!– /ko –></h2> <!– ko foreach: { data: customSettings, as: ‘customSetting’ } –> <div> <!–… Read More »Magento 2 virtual elements vs data-bind
I´ve added a Catalog Product List Block to a CMS page. The list seems to be sorted by category IDs instead of the position values of the products. The source code looks like this: {{widget type=”MagentoCatalogWidgetBlockProductProductsList” title=”Featured Products” show_pager=”0″ products_count=”99″… Read More »Sort order in CMS widget ‘Catalog Products List’
Im trying to move the “City” box up and I cant find the template for it for the admin can someone tell me where I can find it and change it
I have magento 2.4.3. I need to do a customer migration and I should force the entity_id but I get this error No such entity with customerId = 40 I tried this code: $customer = $this->_objectManager->get(‘MagentoCustomerApiDataCustomerInterfaceFactory’)->create(); $customer->setWebsiteId($websiteId); $customer->setEmail($email); $customer->setFirstname($cliente[‘nome’]); $customer->setLastname($cliente[‘cognome’]);… Read More »Magento create customer and force customer id
Hi everyone, Magento 2.4.5 has recently been released. Running on older versions of Magento 2 can make your store vulnerable to security threats, and in worst cases, it can lead to a store breakdown. Therefore, it is essential to upgrade… Read More »How To Upgrade Magento 2.4.x To Magento 2.4.5
I’m trying to post: { “product”: { “sku”: “a”, “view_code”: “english”, “product_type”: “simple”, “attribute_set_id”: “4”, “price”: 25, “status”: 1, “visibility”: 1, “extension_attributes”: { “category_links”: [ { “position”: 0, “category_id”: “11” }, { “position”: 1, “category_id”: “12” }, { “position”: 2,… Read More »REST API POST error
We have almost 4000 simple products and we want to make them configurable. I tried to add a simple product to a configurable one but it seems it won’t let me? I need to create products all over again? Is… Read More »How to add simple products to configurable