Skip to content
  1. Extras
  2. miniShop2
  3. Snippets

Snippets

All the snippets of miniShop2 work with pdoTools and count on Fenom using in chunks.

I.e. they, for example, do not process cart goods, but simply transfer product array to the chunk. This allows:

  • reduce the total number of chunks
  • improve convenience (to edit cart in 1 place instead of 3)
  • accelerate (to parse only 1 chunk, not 3 - 10 depending of cart goods)
  • complicate chunks using advanced verification of conditions through Fenom functions

miniShop2.4 is the first MODX component which uses Fenom syntax chunks only.