Blog
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 […]
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 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 .??
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’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 […]
I’m looking for a video card to drive 7 or 8 displays. But when a card has multiple DisportPort 1.2+ connections, how many monitors are possible? So far, I’ve found that some GPUs publish support for up to 4 displays and others claim support up to 6. But can a […]