Index: branches/5.1.x/units/products/products_item.php =================================================================== diff -u -N -r13164 -r14003 --- branches/5.1.x/units/products/products_item.php (.../products_item.php) (revision 13164) +++ branches/5.1.x/units/products/products_item.php (.../products_item.php) (revision 14003) @@ -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()) {