西联汇款 收款的详细流程

0 个评论

收款资料
将以下资料通知你的付款客户,这些都是使用西联汇款必须的资料:
Re: Western Union
The following information is for your reference to Western Union payment.
Payee / beneficiary:
- FAMILY NAME: 姓[拼音,必须同身份证]
- GIVEN NAME: 名字[拼音,必须同身份证]
- Identity card No.: 身份证号码
- Add.: 地址和邮编 [拼音或英文]
- Tel: 电话号码,必须包含国家代码,区号
- City: 城市[拼音]
- Province: 省份[拼音]
- Country: China
汇款回执
以下邮件内容,同样也是要发给客户,要求客户汇款必须提供的资料:
Re: The payment receipt pass Western Union
Please fax or scan back the payment receipt to us after paying, many thanks!
And [...]

2009-10-30 / 网店指南 / 浏览
阅读全文

Magento站点秀

0 个评论

使用Magento建站的人越来越多了,下面列出一些比较好的站点,大家可以看看,吸收一下它们的界面设计经验:
Erotokritos on Magento

Dainese on Magento

Eagle Coffee

Uncorked

Muji

Anna Scholz

2009-10-30 / Fashion Design / 浏览
阅读全文

Magento配置Paypal

7 个评论

Paypal是一个使用比较广的在线支付方法,当然Magento中也提供了对Paypal的完美支持,PayPal中是有好几种在线支付方法可供选择的,他们包括:PayPal Standard(IPN),PayPal Express(ExpressCheckout),PayPal Direct。

PayPal Standard(IPN)
设置(Setup)

Enabled -开启此选项将会在结账页面中的Payment Information列表中显示此支付方式。选择No则不显示。
Title – 输入此支付方法的标题,这会显示在Payment Information列表中。
Payment Action – PayPal Direct是一个在线支付方法。因此,信用卡经支付网关提交时必须验证,以便顺利完成订单。不过,您可以选择Authorize Only,或者Authorize and Capture以便在订单创建时获取支付信息。如果您选择Authorize and Capture,系统会自动为订单中的所有数量的产品生成发票(Invoices)。欲了解更多有关发票(Invoices)的,请参阅第8章:管理订 单。
Type – 这表明交易信息是通过哪种方法发送到PayPal的。Magento目前只支持Instant Payment Notification(IPN),因为这是最安全的方法。
New Order Status – 此处可以选择使用此支付方法生成的新订单的订单状态。建议的选项是Pending,因为这表示还没有人对此订单进行任何的操作,但你也可以改变这个选项,选择你喜欢的状态。
Transaction Type – 此选项控制发送到PayPal的订单详细信息的数量。Aggregate Order将整个订单信息发送到PayPal,而Individual Item将每一个项目的详细详细信息都发送到PayPal。
Payment from applicable countries – 选择哪些客户可以使用此支付方式。All Allowed Countries表示来自默认国家列表中的客户都可以使用此发货方法(如果您尚未配置默认国家列表,可以到System > Configuration,点击左侧的General标签处配置,在Allow Countries菜单中选择你要选择的国家)。如果你想只有一部分的国家的客户可以使用此支付方法,你可以在这里选择Specific Countries。这就是说,只有客户的账单地址中包括这些特定国家的其中一个,才可以使用此支付方法。
Payment from Specific countries -这个列表默认是无效的,除非在上面的Payment from applicable countries列表中选择了Specific Countries。它基本上是作为一个过滤器,以使此支付方法将只适用于账单地址中包含这些选定国家的客户。
Sort Order – 如果你是选择了多种支付方式,这里的值将决定每个支付方式的显示顺序。
Account [...]

2009-10-30 / 开发插件 / 浏览
阅读全文

解決MYSQL出現Can't create/write to file '#sql_5c0_0.MYD'

0 个评论

解決MYSQL出現Can’t create/write to file ‘#sql_5c0_0.MYD’
解決MYSQL出現Can’t create/write to file ‘C:\WINDOWS\TEMP\#sql_5c0_0.MYD’
在my.ini中[mysqld]裏面添加一行
tmpdir=”d:/mysql/temp/”
指定創建創建臨時文件的目錄,大量查詢時會用到
重新啟動mysql服務使之生效.
打開McAfee VirusScan控制臺->按訪問掃描程序->屬性->所有進程->檢測項->排除項->添加D:\mysql\temp\
排除時間選擇讀取時寫入時.
備注:由於mysql默認的臨時目錄是c:\windows\temp,網上流傳的說法是
修改McAfee VirusScan控制臺->按訪問掃描程序->屬性->所有進程->檢測項->掃描文件去掉寫入文件時,
我的方法相對要安全些.
至於權限,由於mysql服務默認是係統權限,一般都是係統完全控制的,如果必要,也可給個啟動用戶.

2009-10-30 / Magento 优化 / 浏览
阅读全文

Magento的Blog插件 – Blog

