Daily Archives: May 21, 2020
I have a before-plugin for the addItem function of MagentoQuoteModelQuote. In this function I need to access ALL possible options that can be set for my product. With $item->getProduct()->getTypeInstance()->getOrderOptions($item->getProduct())['options'], I can successfully get the options that have been set by the visitor, but not all options.
I am trying to determine if Magento 2 Open Source has the functionality where as an admin I can create a draft order and email it to the customer for them to pay. Shopify has this awesome feature https://help.shopify.com/en/manual/orders/create-orders where you go in and create the draft, send them an […]
I have been successful in adding code to the file addtocart.phtml to have increment and decrement. I had read to add the same code to grouped.phtml to have the option on the grouped page. the boxes are there however when I click on one it changes all the products on […]
We are currently running Magento 2.3.2-p2 (Magento 2.3.2 with 2.3.3 security patch only basically) on our client’s live store. We have been holding off on upgrades to 2.3.3 and 2.3.4 as those had issues that would affect functionality of our client’s store and that is not an option Is there […]
Magneto 2.3.4 Community, attempting to uninstall the luma theme, but there is some kind of dependency: [public_html]$ bin/magento theme:uninstall frontend/Magento/luma Unable to uninstall. Please resolve the following issues: frontend/Magento/luma has the following dependent package(s): magento/product-community-edition There are only three themes installed: blank, luma, and custom. themes “custom” and “luma” both […]
I am trying to link two Ubuntu 20.04 servers together so that they both share an IP Server One is a cloud server with its own dedicated IP with DDoS protection and a hardware firewall. Server Two is a much higher performance server, but it is at my home with […]