As a user I want to choose number of columns of products I see on the category view
See original GitHub issueWhat is the motivation for adding / enhancing this feature?
[not for mobile]
The number of columns determine two aspects:
- Size of product image thumbnails on the category page. Less columns - bigger images.
- Amount of products displayed. More columns - more products visible.
Could different column layout affect site ROI? It must affect. But there cannot be a generic rule for this, each e-commerce belongs to different markets, different users, different products, this should be adaptative to each business model.
How can we enhance this to develop an intelligent solution that maximizes clicks on products?
v1 - As I user I want to select the number of columns. (this could be a good start) v1- As I user I want my selection to be remembered
v2- As a product owner I would like to get data on which column configuration got more sells (by cart total), which was the most selected among users, and decide default columns and available numbers.
v3- As a product owner I dream that we could use Tensorflow to bring some machine learning to this and other components.
Which Release Cycle state this refers to? Info for developer.
Pick one option.
- This is a normal feature request. This should be available on https://test.storefrontcloud.io and then after tests this can be added to next Vue Storefront version. In this case Developer should create branch from
develop
branch and create Pull Request2. Feature / Improvement
back todevelop
. - (Pick this option only if you’re sure) This is an important improvement request for current Release Candidate version on https://next.storefrontcloud.io and should be placed in next RC version. In this case Developer should create branch from
release
branch and create Pull Request3. Stabilisation fix
back torelease
. - (Pick this option only if you’re sure) This is a critical improvement request for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version. In this case Developer should create branch from
hotfix
ormaster
branch and create Pull Request4. Hotfix
back tohotfix
.
### What do you think?
Issue Analytics
- State:
- Created 4 years ago
- Comments:23 (8 by maintainers)
Top GitHub Comments
@alinadivante , @StasiekDivante Okay, Working on it.
@alinadivante, @StasiekDivante I’ve updated design as per your suggestion and also according to https://github.com/DivanteLtd/vue-storefront/issues/2935
Please review https://github.com/DivanteLtd/vue-storefront/pull/3017 and let me know.
Thank you.