Hello developers,
Can anyone please help me if we have the feature natively available to convert the collection page to spreadsheet like quick order interface? I have searched a lot but got to know that natively it doesn’t have but third party apps are there who support this functionality.
Hey @Vikrant_Singh - thanks for reaching out.
Just confirming, there isn’t currently a native Online Store feature that turns a collection page into a spreadsheet-style quick order interface. The closest native feature is our B2B Quick order list, but that’s designed around product pages rather than collection pages: Quick order list
For a collection-page quick order grid, this would generally need to be custom-built in the theme or provided through an app. A common API approach would be to render the collection’s products/variants in a table and use the Ajax Cart API to add selected variant IDs and quantities to the cart: Ajax Cart API
If this is being built as an app, a theme app extension/app block would usually be the right storefront integration path: Theme app extensions
Hope this helps! Let me know if I can clarify anything on our end here.
@Alan_G Thanks Alan, That clarifies my doubt.
No worries @Vikrant_Singh - please let me know if I can help out with anything else 