Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theshreyas/magento-2-quickies

Magento 2 Quickies
https://github.com/theshreyas/magento-2-quickies

magento2 magento2- magento2-extension magento2-extension-free magento2-free-extension magento2-graphql magento2-module magento2-module-free

Last synced: 2 months ago
JSON representation

Magento 2 Quickies

Awesome Lists containing this project

README

        

# magento-2-quickies

**All tested on atleast Magento 2.4.6**

**Adminlogo** - Change various logos in the admin panel

**AdminProductLinks** - This module adds product links in the various sections at the backend like order view->items, bundle children, grouped children, etc.

**CatalogDeleteACL** - Provide separate ACL for category & product delete access (for api as well)

**CmsImage** - Add Image attribute in CMS Page

**CustomerDataSync** - This module adds `data_sync` fields in customer and customer_address, and updates it with timestamp values whenever customer or address is created or updated via APIs.

**FormatIncrementId** - Format Magento Increment Id (Reduce Length/Remove Zero-padding/Add Prefix) [Read more here](https://www.classyllama.com/blog/m2-incrementid)

**FrontendDisable** - Disable Magento frontend & Redirect to Admin/HomePage/Custom URL

**FetchProductById GraphQl** - Fetch Product by productid using GraphQl

**RequestedQtyGraphQlBug GraphQl** - Magento 2 [Core Bug](https://github.com/magento/magento2/issues/33281) Fix

**GraphQLTester** - Customizable handy tool to test Graphql Order Flow quickly,

**GuestStockAlert** - Implemented Default Product stock alerts for guests as well.

**MassProductUpdate** - This module provides mass update actions in admin product grid, it can update product prices for selected products by lumpsum amount or via percentage changes

**MoveOutofStockToLast** - This module Display out of stock products to the end of category page.

**OrderGridExport**,**ProductGridExport** - This module provides additional options in admin order & product grid export, like 'export xls' and 'export custom csv'.

**RenameCountry** - Rename Country

**SetupDataWithCSV** - Setup Data Patch for Bulk upload through CSV

**ShowHeaderFooteronCheckout** - Display Header-Footer on Checkout Pages

**SystemXML** - All System Configurations Reference with examples

**WidgetFeaturedCategories** - Custom Widget for Featured Categories

**WPPasswordConverter** - Customer Passwords migration from Wordpress to Magento. After saving wordpress customer passwords into magento, on every login it will check whether it matches wp old password, if so it will resave it in magento format and customer will be logged in.