Essential Magento developer tools

piaoling  2011-07-25 18:55:53

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(258)  |  浏览(5052)  |  评论(1)

magento 教程

piaoling  2011-07-25 18:54:03

http://www.e-commercewebdesign.co.uk/blog/category/magento-tutorials ......

类别 :  magento(258)  |  浏览(3781)  |  评论(0)

ubuntu 双系统 重装

piaoling  2011-07-25 17:39:01

原因嘛,XP在安装的时候是不会给我们提供系统引导程序安装的,Linux 带有系统引导程序,如 GRUB等等。它一般装在第一个硬盘(hd0)、第一个分区(hd,0)的第一个扇区上,所以要是我们把 XP 装在第一个分区上,那重装 XP, GRUB 就被破坏了,再也不能引导系统了。 要是遇上这样的情况就得重装 GRUB 了。别着急,Linux 不会那么容易就要重装的。那么下面介绍 GRUB 的安装方法: 第一种方法 1. 用Live CD启动 2. 打开一个终端,运行$sudo grub命令(这里可能需要等一会儿)......

类别 :  ubuntu(21)  |  浏览(3855)  |  评论(0)

ubuntu 双系统 引导

piaoling  2011-07-25 17:22:54

    对于安装有XP的双系统,最好使用grldr来引导ubuntu,下面我们来看一个练习     1、安装grub到 /boot 分区     1)在安装ubuntu到第7步准备复制文件时,点右下角的“高级”按钮;         2)在出来的安装引导器对话框中,选择 /boot所在的分区;         3)点“确定”返回后,继续安装,由于/boot分区并不是主分区,也没有激活标志,因此不能自己启动,还......

类别 :  ubuntu(21)  |  浏览(4153)  |  评论(0)

How do you get the price including tax in magento?

piaoling  2011-07-25 11:43:01

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(258)  |  浏览(3884)  |  评论(0)

magento product price

piaoling  2011-07-25 11:41:41

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(258)  |  浏览(4023)  |  评论(0)

magento eav sql

piaoling  2011-07-25 11:01:13

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 ......

类别 :  magento(258)  |  浏览(3946)  |  评论(0)

get product stock qty

piaoling  2011-07-22 11:56:30

<?php (int) Mage::getModel('cataloginventory/stock_item')->loadByProduct($_product)->getQty(); ?>   ......

类别 :  magento(258)  |  浏览(3881)  |  评论(0)

How to get currency symbol?

piaoling  2011-07-22 10:52:18

How to get currency symbol? Code is useful for get currency symbol           Mage::app()->getLocale()->currency(Mage::app()->getStore()->      getCurrentCurrencyCode())->getSymbol() or if you want to pass a certain currency code simply specify it:      Mage::app()->getLocale()->currency('EUR')->getSymbol()     Source  : http://www.activecodewar.com/ ......

类别 :  magento(258)  |  浏览(3817)  |  评论(0)

magento category

piaoling  2011-07-21 13:34:47

$store = Mage::getModel('catalog/category')->setStoreId(3)->load(10); ......

类别 :  magento(258)  |  浏览(4311)  |  评论(0)
  • Page:45/146  1460 Blogs
    <<
    >>
    20088
    周日 周一 周二 周三 周四 周五 周六

    文章分类