1 个评论

之前介绍过Magento的Blog实现的插件:Lazzymonks Wordpress Integration,这个插件是整合Wordpress用的。但是插件的作者lazzymonk更新插件的频率比较慢,而且也还是beta版本。现在有一个新的团队接管了这个工作,那就是aheadWorks的Blog扩展了(Full featured blog extension for magento)。看插件的介绍是不错的,应该是在Lazzymonks的基础上改进过来的。支持的语言版本也有:English (United States) – en_US,? Czech (Czech Republic) – cs_CZ,? English (United Kingdom) – en_GB,? German (Germany) – de_DE,不过还没有中文的,呵呵,下面是插件的图片介绍。

Magento Connect:magento-community/AW_Blog。
下面的内容可以看到这个团队的热情,看来值得一用:
Due to the lack of activity in this highly demanded extension development, aheadWorks has agreed with the owner and previous developer lazzymonk on moving the ownership rights to our [...]

2009-10-29 / Magento 模板 / 浏览
阅读全文

Magento中的Google Analytics插件 – Fooman Google Analytics Plus

1 个评论

Google Analytics是一个出色的流量统计软件,使用的人也很多,Magento中也可以集成这个统计软件,也已经有专门的插件可以使用:Fooman Google Analytics Plus。
Magento Connect:magento-community/Fooman_GoogleAnalyticsPlus
详细介绍:
Additional features for the default GoogleAnalytics module.
This is a beta release – please report how this extensions works for you.
Current improvements:

* Track every individual page – including sections retrieved via AJAX during one-page-checkout
* Track the actual typed in keywords by your user (this might not yet work due to a [...]

2009-10-29 / Magento 模板 / 浏览
阅读全文

可以提高Magento速度的插件 – Magento Compiler

0 个评论

Magento系统运行比较慢,要求也比较高,这个大家都知道的了,但是它有功能强大,真的是让人又爱又恨。下面介绍一个Magento开发团队开发的插件,官方说明中说可以提高25%到50%的速度,那确实是已经不错的了。这个插件是:Magento Compiler。
Magento Connect:magento-core/Mage_Compiler。需要注意的是,现在的还是Beta版本。
This module compiles all files of a Magento installation and creates a single include path to increase performance
Compiler module is still in Beta and should NOT be used in a production environment for now. From our early tests this module gave between 25% to 50% better performance depending on the page requested.
To enable [...]

2009-10-29 / Magento 模板 / 浏览
阅读全文

产品图片重设插件(不会变形) – Resize images proportionally

0 个评论

可能是Magento系统的默认功能中在生成图片缩略图时会变形,所有有社区人员写出了个图片重设而不会变形的插件,那就不用为产品的图片费心了,这个插件是:Resize images proportionally。效果看下面的图片,最直观了:

Magento Connect:magento-community/NetAmbition_DirectResize
介绍:
Give the possibility to resize images without distorted them.
You can specify a Width and a Height value as well as a ratio.
The ratio options are :
0 – none proportionnal. The image will be resized at the Width and Height values.
1 – proportionnal, based on the Width value
2 – proportionnal, based on the [...]

2009-10-29 / Magento 模板 / 浏览
阅读全文

Magento整合Joomla的插件 – MageBridge for Joomla!

0 个评论

Joomla是一个强大的CMS系统,Magento又是一个强大的电子商务平台,两者可以整合那就可以开发出更加强大的平台了。下面介绍的插件就是整合这两个系统的,不过是一个收费的插件,给出的Magento Connect只是一个downloader,整套程序还是要钱的,不过之前介绍过的Drupal整合Magento的插件都是免费的呢。MageBridge for Joomla!
Magento Connect:magento-community/Jira_MageBridge(只是一个downloader,需要整套程序可以到http://www.yireo.com买license)
特点:
MageBridge adds a bridge between Joomla! 1.5 and the Magento e-commerce platform. It allows for displaying Magento content within the Joomla! component-area but also ships with Joomla! modules and Joomla! plugins.
Please note: This is a commercial extension. The extension-key supplied on this page is used to install a MageBridge Installer program, [...]

2009-10-29 / Magento 模板 / 浏览
阅读全文

Magento产品更新通知顾客插件-Product Updates Notifications

1 个评论

在Magento仲本插件的作用是可以在有新产品,产品库存更新,促销信息和其他一些你希望的一些产品更新状态,可以通过Product Updates Notifications来通知客户。这个功能是一个营销的手段。方便管理老客户和可疑获得更多的回访率,随时知道商店的变化。
价格要79美元,不便宜呢。
值不值得购买就要看你的需求了。可以在下面列举的地方放这个插件功能的链接:
- under the title above the reviews block;
- after reviews before the price;
- after the price before “Add to cart” button;
- after “Add to cart” before short description.
You can also insert it anywhere you wish via CMS.

2009-10-29 / Magento 模板 / 浏览
阅读全文