osc_pro

Update Live Shop to 1.0.2.8

Oct 24th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. delete from configuration where configuration_key = 'USE_CACHE';
  2. delete from configuration where configuration_key = 'CC_OWNER_MIN_LENGTH';
  3. delete from configuration where configuration_key = 'REVIEW_TEXT_MIN_LENGTH';
  4. delete from configuration where configuration_key = 'MAX_DISPLAY_SPECIAL_PRODUCTS';
  5. delete from configuration where configuration_key = 'MAX_DISPLAY_CATEGORIES_PER_ROW';
  6. delete from configuration where configuration_key = 'MAX_DISPLAY_PRODUCTS_NEW';
  7. delete from configuration where configuration_key = 'SUBCATEGORY_IMAGE_WIDTH';
  8. delete from configuration where configuration_key = 'SUBCATEGORY_IMAGE_HEIGHT';
  9. delete from configuration where configuration_key = 'SHIPPING_ORIGIN_COUNTRY'; 
  10. delete from configuration where configuration_key = 'SHIPPING_ORIGIN_ZIP';
  11.  
  12. update configuration set configuration_group_id = '6' where configuration_key = 'MODULE_CONTENT_UPCOMING_PRODUCTS_EXPECTED_SORT';
  13. update configuration set configuration_group_id = '6' where configuration_key = 'MODULE_CONTENT_UPCOMING_PRODUCTS_EXPECTED_FIELD';
  14. update configuration set sort_order = '6' where configuration_key = 'MODULE_CONTENT_UPCOMING_PRODUCTS_SORT_ORDER';
Add Comment
Please, Sign In to add comment