01 2012 档案
magento htaccess
摘要:############################################## uncomment these lines for CGI mode## make sure to specify the correct cgi php binary file name## it might be /cgi-bin/php-cgi# Action php5-cgi /cgi-bin/php5-cgi# AddHandler php5-cgi .php############################################## GoDaddy specific opt
阅读全文
Navicat 注册码,序列号
摘要:Navicat for mysql 9.0.15 注册码/序列号注册码:NAVN-2QJ2-YZA9-46N6 下载地址:官方简体中文版http://download.navicat.com/download/navicat9_mysql_cs.exe
阅读全文
magento 修改订单号
摘要:update eav_entity_storeinner join eav_entity_type on eav_entity_type . entity_type_id = eav_entity_store . entity_type_idset eav_entity_store . increment_last_id = 00010890,eav_entity_store.increment_prefix=4where eav_entity_type . entity_type_code = 'order' ; //分别是自增开始数字,订单号前辍
阅读全文
Magento 删除所有订单 适于于1.4+
摘要:SET FOREIGN_KEY_CHECKS=0;TRUNCATE `catalogsearch_query`;ALTER TABLE `catalogsearch_query` AUTO_INCREMENT=1;TRUNCATE `sales_flat_creditmemo`;TRUNCATE `sales_flat_creditmemo_comment`;TRUNCATE `sales_flat_creditmemo_grid`;TRUNCATE `sales_flat_creditmemo_item`;TRUNCATE `sales_flat_invoice`;TRUNCATE `sal
阅读全文
浙公网安备 33010602011771号