Magento
When extending Magento Luma less files in one children theme, what exactly is the name and the complete structure of the “parent” folder (mentioned at https://developer.adobe.com/commerce/frontend-core/guide/css/quickstart/customize-styles/#extend-parent-styles) ? I find the documentation very fuzzy here and I need help with this. I only can assume at this point we don’t want […]
I am trying to replicate this kind of attribute (categories) in a custom attribute. There is a way to do it? I means, the text input field with the search bar with the multi select option to assign to a product. I see another kind of attribute (Add to option […]
I updated my Magento site to CE 2.4.6 (from CE 2.4.5-p1) running on Nexcess. I’ve shipped to this address before so I know it’s valid and the shipping lookup works. It fails when I click “Next” to go the payments screen and the exception log is as follows: [2023-03-31T15:30:20.177535+00:00] main.CRITICAL: […]
I have an attribute product that is a multiple select. I need to fill it with many operation options to select from, like a thousand or more. Is there the possibility to put this multiple selection in a modal using a grid or some kind of filter so that it […]
I’m looking for a possibility in the catalog to display the item prices gross for non-registered and standard users, and net for the dealer customer group. Is there any way at all? Best regards
We have added some additional sortable / filterable columns to sales order grid using some basic joins. This would be the relevant code regarding data app/code/Vendor/Module/etc/di.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="MagentoFrameworkViewElementUiComponentDataProviderCollectionFactory"> <arguments> <argument name="collections" xsi:type="array"> <item name="sales_order_grid_data_source" xsi:type="string">VendorModuleModelResourceModelOrderGridCollection</item> </argument> </arguments> </type> <type name="SinapsisOrderGridModelResourceModelOrderGridCollection"> <arguments> <argument name="mainTable" xsi:type="string">sales_order_grid</argument> <argument […]
I’m new in magento 2, my question is how to send parameters with results responses to another url whenever i click “Place Order” and before proceeding to success page. Using event and Observer. Please help. Thank you in advance.
Using default order create rest API one issue was face, when order create using postman/curl than it will success and working fine but when same API hit using mobile app it causes issue like – base currency was USD and place order using another currency like -CAD,EUR order created and […]