Tips and Tricks WP eCommerce

eCommerce Solution for WordPress Blog

  • Home
  • eCommerce Plugins
  • WP eStore Documentation
  • WP Shopping Cart Doc

WP eStore Members Only Purchase AddOn

General Description

The eStore members only purchase addon prevents non-members from purchasing your eStore products. It allows you to control which membership level users are eligible to purchase a particular product.

See example screenshot below:

screenshot showing the eStore members only purchase addon demo

Using the eStore Members Only Purchase Addon

1. Once you have installed the addon the settings menu will appear in the “Add/Edit Products” menu (WP eStore->Add/Edit Products->Members Only Purchase Specific Settings).

screenshot showing the eStore members only purchase addon settings

2. Select the membership level(s) which will be able to view the purchase button for this product (If you choose not to apply any restrictions on this product please leave all the boxes unchecked).

3. You can also set a message which will be the displayed to a user without appropriate membership level.

WP eStore Addon – Payline Data Payment Gateway

This addon allows you to do shopping cart checkout using Payline Data payment gateway.

AddOn Price

The eStore Payline Data addon is FREE for all customers who purchased WP eStore plugin from us.

Installation

You can install this addon the same way you install any WordPress plugin:

  • Go to the “Add New” plugins screen in your WordPress admin area
  • Click the “upload” tab
  • Browse for the addon file (eStore-paylinedata-gateway.zip)
  • Click “Install Now” and then activate the plugin

Using Payline Data Gateway Addon

Once you have this addon activated your Authorize.net checkout data will be submitted to Payline Data gateway.

Download the Addon

You can download this addon from the gateway addon download area of our support forum.

Shortcode Inserter Addon for eStore Plugin

All the shortcodes are listed on this page. You can copy and paste any shortcode into a standard text or shortcode block.

This addon is no longer needed. The main plugin has this functionality already.

The shortcode inserter addon allows you to easily insert eStore shortcodes into your WordPress post/page editor.

Using This Addon

Once you have actived this addon a tinyMCE button (eStore) will appear in your post/page editor. You can click it to directly insert any eStore shortcode. screenshot of the shortcode manager addon

Clicking on the “eStore” button will popup a window where you can choose the shortcode you want to insert.

Select the shortcode then enter any necessary ID value and hit the “Insert and Close” button.

shortcode-inserter-user-interface

Download the Addon (v1.1)

You can download this addon from the addon download area of our support forum.

Please note that some of these free eStore addons are developed by our users in the community. So they do not have any advanced customization option. The description above explains exactly what this addon does.

WP eStore Bulk Discount By Line Item AddOn

The eStore Bulk Discount By Line Item addon allows your customers to automatically get a discount based on the number of items they are purchasing.

Installing the eStore Bulk Discount By Line Item Addon

You can install this addon the same way you install any WordPress plugin:

  • Go to the “Add New” plugins screen in your WordPress admin area
  • Click the “upload” tab
  • Browse for the addon file (eStore-bulk-discount-by-line-item.zip)
  • Click “Install Now” and then activate the plugin

Using this Addon

When this addon is active, You can easily configure some conditions that will be used to automatically apply a discount on the items in the shopping cart.

To configure a new discount condition click on the “eStore bulk discount” sub-menu under the WP eStore plugin menu.

screenshot showing how to access the estore bulk discount addon menu

To add a new discount condition you need to enter the following information:

  • From (Quantity): The minimum number of items required to apply this coupon. For example – 7.
  • To (Quantity): The maximum number of items required in the shopping cart to apply this coupon. For example- 9.
  • Discount Rate (%): The rate of discount in percentage that will be applied on the item amount. For example – 20.

Click the “Save” button which will add the new discount condition.

screenshot showing how to configure a bulk discount condition

How Does the Discount Condition Work

This addon is an improved version of eStore Bulk Discount addon. It calculates the total quantities of an item and apply the discount accordingly (instead of calculating the total quantities of all the items in the shopping cart).

