reactioncommerce / reaction-feature-requests

Reaction Feature Requests
13 stars 1 forks source link

Set Default Shop Route to Products Template #35

Closed hfmw closed 6 years ago

hfmw commented 6 years ago

Feature: I believe the shop route: "/shop/:shopSlug" should be set to the products template by default, rather than to match the index template?

Perhaps this is as issue rather than a feature request?

Method: This would be very easily changeable in imports/plugins/core/router/lib/router.js. Link here: https://github.com/reactioncommerce/reaction/blob/766c97ebfacec67afecedb021cb3bac79658d1f1/imports/plugins/core/router/lib/router.js#L592

*I am already doing this myself in my build and can verify it works

brent-hoover commented 6 years ago

@willmoss1000 I would disagree. The idea behind the shop slug route would be that it goes to the shops "home page"

This is essentially a customization you want so I would not qualify this as a feature request or an issue.

hfmw commented 6 years ago

@zenweasel agreed, shops should have their own template by default. But currently there is no default shops "home page" template.

Not much value in this, will close.