Easy Cart Wordpress Plugin - Rating, Reviews, Demo & Download

Easy Cart Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

A simple shopping cart using shortcodes.

Be sure your permalinks in WordPress settings supports slug urls e.g. your-domain.tld/slug. Once you have proper permalink setting, Create a page with slug /cart. Then edit the cart page and add [easy_cart /] and [empty_cart /] shortcodes.

Create add to cart buttons using [add_to_cart /] shortcodes on other posts or pages of your WordPress site.

Use the following attributes to define your add_to_cart products:

  1. itemid
  2. product_name
  3. product_desc
  4. product_qty
  5. price

Here is a example usage of add_to_cart shortcode using all the attributes:

[add_to_cart itemid=”your-item-id” product_name=”Your product name” product_desc=”description of your product.” product_qty=1 price=1.00 /]

You can have as many add_to_cart shortcodes as you like, in posts and pages.

Shopping cart allows you to store items and calculate total but doesn’t allow you to checkout. At least not yet as of version 1.2.

Screenshots

  1. After activating the plugin create a page with name (also known as slug) cart and add [easy_cart /] and [empty_cart /] shortcodes.

    After activating the plugin create a page with name (also known as slug) cart and add [easy_cart /] and [empty_cart /] shortcodes.

  2. On other pages you can create add to cart buttons using [add_to_cart /] shortcodes using the following attributes - itemid, product_name, product_desc, product_qty.

    On other pages you can create add to cart buttons using [add_to_cart /] shortcodes using the following attributes – itemid, product_name, product_desc, product_qty.

  3. Add to cart button takes on the button styling from your Wordpress theme.

    Add to cart button takes on the button styling from your Wordpress theme.

  4. Cart page displays and totals the items selected using add to cart button.

    Cart page displays and totals the items selected using add to cart button.

  5. This is the JSON error in the editor you can simply ignore.

    This is the JSON error in the editor you can simply ignore.

  6. Use shortcode blocks and column block to create cart page slug.

    Use shortcode blocks and column block to create cart page slug.

  7. Minimum permalink setting uses post name for the cart to function properly

    Minimum permalink setting uses post name for the cart to function properly

  8. Add to cart buttons using shortcode blocks. Notice there are no quote marks used for product_qty and price.

    Add to cart buttons using shortcode blocks. Notice there are no quote marks used for product_qty and price.


Reviews & Comments