
ecommerce
文章平均质量分 84
haohappy2
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Cross-sell and Up-sell
中文: 交叉销售& 追加销售Cross-sell 是指根据顾客的以往购物记录,而向他们推售新的产品。这种策略旨在加深顾客对公司的依赖程度,降低其转向公司竞争者的可能性。可译为“交叉销售”。而Up-sell 是指劝说顾客购买更加昂贵的商品,例如电影院的工作人员通常采用up-selling 的方法,劝说要看电影的人买上大袋的爆米花和饮料进场。可译为“追加销售”或“升级销售”。像...原创 2012-01-17 11:36:49 · 1778 阅读 · 0 评论 -
How to add custom fields in magento
Magento Provides the default customer registration form with very few fields like name,email,pwd etc. But in realtime we need to get more details from the customer during registration. In order to a...原创 2013-09-06 17:25:15 · 139 阅读 · 0 评论 -
E-Commerce Resource
Frameworkhttp://www.javaeye.com/news/13510 Assetshttp://www.javaeye.com/news/13543 http://www.javaeye.com/news/13553原创 2013-09-06 14:04:05 · 125 阅读 · 0 评论 -
Magento Popular Free Template
In this blog, you can download more exclusive and attractive Magento themes compatible with Magento 1.4, 1.5 and 1.6 as well.Download FREE Magento Themes:1. Magento Bluescale ThemeSource: we...原创 2013-09-03 17:30:28 · 124 阅读 · 0 评论 -
Create Custom Category Block in Magento
<?php $cats = Mage::getModel('catalog/category')->load(2)->getChildren(); $catIds = explode(',',$cats);?><ul><?php foreach($catIds as $catId): ?> <li> <...原创 2013-09-03 15:25:06 · 106 阅读 · 0 评论 -
How to show total shopping cart price in Magento Header
If you go to pretty much any e-commerce site you will see in the header your quick cart details, these will consist of how many items are in your basket and how much your current total is. ...原创 2013-09-03 15:14:59 · 134 阅读 · 0 评论 -
How to List Orders by Order Status using Magento API
SOAP<?php$soapclient = new SoapClient('');$sessionId = $soapclient->login('YourAPIUser', 'YourAPIKey'); // Webservice User and API Key// Getting Order listing by Order Status// Exa...原创 2013-09-03 15:10:54 · 135 阅读 · 0 评论 -
Integration Interface to Connect with NAV(PHP)
An Existing Purpose-Built Website, Synchronizing the Information If you’re lucky, you will find a website solution that is purpose built for the problem you’re solving. A retail system is a g...原创 2013-07-05 16:44:36 · 215 阅读 · 0 评论 -
Optimize Your Mobile Store for Quick and Easy Purchasing
The smartphone isn’t just a phone – it has evolved into the primary communication device for the average person. And not just the usual one-on-one calling communication that a phone entails, but inte...原创 2013-07-04 15:09:11 · 155 阅读 · 0 评论 -
Solution of managing magento and other plateform data
现在用Magento来建国内B2C网站的越来越多了,而淘宝是国内电子商务界的老大,这也就带来一种现象就是,使用Magento做独立B2C运营的公司,必然也会在淘宝上开个店。这就带来了一个很现实的问题,如何统一去管理淘宝店和独立官网的数据,比如订单,比如产品数据、库存等。这里分享我所知道的三种方案第一种,开发独立的第三方订单处理系统,通过淘宝api抓淘宝订单,通过Magento的api抓Mage...原创 2016-08-31 15:02:55 · 139 阅读 · 0 评论