ajiang-tuzi
9年前 (2015-11-11) 6985浏览
As you have by now set your own magento store and you see that the order number a customer gets after purchasing starts from1...
ajiang-tuzi
9年前 (2015-11-09) 5951浏览
追紧刷magento的时候报 这个错误
[root@ajiang ~]# php -f /home/wwwroot/weicotshop/shell/indexer.php reindexall
Product Attributes inde...
ajiang-tuzi
9年前 (2015-11-06) 7560浏览
magento本身会记录很多日志,
这些日志长年累积会占用非常大的空间。
下面是一些日志表
’dataflow_batch_export’,
’dataflow_batch_import’,
’log_customer’,
...
ajiang-tuzi
9年前 (2015-11-02) 6221浏览
最近在研究magento 的EAV 模型 至于什么事EAV呐:
EAV模型是Zend框架的基础,而Magento项目又是建立在Zend框架的基础上的,所有了解EAV有助于了解Magento的架构原理,在开发Magento相关应用时非常有用。
EAV ...
ajiang-tuzi
9年前 (2015-11-02) 10213浏览
我们讲过Magento有两种模型,简单模型和EAV(Entity Attribute Value)模型。上一章我们讲过所有的Magento模型都是继承自Mage_Core_Model_Abstract / Varien_Object。简单模型和EAV...
ajiang-tuzi
9年前 (2015-11-02) 5246浏览
Magento EAV (Entity Attribute Value) data model is used to get flexibility for your data, but it brings more complexity than ...
ajiang-tuzi
9年前 (2015-11-01) 6485浏览
最近打了个补丁 发现某些块失效了 找了半天 最后还是BOSS 提醒了下 最后发现果然是这个原因 没给块加认证 因为以前都可以用 但打了补丁后突然不可以用了 以下是关于BUG 的分析报告
Magento远程代码执行漏洞的分析报告:收集自网络
Check...
ajiang-tuzi
9年前 (2015-10-31) 9555浏览
今天装magento2的时候 提示了这个 我用的环境是XAMPP
Autoload error
Vendor autoload is not found. Please run 'composer install' under applicat...
ajiang-tuzi
9年前 (2015-10-25) 6022浏览
在magento 默认模板里面的顶部链接toplinks 在前台显示为
* My Account
* My Wishlist
* My Cart
* Checkout
* Log In
那么如何把它们修改成自己想要的链接呢?下面提供一个比较简单的方法...
ajiang-tuzi
9年前 (2015-10-25) 5629浏览
目标:
首页左侧显示商品目录
内页显示同级目录及父、子目录
商品详细页面显示一路父目录
本范例比较适合综合站使用,当然单独站也兼容。
左侧目录全部展开的情况
展开了二级目录
定位到Magento三级目录
实现:
布局设置,
app\design...