Jump to content

Edit History

Patryk Tchórzewski

Patryk Tchórzewski

Hello @Abdulla CM, @bollydow, @Lorem Ipsum, @IronMan0803 :) I have similar problem but I try like code bellow:


Cache::clear();
$specific_price->flushCache();
Tools::generateIndex();
DB::getInstance()->execute('RESET QUERY CACHE;');
DB::getInstance()->execute('FLUSH QUERY CACHE;');
$cart->resetStaticCache();
$cart->update();

 

of course without the success 

Patryk Tchórzewski

Patryk Tchórzewski

Hello all :) I have similar problem but I try like code bellow:


Cache::clear();
$specific_price->flushCache();
Tools::generateIndex();
DB::getInstance()->execute('RESET QUERY CACHE;');
DB::getInstance()->execute('FLUSH QUERY CACHE;');
$cart->resetStaticCache();
$cart->update();

 

of course without the success 

Patryk Tchórzewski

Patryk Tchórzewski

Hello all :) I have similar problem but I try like code bellow:


Cache::clear();
$specific_price->flushCache();
Tools::generateIndex();
DB::getInstance()->execute('RESET QUERY CACHE;');
DB::getInstance()->execute('FLUSH QUERY CACHE;');
$cart->resetStaticCache();
$cart->update();

×
×
  • Create New...