If you have problems listing all items from a category or you see the number of categorized items variating when changing list options, you can force Magento CMS to generate a new page instead using cached data (talking about server cache, not your browser!) by adding the undocumented ___store parameter to the URL, e.g.
New releases:
http://www.daz3d.com/shop/new-releases?___store
http://www.daz3d.com/shop/new-releases?limit=60&___store (together with 60 items option)
Fast Grab:
http://www.daz3d.com/shop/sales-promotions/fast-grab-3d-models?___store
As you can see from sample URLs you need to use a ? when adding the first (or only) parameter to a clean (‘pretty’) URL, but use & when there is another parameter already.
Unfortunately the parameter gets lost from the URL when changing shop categories, but is kept while surfing within a multi page category.
Fix the shop issue of not loading most recent pages (cache problem, missing items) |
|||||||||||||||
|
|||||||||||||||
|
|||||||||||||||
|
|||||||||||||||
|
|||||||||||||||
|
|||||||||||||||


