Shopping Cart
购物车
A shopping cart is simply a system that allows a customer to order several
products at the same time. For some people a shopping cart won't make sense unless
they're selling 50 screensavers off of their website. For others, two products
will be a good enough reason to move along to shopping cart functionality.
购物车是个供客户同时订购多个产品的系统。某些人会觉得除非自己的网站上出售50种屏幕保护软件,购物车才会有意义;而对另一些人来说,2个产品足够让他们转向使用购物车功能。
To use the shopping cart, all you need to do is change your order form URL
to look like:
要使用购物车,您只需把您的订购单URL改为如下:
http://www.regnow.com/softsell/nph-softsell.cgi?items=XXXX-1
Note the only difference is the change from "item" to "items". Give it a try!
As with most shopping carts, this is cookie based, so the customer can freely
continue "shopping" at your site and conveniently add more products to their
cart in the same manner. By default, our system sets your homepage as the URL
for the "continue shopping" link. To use a different URL, click on Account
Settings in the toolbar of your control panel and select the Order Setup tab.
Near the top of the page you will see "Shopping URL" with a box to the right of
it. Enter the full URL that you want used for your continue shopping links in
to that box and click on the save button.
注意唯一区别是"item"变为"items"。不妨一试!正如大多数购物车一样,这种购物车也是基于cookie,这样,客户便可以在您的网站上自由地购物,并以同样的方式便利地往自己的购物车添加产品。我们系统把您的主页默认为“continue shopping”链接的地址,如果您想使用不同链接,请从控制面板的工具栏上点击Account Settings,选择Order Setup标签。您将在页首看到“Shopping URL和它右侧的输入框,输入您想用作继续购物链接的完整URL,然后点击save按钮。
That's all you need to get the shopping cart up and running on your website!
这就是在您的网站上启用和运行购物车所需要做的事情!
Tip: An easy way to "bundle up" several products is:
提示:“捆绑组合”几个产品的简单方法是:
http://www.regnow.com/softsell/nph-softsell.cgi?items=XXXX-2,XXXX-13
In the above example, XXXX-2 and XXXX-13 represents product IDs. Note that the comma separates which products
to include with the order.
在以上例子中,XXXX-2和XXXX-13代表产品ID,注意订单所包含的产品以逗号隔开。
If you wanted to use an "Add To Cart" option, use this parameter at the end of the order URL:
如果您想使用"Add To Cart"选项,请在购买URL末端使用这个参数:
&action=add_to_cart
Note: You may not want to "bundle up" products that have purchase options on
their order form, such as CDs or different pricing options, as the customer
will need to click on the product, where it is listed in their shopping basket,
to access these options. Due to this, the customer may miss the opportunity to
take advantage of the additional options available to them. This is only a
concern if you use the shopping cart URL format in which more than one product
ID is listed in the URL.
注: 对于那些订购单上有购买选项的产品,如光盘或定价不同的选项等,您不会想要将这类产品放在捆绑组合中, 因为客户需要点击列在他们购物篮中的产品才能使用这些选项。因为这样的话,客户可能因此而错失利用产品所提供的额外选项的机会。只有当您要使用这种有多个产品的购物车URL链接格式时,您才需要考虑这一点。
To view the shopping cart, use this link:
要查看购物车,请使用以下链接:
http://www.regnow.com/softsell/cart.cgi?vendor=XXXX
|