Suppose, you have three products (ID#s: 2, 3, 4) and your condition is configured like the following:

  • Quantity 1 – 4: discount 20%
  • Quantity 5 – 6: discount 25%
  • Quantity 7 – 9: discount 30%

If a user on your site orders product 2 ( quantity – 7), product 3 (quantity – 5), product 4 (quantity – 11) discount will be applied as:

  • Product 2 – discount 30%
  • Product 3 – discount 25%
  • Product 4 – no discount

AddOn Price

The eStore Bulk Discount By Line Item Addon is FREE for all customers who purchased WP eStore plugin from us.

Download the Addon

You can download this addon from the addon download area of our customer only support forum.

General Note

Please note that some of these free eStore addons are developed by our users in the community. So they do not have any advanced customization option. The description above explains exactly what this addon does.

Product Display Template for Selling Videos

If you are selling videos from your WordPress site and you want to present the video product using a nice template then use this addon plugin.

You can configure a preview of the video that you are selling so your customers can preview it before purchasing the item.

Note: The video preview will need to be a YouTube video.

screenshot showing the video product template

Clicking on the “Play” button will preview the video in a lightbox window (see example below).

video-product-display-lightbox-preview

Installing the Video Product Template Addon

You can install this addon the same way you install any WordPress plugin:

  • Go to the “Add New” plugins screen in your WordPress admin area
  • Click the “upload” tab
  • Browse for the addon file (eStore-video-products.zip)
  • Click “Install Now” and then activate the plugin

Using this Addon

When this addon is active, You can easily enter some video specific information in the “Add/Edit Product” interface.

  • Video Preview URL: URL of the video that will be used as a preview on the front end (YouTube/Vimeo)
  • Video Duration: Duration of the video (It will also be displayed on the front end)

screenshot showing how to configure information for video product template

Since the video template requires a thumbnail for the video you will need to specify one in the Thumbnail Image URL field.

screenshot showing the thumbnail image url field of video product

Click the “Save” button to update the product.

Video Product Template Display

Create a new post/page and specify the following shortcode to show your video template:

[wp_eStore_video_product_template id=”2″]

Here, The value of id is the unique product ID for your eStore video product.

screenshot showing the video product template

Get the Video Product Display Template Addon

The price of this addon is $39.95

Please contact us to purchase this addon.

WP eStore Manual Checkout Form Builder AddOn

General Description

The eStore Manual Checkout Form Builder Addon is a plugin which allows you to customize the manual/offline checkout form.

The user can add new form fields or control how the form will be displayed using this addon.

See example screenshot below:

screenshot of manual form using estore checkout form builder addon

 

Using the eStore Manual Checkout Form Builder Addon

1. Once you have installed the addon it will appear in the eStore plugin menu

screenshot of checkout form builder addon menu in the estore settings

2. The addon automatically configures all the default form elements during activation.

screenshot of estore checkout form builder addon settings

3. To add a new form element enter the following and click the “Save Form Element” button.

a) Field label: The text for the input field

b) Field Name: The name of the input field (it needs to be unique)

c) Required: Check this option if you want to make this field required

d) Display Order: The order in which this field will be rendered (example: 11).

screenshot of how a new form element can be created in the estore checkout form builder addon

Get the Manual Checkout Form Builder Addon

The price of this addon plugin is $29.95

Google Analytics E-Commerce Tracking Addon for eStore Plugin

google-analytics-ecommerce-tracking-addon-thumbnail

Note: This is not for GA4.

The Google Analytics E-Commerce Tracking addon allows you to do ecommerce tracking without needing any another analytics plugin.

You just have to activate this addon and configure some Google Analytics API details and you are all set.

This addon uses universal tracking so the user doesn’t even have to come back to the thank you page for it to work.

google-analytics-ecommerce-tracking

E-Commerce Tracking Usage Instructions

1) Once you have installed the addon Go to WP eStore->eCommerce Tracking.

screenshot showing the eStore google analytics tracking addon menu

2) Enter your Google Analytics Tracking ID.

screenshot showing the eStore google analytics tracking addon settings

3) Save the settings.

Download E-Commerce Tracking Addon

You can download this addon by clicking here.

Adwords Conversion Tracking AddOn for Your Store

If you run Google Adwords campaigns and you want to know which of your keywords best leads to clicks and conversions, such as sales, conversion tracking can help you. The conversion tracking tool in AdWords can show you what happens after customers click your ad (for example, whether they purchased your product or not).

The eStore conversion tracking addon plugin adds conversion tracking functionality to your store.

Installing the Conversion Tracking Addon

You can install this addon the same way you install any WordPress plugin:

  • Go to the “Add New” plugins screen in your WordPress admin area
  • Click the “upload” tab
  • Browse for the addon file (estore-adwords-conversion-tracking.zip)
  • Click “Install Now” and then activate the plugin

Using This Addon

After you active this addon, You need to configure some settings related to this addon.

Click on the “Adwords Conversion” sub-menu under the eStore plugin’s admin menu.

