I bought a custom theme for my Magento store and want to customize it slightly. Customizations mean that I will probably update layouts, templates, and other files that are available under app/design/custom-theme. What is the best way to customize these without losing changes when a future theme update is performed? […]
Magento
I have add this button to display a grid inside a custom UI form, but cannot able to get in Controller Data of which is selected from the grid <button name="insert_listing_example_modal_button" component="Magento_Ui/js/form/components/button"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="buttonClasses" xsi:type="string">open-url-rewrite-listing-modal-button</item> <item name="actions" xsi:type="array"> <item name="0" xsi:type="array"> <item name="targetName" xsi:type="string">${ […]
how to get the grand total of the minicart and cart on custom header template when we add or update the new products in the cart in magento 2 witout refreshing the page. We can get via ajax of minicart.js function. Can you please suggest how I can do with […]
When I crawl the site, I have thousands of URLs showing up with URLs such as this: ?___store=3&___version=(number similar to this 1659330000)&__signature=, and it ends with a timestamp. What are these URLs? Why is this happening? And how do I stop them from forming so they don’t take over my […]
Magento 2.4. Payments by credit Card would have a status “pending Payment” for a while until Magento creates a new order with status “paid”. Now this no longer happens.
For me not correct version with Product Thumbnail option in Stores → Settings → Configuration → Sales → Checkout → Custom Product Image. I want to add another type of Selected Product Image or one type to a Custom Product Image of a selector. How can I make the currently […]
I have a problem when the images are not square. I have already disabled all extensions and enabled the Luma theme. That doesn’t fix the problem. When I upload a non-square image, the preview looks like this. Best regards Straddi
How to override Mass action in Magento module. I want to override below files. VendornameModuleNameUiComponentMassActionStatus to my custom module.
I create a countdown banner on the homepage. I am storing from date and to date in the system.xml. I want to show the countdown between the dates From date to To date. Can anybody guide me How can I do this? I successfully create a static time. But want […]