深圳舞蹈月|深圳舞协|深圳舞蹈月|
“深圳舞蹈月”是中共深圳市委宣传部、深圳市文学艺术界联合会共同主办,深圳市舞蹈家协会承办的大型舞蹈系列活动。
自2017年开始,作为舞蹈艺术的集中展示平台,深圳舞蹈月应运而生。
深圳舞蹈月每年举办,世界杯国际标准舞公开赛、深圳舞蹈英才计划成果展演、深港澳舞蹈交流展演……
change Shipping Information Carrier
You can add addition carrier option in below file
app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/Create/Tracking.php
Go to Line 70 , Add below line before return $carriers; in getCarriers() Function
$carriers['My Custom Carrier'] = Mage::helper('s……
订单号改为四位数
一、eav_entity_type 表
找到entity_type_code = order. 对应的 entity_type_id
increment_pad_length字段改3
二、eav_entity_store表 找到对应entity_type_id
找到increment_last_id字段改为4位数(1000)
Integrity constraint violation: 1062 Duplicate entry ‘210’ for key ‘PRIMARY’, query was: INSERT INTO `catalog_eav_attribute` (`attribute_id`, `is_global`) VALUES (?, ?)
换服务器用原文件和新建的数据库安装magento 出现标题显视的误,换原文件和原数据库安装解决问题。。。。
订单处理邮件发送问题
1、go to System -> Configuration -> ASCHRODER EXTENSIONS -> SMTP -> Queue Configuration -> Queue Usage -> Never
2、System ->Transactional Emails
magento系统中,默认是在支付成功后发送确认订单邮件的
magento产品详情页面添加立即购买按钮
1,在addtoCart.phtml里添加html
<input type="hidden" value="<?php echo Mage::getUrl('checkout/onepage')?>" name="return_url" />
<button type="button"
title="<?php echo __('Buynow') ?>"
class="button btn-cart buynow"
onclick="productBuyNo……
深圳舞蹈月How can i remove the sku column from Magento invoice PDF?">

深圳舞蹈月How can i remove the sku column from Magento invoice PDF?
1) Copy
app/code/core/Mage/Sales/Model/Order/Pdf/Invoice.php
To
app/code/local/Mage/Sales/Model/Order/Pdf/Invoice.php
And in Invoice.php (of local directory) remove following code
$lines[0][] = array(
'text' => Mage::helper('sales')->__('……
后台菜单删除
function remove_menus() {
global $menu;
$restricted = array(__('Dashboard'), __('Posts'), __('Media'), __('Links'), __('Pages'), __('Appearance'), __('Tools'), __('Users'), __('Settings'), __('Comments'), __('Plugins')); //对应后台显示的顶级名称
end ($men……
相对100%全屏
利用KingComposer直接在文件排版用到
<div class="kc_clfw"></div>
<section data-kc-fullheight="true" data-kc-fullwidth="row" class="single_css_bg">
.....
</section>
相对100%全屏
How to Display Products that are Out of Stock in Magento 1.9
System > Configuration>Catalog > Inventory
Display Out of Stock Products
yes