WP eStore allows you to create products whereby your customers can specify how much they want to pay for the product. How to do it Create a product as you normally do in eStore Specify the minimum amount your customers can pay in the "Price" field of the product. Payment Gateways do not allow $0 product checkout so you need to specify a minimum price value of the product. Check the "Allow Customers to Specify a Price" checkbox from the "Additional Product Details" section and that should do it. [caption id="attachment_996" align="alignnone" width="444" caption="Allow customers to specify a price"][/caption] Now, when you place an "Add to Cart" button for this product it will have a price field next to the button so the customer can specify how much they want to pay for it. Special Note: The minimum price that you can set for a product can be as low as 0.01 but please keep in mind that the payment gateway (for example PayPal) may not like it as they are not getting any commission from these transactions. If you want to offer a product for free then use the squeeze page form option to do so.
[wp_eStore_category_products_fancy id=3 style=1] Enter the following text in a post or page to display a list of all products in a stylish way similar to the one shown above. See the Product Categorization post to learn how you can display a list of products from a specific category.
WordPress eStore allows you to create "Buy Now" type button functionality so your customers don’t have to add items to the cart. The "Buy Now" type buttons take the customers directly to PayPal for payment when clicked. Adding a "Buy Now" type button is similar to adding an 'Add to Cart' button. The main difference is in the shortcode/trigger text that is used to place the button on a post or page. To insert a "Buy Now" type button add the following shortcode in a post or page: Replace 'PRODUCT-ID' with the actual product id of the product you are selling. Try clicking on the following Buy button to see how it works: Name: Demo Product Four Description: Demonstrates the 'Buy Now' type button Price: $1.00 [wp_eStore_buy_now:product_id:4:end] Each 'Buy Now' type button can have a unique return URL. When the return URL is used the customer is sent to the specified URL after Payment. Customizing the "Buy" Button Image You can customize the buy button image with your unique custom designed image by specifying the image URL in the "Button Image URL" field of the product. For example I have used the well known "Belcher Button" image for the following buy button. It looks a lot like what you may have ...
This is a step by step guide to setup an 'Add to Cart' button for a Product using the WordPress eStore plugin to accomodate selling of products from your WordPress site. Setup a Basic 'Add to Cart' Button for a Product Think about the name, price and a little description for the product you want to sell. Configure the product using the 'Add/Edit Products' interface of the WordPress eStore Plugin. Take note of the 'Product ID' after you add the product (all the product ids can be found on the 'Manage Products' page). Design the way you want to display the product on a Post or Page where you want to sell the product from. I want to keep it very simple for this example. So I am going to use the following as my product information: Name: Demo Product One Description: Demonstrates the Add to Cart button Price: $1.00 Now, all I need is the 'Add to Cart' button next to the product information so a customer can purchase it. To insert the 'Add to Cart' button that goes with this product just add the following text below the line 'Price: $1.00'. [[[wp_eStore_add_to_cart id=PRODUCT-ID]]] Replace 'PRODUCT-ID' with the actual product id of the product you are selling in my ...
Here are some recent comments.
eCommerce Solution for WordPress Blog