These days, it seems like the future of software developers is bleak with the rise of no-code platforms. Fortunately, there’s a way to make ourselves more efficient today by leveraging our existing skills to build new apps using low-code platforms. Unlike no-code, low-code platforms are more flexible and offer greater […]
Daily Archives: November 10, 2021
null I thought I’d post a quick update on our NFT project. Firstly, to our delight (and somewhat surprise) our first block of 10 Origami Rhinos sold out in 4 days! We learned a lot a long the way and I’ll cover that below. Announcing Origami Rhino Drop #2 Our […]
I would like to override core plugin method Core plugin path MagentoInventorySalesPluginStockStateCheckQuoteItemQtyPlugin.php In this file I would like to override aroundCheckQuoteItemQty() function and I refer all the related links solutions in magento.stackexchange.com but no luck in my di.xml file <type name="MagentoInventorySalesPluginStockStateCheckQuoteItemQtyPlugin"> <plugin name="check_quote_item_qty" disabled="true" /> <plugin name="vendor_name_check_quote_item_qty" type="VendorNameModelPluginStockStateCheckQuoteItemQtyPlugin" sortOrder="99" /> […]
I need to update the field “inventory_manage_stock” on several products. I’m not sure I can do that with a CSV import, because this attribute is not available for exports. Any idea to achieve this please ? Thanks
Magento 2 Js files are not loading from pub/static in my custom module Js file path as: app/code/vendor/name/view/adminhtml/web/js/grid/columns/thumbnail.js Even above file is available in static/version1636461000/adminhtml/Magento/backend/en_US/Vendor_Name/js/grid/columns/thumbnail.js but when I inspect from browser nothing is showing NOTE: I have overridden this file from module-Ui Please help me THanks
When I create a bundled or grouped product in Magento 2.4, the product stock status stays In Stock even if one of child items are Out of Stock. A grouped/bundled product only marks out of stock is all of the child items are out of stock. If any of the […]
Our client has a specific need where they wish all products to be shown for one particular category, whilst all others show the default number (12 in our case) with pagination. I know Magento doesn’t offer this out of the box. I don’t mind hard-coding it in e.g. an XML […]
I launch a web application by sudo PORT=443 HTTPS=true ./node_modules/.bin/react-scripts start. Then, I run https://localhost:443/#/start in a browser. It does open the start page, but the url becomes https://localhost/#/start. Could anyone tell me why https://localhost:443/#/start becomes https://localhost/#/start? PS: The browser is Chrome.
I have a Windows Surface laptop with a Docking station. The docking station has 2 HDMI ports and one VGA port. This gives me a total of 3 screens while I work at my desk. I was wondering how I would add an additional 2 screens and what my best […]