[wordpress插件] CW Ajax CartCW Ajax购物车

wordpress 插件 文章 2020-04-04 16:50 541 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

CW Ajax Cart is a free eCommerce plugin that allows you to create your own shop.

CW Ajax购物车是一个免费的电子商务插件,可让您创建自己的商店。

There is no payment gateways in this plugin.

此插件中没有付款网关。

At first you need to select Cart page and Post type for your product on settings page.

首先,您需要在设置页面上选择商品的购物车页面和发布类型。

For minicart you can use widget or shortcode

对于微型购物车,您可以使用小部件或简码

安装步骤

    1. Upload cw-shopping-cart folder to the /wp-content/plugins/ directory.
    2. cw-shopping-cart 文件夹上传到 / wp-content / plugins / 目录。

    3. Activate the plugin through the ‘Plugins’ menu in WordPress.
    4. 通过WordPress中的“插件”菜单激活插件。

    5. Create Cart page and use shortcode [cart] on this page (screenshot-1)
    6. 创建购物车页面,并在此页面上使用短代码[购物车](屏幕截图1)

    7. Go to plugin settings page, select cart page and set post type of your product (screenshot-2)
    8. 转到插件设置页面,选择购物车页面并设置产品的发布类型(屏幕截图2)

    9. Create a new product, and fill Price metabox (screenshot-3)
    10. 创建新产品,并填充“价格”元框(屏幕截图3)

    11. You can switch on Coupons in the cart on settings page
    12. 您可以在设置页面上的购物车中打开优惠券

    13. Create coupons if you need, there are 2 types of the coupons – fixed price and percent (screenshot-4)
    14. 根据需要创建优惠券,优惠券有2种类型-固定价格和百分比(屏幕截图4)

    Shortcodes

    简码

    If you want to use shortcodes editing the files you need to use this WP function – do_shortcode(”);

    如果要使用简码编辑文件,则需要使用此WP函数– do_shortcode(”);

    Example – echo do_shortcode( ‘[minicart]’ );

    示例– echo do_shortcode(‘[minicart]’);

    [minicart] – minicart, you can put it in sidebar or header (also there is widget for minicart)

    [minicart] –微型购物车,您可以将其放在侧边栏或标题中(还有微型购物车的小部件)

    [buy-button] – buy button for single product

    [购买按钮] –单个产品的购买按钮

    [catalog-buy-button] – buy button for category (you can put it in excerpt field of the product, or you need to edit category file)

    [catalog-buy-button] –类别的购买按钮(您可以将其放在产品的摘录字段中,或者需要编辑类别文件)

    [cart] – cart page

    [购物车] –购物车页面

下载地址
https://downloads.wordpress.org/plugin/createweb-ajax-cart.zip
-EOF-

AI助手支持GPT4.0