Blog Sections Open
Keeping the Shopkeeper Cart Visible Even When It Is Empty
An always-visible cart makes the store interface feel more predictable and gives users a stable place to return to during the buying flow.
Some stores hide the cart until the first product is added, but that can make the buying flow feel unstable. If the layout reserves space for the cart from the start, users always know where to look.
The usual fix is to stop treating the empty cart as a hidden state. Instead, render the block with a meaningful empty-state message and let the cart widget become populated in place as products are added.
Adding Product Ratings to JotX-Based Reviews
How to extend a JotX review flow so product comments also capture a rating and feed into an aggregate product score.
Filtering Ditto Output by Tag TVs Without Relying on Generated Query Strings
How to structure Ditto tag filtering when products need to appear on predefined pages instead of generated tag-result URLs.