magento paypal标准付款错误

发布于 2009年7月27日

顶着沉重的困意来写这篇博客,因为昨天一个网友问的关于magento PAYPAL standard付款方式的问题刚才被我遇到了。

错误提示:Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address.

中文版本是:无法处理付款。由于商家提供的送货地址无效,而且商家要求您的订单必须送到该地址,因此,请与该商家进行联系。
……

magento结账失败,跳转到购物车页面

发布于 2009年7月24日

magentocheckout

昨天测试magento的时候遇到这个问题,如果在checkout的第一步选择register,在第二步输入bill information之后点继续,页面就会跳转到购物车页面,而非shipping information信息。在群里咨询了一下,没有答案。为此郁闷了一整天。这也是玩magento特有的郁闷,你知道它好,想用它,但是会不断地遇到一些小问题,限于技术水平解决不掉,想放弃又不甘心。

还好还好,magento官方论坛比之zen cart虽然人气不旺,但它依然是解决magento问题的首选之地,搜索了一阵之后,终于找到了解决办法。

magento的几个HTML编辑器插件

发布于 2009年7月22日

因为magento产品描述默认是文本样式的,想加个表格都难,今天就试着找了几个magento的html编辑器。

magentohtml

1.BouncingOrange TinyMCE (WYSIWYG),extension key是magento-community/BouncingOrange_TinyMce
2.Fontis WYSIWYG Editor,extension key是magento-community/Fontis_Wysiwyg,最后更新在09年6月30号
3.Admin TinyMCE,extension key是magento-community/Fontis_Wysiwyg,最后更新在3月8日,还是个beta版

magento首页显示新产品及产品数量控制

发布于 2009年7月12日

1.首页显示新产品的方法,昨天日志里写的第一种方法依然有用。第二种方法暂时取消,原因在于1.32版本里cms-manage pages-home page的custom design的Layout Update XML里默认是有一段代码的,只是默认做了注释。代码如下:

……
2.控制首页显示新产品数量

它由两个文件控制,一个是appcodecoreMageCatalogBlockProductNew.php,这个文件在1.31版本以后有所改变……

magento的一些细节问题

发布于 2009年7月12日

在群里某好友的鼓励下,又装上了magento,打算边学边用,实践多一点,经验才会多一点。

Q4:如何在magento首页显示新产品?

A: 方法一:添加下面代码到CMS – Manage Pages-Home Page的content里面:

{{block type=”catalog/product_new” name=”home.catalog.product.new” alias=”product_homepage” template=”catalog/product/new.phtml”}}。

方法二:依然是CMS – Manage Pages-Home Page,右边有个Custom Design,打开,把下面代码复制进Layout update xml: