Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
litespeed_wiki:cache:litemage:troubleshooting:price-not-update-when-changes-mad-through-db [2018/06/15 19:09]
Lisa Clarke Proofreading and Rewording
litespeed_wiki:cache:litemage:troubleshooting:price-not-update-when-changes-mad-through-db [2018/11/02 19:35] (current)
Lisa Clarke [How to Trigger a Price Update] Added new script options
Line 14: Line 14:
 <​code>​ <​code>​
 magento_dir/​shell/​litemage_purge.php magento_dir/​shell/​litemage_purge.php
 +</​code><​code>​
 Usage: ​ php litemage_purge.php -- [options] Usage: ​ php litemage_purge.php -- [options]
---products <product IDs> ​   Comma delimited product IDs + 
---cats <​category_IDs> ​      Comma delimited category IDs +  ​--products <product IDs> ​   Comma delimited ​list of product IDs
---stores <​store_IDs> ​       Comma delimited store IDs +  --skus <​SKU_IDs> ​           Comma delimited list of SKU IDs. 
---tags <raw tags> ​          Comma delimited raw tags. You need to understand LiteMage internals to use this. +  --related ​                  When used with "​products"​ and "​skus"​ options, will purge their related products (configurable/​bundled) and related categories. 
---all                       Flush all cached files in LiteSpeed Web Server.r.+  --cats <​category_IDs> ​      Comma delimited ​list of category IDs. 
 +  --stores <​store_IDs> ​       Comma delimited ​list of store IDs. 
 +  --tags <raw tags> ​          Comma delimited ​list of raw tags. Advanced: must understand LiteMage internals to use this option
 +  --all                       Flush all cached files in LiteSpeed Web Server.
 </​code>​ </​code>​
  
  
  
  • Admin
  • Last modified: 2018/06/15 19:09
  • by Lisa Clarke