Blog Sections Open
Getting DLLastViews Working in Evolution CMS 1.4.11
A short guide to one easy-to-miss requirement when installing DLLastViews on Evolution CMS 1.4.11.
Sometimes a package looks broken when the real issue is just one small installation detail. That was the case in this discussion about DLLastViews on Evolution CMS 1.4.11.
The symptom was simple: the snippet produced no output at all, even though the installation steps from the documentation seemed correct.
The detail that mattered
The package relied on parsing its DocBlock metadata correctly. If the snippet was created without that support being stored and preserved properly, the configuration did not stick, and the package looked inactive.
What to verify
- That the snippet body was inserted exactly as documented.
- That the manager actually preserved the DocBlock parsing setting after save.
- That the current Evolution build included the expected manager behavior for that metadata.
This is a small topic, but it is exactly the kind of practical blog note that saves time for the next developer. Package setup failures are often not logic bugs inside the package itself. They are usually a mismatch between documentation assumptions and the behavior of a specific Evolution build.
Adapting DocLister Display Count to Viewport Changes
How to handle catalog layouts where a fixed DocLister display count leaves the last row visually broken on different screen widths.
Displaying Products by Category IDs Stored in a TV Field
A practical pattern for listing products by category when category IDs are stored inside a product TV field.