Closed (fixed)
Project:
Commerce Kickstart
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2025 at 13:45 UTC
Updated:
24 Oct 2025 at 03:54 UTC
Jump to comment: Most recent
Comments
Comment #2
sumi commentedSince this is work on the commerce_kickstart_demo recipe and MR is on a different project here is the link to the MR
https://git.drupalcode.org/project/commerce_kickstart_demo/-/merge_reque...
Comment #3
majmunbog commentedReviewed. Great work.
Comment #4
zaporylieI found an issue with catching the node display between frontpage and the overview page as they both use teaser display mode. This is related to #3541462: Views based theme suggestions for node and comment templates deprecated and is currently discouraged/deprecated. The fix will be to add display mode to the article called "Featured Teaser" and have the frontpage block display said display mode instead of the regular teaser. Belgrade theme would have to be adjusted to support the new display mode instead of view-based customization.
Comment #5
zaporylieJust adding as a side note: I think we should add a comment or two, owned by anonymous or admin. This doesn't have to be done as part of this issue, and can be done in the follow-up.
Comment #6
zaporylieI removed uuid's, added a menu link item for the view, and added a featured teaser display mode for the article, then merged. Thanks everyone.