Blog Sections Open
Fixing EvoGallery Image Paths Inside a Shopkeeper Cart
Why product thumbnails can disappear during Shopkeeper cart recalculation and how to keep EvoGallery image paths stable.
A frustrating Shopkeeper bug appears when thumbnails look correct at first, but vanish after quantity changes or item removal. In most cases the image path is being rebuilt from the wrong context during cart refresh, so EvoGallery no longer resolves the original file correctly.
What Usually Goes Wrong
- the cart template expects a full image path but receives only a fragment
- the gallery path is built relative to the current resource instead of the product resource
- AJAX cart refresh changes the request context and breaks path assumptions
The fix is usually to normalize the image path before it reaches the cart template. Store a complete path or build it in one dedicated snippet instead of trying to reconstruct it in several cart fragments.
Including Resource IDs in AjaxSearch Results
How to make AjaxSearch find documents by both title and numeric ID when content names are too similar to use alone.
Making Wayfinder Expand the Active Menu Branch
Why an accordion menu can fail to open the current branch when visitors arrive from internal links, and how to make Wayfinder output the right active classes.