I migrated our production database to the development environment, i’ve changed the base_url’s and any references to the production site. The front-end works just fine, no issues. But when i try to log into the backend as admin the page just refreshes, no errors are shown. I also tried to […]
Magento
In Checkout -> Payment method there is paypal button but I want to place it on Order Summary below the Total. Could someone tell me the steps to follow to achieve this?
i am trying to modify the css of -add to cart- button to be always full width on desktop. I noticed it is already full width on mobile. I am having a hard time finding the code. I have found that this controlls the padding .product-info-main .box-tocart .action.tocart but there […]
I am trying to modify the copy that displays when a user tries to change their email address to an address that already exists. The current message that displays is “A customer with the same email address already exists in an associated website.” I’ve tried just adding this to my […]
I’m have a configurable product that has a few simple products of different sizes related to it that the user can select from. However, as these are different products with different stock levels, I want to be able to have the sku that’s displayed to dynamically update depending on the […]
I’m trying to filter orders by store instead of store view. I have 2 stores, each has 2 store views. I wanted to filter order with store. I declared a collection in di.xml <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> After that, in collection.php like […]
For reference, I am working with Magento 2.4 I have tried the solutions from other posts on this forum and online and I cannot seem to get my magento app products sorted in the order I want. I have set the “Default Product Listing Sort By” setting in Catalog > […]
After adding a “Click & Collect” product to the shopping cart, the variable for “selectedShippingRate” is stored in “Local Storage > mage-cache-storage > checkout-data” as “clickncollect_clickncollect_default”, it remains there after removing the products from the cart, adding a “Delivery” product afterwards is still seen as “Click & Collect”. Should Magento […]