Skip to content

AlsoPurchasedTurbo v1.0.0

Choose a tag to compare

@CcMarc CcMarc released this 13 Jul 11:52
· 5 commits to main since this release

Initial release.

Replaces Zen Cart's stock also-purchased engine with a precomputed product-pair table:

  • Indexed pair-table lookup instead of the orders_products self-join on every product page (benchmark: 96.4 ms → 0.37 ms on the store's most popular product)
  • Recommendations ranked by purchase affinity (Recency and Random modes available)
  • Checkout observer keeps the table current in real time; admin-driven chunked seeding from order history
  • No core-file or template changes; customized template modules are detected and never overwritten (takeover or integration paths in the readme)
  • Admin: Configuration > Also Purchased Turbo and Tools > Also Purchased Turbo (status, seeding, maintenance, shim health, debug log)

Requires Zen Cart 2.2.2+. Install the attached zip via Plugin Manager, then run the seed from Tools > Also Purchased Turbo.