Simple ParsPal Shopping Cart

Simple ParsPal Shopping Cart Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 6,617 downloads
Simple ParsPal Shopping Cart Icon

Try plugin: Simple ParsPal Shopping Cart

We'll create fresh WordPress site with Simple ParsPal Shopping Cart installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Simple ParsPal Shopping Cart

Very easy to use Simple WordPress ParsPal Shopping Cart Plugin. Great for selling products online in one click from your WordPress site.

1


0


0


0


0

updated: 11 years ago
since: 11 years ago

Description

Simple ParsPal Shopping Cart allows you to add an ‘Add to Cart’ button on any posts or pages and your customers can pay product price with parspal service. It also allows you to add/display the shopping cart on any post or page or sidebar easily. The shopping cart shows the user what they currently have in the cart and allows them to remove the items. It can be easily integrated with the NextGen Photo Gallery plugin too.

Usage

  1. To add the ‘Add to Cart’ button simply add the trigger text [wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:end] to a post or page next to the product. Replace PRODUCT-NAME and PRODUCT-PRICE with the actual name and price.
  2. To add the ‘Add to Cart’ button on the sidebar or from other template files use the following function:

    Replace PRODUCT-NAME and PRODUCT-PRICE with the actual name and price.

  3. To add the shopping cart to a post or page (eg. checkout page) simply add the shortcode [show_wp_shopping_cart] to a post or page or use the sidebar widget to add the shopping cart to the sidebar. The shopping cart will only be visible in a post or page when a customer adds a product.

Using Shipping
1. To use shipping cost use the following trigger text
[wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:shipping:SHIPPING-COST:end]

or use the following php function from your wordpress template files

Using Variation Control
1. To use variation control use the following trigger text
eg. [wp_cart:Demo Product 1:price:15:var1[Size|Small|Medium|Large]:end]

  1. To use variation control with shipping use the following trigger text:
    eg. [wp_cart:Demo Product 1:price:15:shipping:2:var1[Size|Small|Medium|Large]:end]

  2. To use multiple variation option use the following trigger text:
    eg. [wp_cart:Demo Product 1:price:15:shipping:2:var1[Size|Small|Medium|Large]:var2[Color|Red|Green]:end]