You need the following two pieces of information from your Google Adwords account:

  1. Conversion Label
  2. Conversion ID

Follow this tutorial to get your conversion tracking code.

Your conversion tracking code should look like the following (the two pieces of information you need from this code is highlighted):

getting-adwords-conversion-id-and-label-values

Once you have the “Conversion Label and “Conversion ID” values, enter them in the settings of this addon:

adwords-conversion-tracking-settings

Save the settings and your store will start to do the conversion tracking.

Download the Addon (v1.0)

You can download this addon from the addon download area of our support forum.

Please note that some of these free eStore addons are developed by our users in the community. So they do not have any advanced customization option. The description above explains exactly what this addon does.

WP eStore Addon – Self Re-Download Digital Products

This eStore addon allows your customers to re-download the digital products they purchased via a page on your site.

This can be used if you want your customers to be able to download the latest version of a digital product by visiting a page on your site and filling out a form.

self-re-download-digital-products-form-screenshot

Installing the Self Re-Download Products Addon

You can install this addon the same way you install any WordPress plugin:

  • Go to the Add New plugins screen in your WordPress admin area
  • Click the upload tab
  • Browse for the addon file (estore-redownload-purchased-items.zip)
  • Click Install Now and then activate the plugin

Using this Addon

When this addon is active, You can configure some settings related to this addon. To configure this addon, click on the “Re-Download Form” sub-menu under the WP eStore plugin admin menu.

self-re-download-digital-products-addon-menu

Step 1) Create a new WordPress page where you want to offer this product re-download option.

Step 2) Add the following shortcode to this newly created page:

[eStore_product_download_form]

Step 3) Select this page from the settings interface of this addon.

You can optionally enable captcha on this digital product re-download form.

Now, your customers can go this page and enter some details (to verify their purchase) and re-download the digital items they purchased from you in the past.

AddOn Price

The Self Re-Download Digital Items Addon is FREE

Download the Addon (v1.1)

You can download this addon from the addon download area of our customer only support forum.

Please note that some of these free eStore addons are developed by our users in the community. So they do not have any advanced customization option. The description above explains exactly what this addon does.

WP eStore Addon – ComproPago Payment Gateway

This addon allows you to do shopping cart checkout using ComproPago payment gateway.

AddOn Price

The eStore ComproPago addon is FREE for all customers who purchased WP eStore plugin from us.

Download the Addon

You can download this addon from the gateway addon download area of our support forum.

Installation

You can install this addon the same way you install any WordPress plugin:

  • Go to the “Add New” plugins screen in your WordPress admin area
  • Click the “upload” tab
  • Browse for the addon file (eStore-compropago-gateway.zip)
  • Click “Install Now” and then activate the plugin

Using ComproPago Payment Gateway Addon

Once you install addon you will need to configure some ComproPago specific settings. You can find the settings page under the eStore ComproPago menu of WP eStore plugin. The following screenshot shows how you can access the settings page of this addon:

screenshot showing how to access the ComproPago addon in the estore settings

In order to complete the settings simply follow the steps outlined below:

Step 1: Enable “ComproPago” from the settings section of the addon.

Step 2: Enter your ComproPago merchant account Public Key. You can retrieve it by logging into your ComproPago account and clicking “Configuration”.

screenshot showing the settings menu for ComproPago addon

Step 3: Copy the webhook URL for your site and specify it in your ComproPago Merchant account. ComproPago will send notification to this URL when a transaction is processed.

screenshot showing how to configure a webhook in your ComproPago merchant account

Step 4: Enter your preferred checkout text for ComproPago gateway (example: ComproPago). This text will be used in the eStore shopping cart gateway selection drop down menu if you are using multiple payment gateway options.

Now hit the Update button and your site will be ready to accept payments using ComproPago gateway.

« Previous Page
Next Page »

Your Shopping Cart

Shopping Cart Empty
Shopping Cart is Empty
Visit The Shop

Search

Featured Documents

Stylish Product Display Options for WP eStore WP eStore Quick Setup and Usage Video Tutorial WP eStore Shortcodes and Functions Reference WordPress eStore Plugin Features WordPress eStore Plugin Demo What Our Customers Have to Say About Our Products WordPress eStore WishList (Feature Suggestions) WordPress eStore Frequently Asked Questions (FAQ) How to Show Add to Cart buttons

Featured Plugins

WP Express Checkout Plugin
wordpress_estore_icon
wordpress membership plugin icon
wordpress_affiliate_plugin_icon

Copyright © 2025 | eCommerce Plugins