Magento作为内容管理系统(cms)或开发框架使用
Magento框架设计的魅力实在是另我钦佩,所以把Magento其他模块都禁用掉了仅留下了Core和Cms模块,作为我的开发框架使用。试用了下,完美! 作为CMS可能Magento不是最好的,我们也不去争论它,只是我认为这样做更适合我的需求,或者说是适合作为我的开发框架使 用。同时我要说的是这样禁用掉很多模块,后台留下的一些目录进去后会报错,这个要依照你自己的使用去修改。我相信能对我这篇文章感兴趣的人一定有很深的技 术基础,所以请尽情发挥吧......
Magento深入理解-Grid报错clause is ambiguous问题
我记得之前没少讲过Grid,今天在写Grid遇到这样一个错误,将解决办法分享下。 SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'increment_id' in where clause is ambiguous 这个错误怎么来的呢,关键是clause is ambiguous。 使用Grid必须要设置一个Collection,往往这个Grid需要联表查询,就是写join语句。请看下面例子: protected function _getCollectionClass() { return 'sales/order_shipment_grid_collection'; } protected function _prepareCollection() ......
Essential Magento developer tools
Browser development/testing Firebug + YSlow This priceless tool packs it all, element/script editing, logging, connections and it’s own plugins! The Yahoo extension YSlow analyses your DOM and gives it a page load rating a must for any e-commerce developer. Download Firebug and YSlow Web Developer Packing another knockout blow is the Web Developer Toolbar with some fantastic functionality. Clear session cookies or re-size window anyone? ColorZilla Sweet colors are just a click away. Selenium IDE This is my favorite extension by far! Fed up of completing the checkout form......
magento 教程
http://www.e-commercewebdesign.co.uk/blog/category/magento-tutorials ......
ubuntu 双系统 重装
原因嘛,XP在安装的时候是不会给我们提供系统引导程序安装的,Linux 带有系统引导程序,如 GRUB等等。它一般装在第一个硬盘(hd0)、第一个分区(hd,0)的第一个扇区上,所以要是我们把 XP 装在第一个分区上,那重装 XP, GRUB 就被破坏了,再也不能引导系统了。 要是遇上这样的情况就得重装 GRUB 了。别着急,Linux 不会那么容易就要重装的。那么下面介绍 GRUB 的安装方法: 第一种方法 1. 用Live CD启动 2. 打开一个终端,运行$sudo grub命令(这里可能需要等一会儿)......
ubuntu 双系统 引导
对于安装有XP的双系统,最好使用grldr来引导ubuntu,下面我们来看一个练习 1、安装grub到 /boot 分区 1)在安装ubuntu到第7步准备复制文件时,点右下角的“高级”按钮; 2)在出来的安装引导器对话框中,选择 /boot所在的分区; 3)点“确定”返回后,继续安装,由于/boot分区并不是主分区,也没有激活标志,因此不能自己启动,还......
How do you get the price including tax in magento?
Looking to find out how you get the price on the product page to display including tax. junowebdesign | Best Answer Posted 7 months ago < ?php echo Mage::helper('core')->currency($_price,true,false) ?> ......
magento product price
Normally in magento Price shown including Tax.But if you want to show Price Excluding Tax then you need to call the following helper class. <?php echo $this->helper('checkout')->formatPrice($_product->getPrice()) // For Special Price write this echo $this->helper('checkout')->formatPrice($_product->getSpecialPrice()) ?> from:https://aniscartujo.com/webproxy/default.aspx?prx=http://xhtmlandcsshelp.blogspot.com/2010/11/magento-get-product-price-excluding-tax.html&rct=j&q=magento get price with tax&ei=POgsTp-6MsfkmAX75oW6Dw&am......
magento eav sql
SELECT `e`. * , `_table_color`.`value` AS `color` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_entity_int` AS `_table_color` ON ( _table_color.entity_id = e.entity_id ) AND ( _table_color.attribute_id = '272' ) AND ( _table_color.store_id =0 ) WHERE ( ( _table_color.value IN ( '24,11' ) ) ) LIMIT 0 , 30 ......
get product stock qty
<?php (int) Mage::getModel('cataloginventory/stock_item')->loadByProduct($_product)->getQty(); ?> ......
- Page:44/145 1448 Blogs
周日 | 周一 | 周二 | 周三 | 周四 | 周五 | 周六 |
文章分类
- 默认(748)
- 日志(47)
- 感悟(15)
- testIT(4)
- PHP_XML(5)
- PHP(78)
- 明星(1)
- 笑话(31)
- 毕业论文(2)
- 生活(60)
- HTML(11)
- CSS(6)
- 考研(3)
- JS(21)
- 简历(6)
- svn(3)
- 音乐(1)
- 学习(7)
- jQuery(9)
- 英语口语(9)
- 书籍(2)
- magento(258)
- apache(12)
- 创意(4)
- 设计(4)
- 休闲(1)
- IT咨询(11)
- 工作(23)
- ubuntu(21)
- bysoft(1)
- zend(1)
- web(2)
- software(1)
- sql(5)
- 娱乐(5)
- photoshop(3)
- zend framework(2)
- nginx(3)
- 小说(1)
- 名言(1)
- 牛人(1)
- Mysql(6)
- vim(2)
- wordpress(8)
- drupal(1)