Yearly Archives: 2020
I want to create a custom product attribute for weights, I want a text field and dropdown with weight units Grams, Kgs, carat, lbs, mg, etc in the dropdown and same for heights. How can I archive this thing using custom attributes? Magento admin -> Catalog -> Products -> product […]
I have Magento 2.3 the drop down menu on the Desktop sometime not working and on mobile not open. and if open same time it shows sam this image how to solve this .??
guys. I’ve spent more than a week to solve the problem with URL’s in my Multiple Stores in Magento Community 2.3.2, but I got nothing. What I need: URL structure: example.com/store_name/store_viewname instead of typical example.com/store_viewname offered by Magento 2 with “Add Store Code to Urls” activated. What I’ve done: 1) […]
I’ve created a grid via ui component with a mass action. I’ve also added a selections column so when the user click on one or more checkboxes, the items in the grid get selected and the mass action can be called on those items. This work if the user selects […]
The orders status gets updated to “closed” after I do a full refund for every order except for those paid using a gift card.I am able to manually set the order to “closed” using the following code: $order->setData('state', 'complete'); $order->setStatus('complete'); $history = $order->addStatusHistoryComment('Manually set order to Complete.', false); $history->setIsCustomerNotified(false); $order->save(); […]
I have a router that I got from my ISP (Technicolor GCA4233DE) and my own router (Asus DSL-AC87VG) and I’m trying to setup my network in a way that all devices can see each other. The ISP router has only one PC connected to it right now and the WiFi […]