This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ua_regexp translate="comment"> | |
| <label></label> | |
| <frontend_model>adminhtml/system_config_form_field_regexceptions</frontend_model> | |
| <backend_model>adminhtml/system_config_backend_design_exception</backend_model> | |
| <sort_order>2</sort_order> | |
| <show_in_default>1</show_in_default> | |
| <show_in_website>1</show_in_website> | |
| <show_in_store>1</show_in_store> | |
| <comment>Match expressions in the same order as displayed in the configuration.</comment> | |
| </ua_regexp> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The following SQL queries should set an orders status to canceled: | |
| UPDATE sales_flat_order SET state = 'canceled', status = 'canceled' WHERE increment_id IN (order#1,order#2,etc); | |
| UPDATE sales_flat_order_grid SET status = 'canceled' WHERE increment_id IN (order#1,order#2,etc); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cache> | |
| <slow_backend>database</slow_backend> | |
| <fast_backend>memcached</fast_backend> | |
| <fast_backend_options> | |
| <servers> | |
| <server> | |
| <host>unix:///tmp/memcached.sock</host> | |
| <port>0</port> |
NewerOlder