Index: branches/5.2.x/units/products/products_item.php =================================================================== diff -u -N -r13845 -r14089 --- branches/5.2.x/units/products/products_item.php (.../products_item.php) (revision 13845) +++ branches/5.2.x/units/products/products_item.php (.../products_item.php) (revision 14089) @@ -1,6 +1,6 @@ Application->getCache($cache_key); + // don't cache, while in temp table + $price_info = $this->IsTempTable() ? false : $this->Application->getCache($cache_key); if ($price_info === false) { if (!$this->Application->isAdmin && $this->Application->LoggedIn()) {