In this tutorial we will see how can we hide the “Select All” option in the admin grids in Magento 2.
Tag: magento
Age Verification Extension for Magento 2
Age verification is an important part of the online stores that are selling adult products or alcohols etc. In addition other stores may also need the age verification based on terms of services. To enable this feature we have come up with Age Verification Extension for Magento 2. This extension allows you to lock the store for unverified visitors. The visitors cannot access any page on the store unless they have verified their age.
Add Color Picker in Magento 2 Admin Configuration Options
Add Category Tree in Magento® Custom Admin Form
Magento® 1.9.2 Cannot Create Account on Frontend
Sometimes you install a Magento theme and discover that you are not able to create new customer accounts on frontend. New account register form just reloads the registration page. It is possible that you face a problem while customer login.
This problem can occur when you upgrade from Magento 1.9.1.1 to 1.9.2.x. But here is the simple fix for this problem It occurs because the account registration/login template of your theme does not have a valid form_key
field. Each form in Magento should have a hidden form_key
field to prevent malicious requests.
Magento® Add Order Total in Invoice PDF
Sometimes you need to add custom order totals to your Magento store. For exmple you may have added new attribute ‘total_surcharge’ as custom order total attribute. This new order total will be visible in admin sales order view and invoice view generally. But when you generate the PDF from invoice, the new order total is not visible there.
Add Custom Grid in Magento® Admin Form Tab
Magento® – Add Custom Block in Admin Sales Order Page
Sometimes you need to add custom block in the Order view page of Magento admin. You can use this block to show some custom information that you saved with the order. You can also show custom form to edit order information. In this article I will show you how to add Custom Block in Admin Sales Order Page in Magento.