WordPress Simple PayPal Shopping Cart - Version 3.3.0

Version Description

Download this release

Release Info

Developer mra13
Plugin Icon 128x128 WordPress Simple PayPal Shopping Cart
Version 3.3.0
Comparing to
See all releases

Code changes from version 3.2.7 to 3.3.0

Files changed (3) hide show
  1. images/Thumbs.db +0 -0
  2. readme.txt +3 -77
  3. wp_shopping_cart.php +0 -8
images/Thumbs.db ADDED
Binary file
readme.txt CHANGED
@@ -1,4 +1,3 @@
1
- <<<<<<< .mine
2
  === WordPress Simple Paypal Shopping Cart ===
3
  Contributors: Ruhul Amin, Tips and Tricks HQ
4
  Donate link: http://www.tipsandtricks-hq.com
@@ -8,7 +7,7 @@ Tested up to: 3.4.1
8
  Stable tag: 3.3.0
9
  License: GPLv2 or later
10
 
11
- Very easy to use Simple WordPress Paypal Shopping Cart Plugin. Great for selling products online in one click from your WordPress site. Use a simple shortcode on any post or page to add a shopping cart to your WordPress site.
12
 
13
  == Description ==
14
 
@@ -36,7 +35,9 @@ or
36
  * and more...
37
 
38
  = Note =
 
39
  There are a few exact duplicate copies of this plugin that other people made. We have a few users who are getting confused as to which one is the original simple shopping cart plugin. This is the original simple PayPal shopping cart and you can verify it with the following information:
 
40
  * Check the stats tab of the plugin and you will be able to see a history of when this plugin was first added to WordPress.
41
  * Check the number of downloads on the sidebar. The original plugin always gets more downloads than the copycats.
42
  * Check the number of ratings. The original plugin should have more votes.
@@ -94,78 +95,3 @@ Visit the plugin site at http://www.tipsandtricks-hq.com/?p=768 for screenshots.
94
  == Changelog ==
95
  Changelog can be found at the following URL
96
  http://www.tipsandtricks-hq.com/ecommerce/?p=319
97
- =======
98
- === WordPress Simple Paypal Shopping Cart ===
99
- Contributors: Ruhul Amin
100
- Donate link: http://www.tipsandtricks-hq.com
101
- Tags: WordPress shopping cart, Paypal shopping cart, online shop, shopping cart, wordperss ecommerce, sell digital products
102
- Requires at least: 2.6
103
- Tested up to: 3.3
104
- Stable tag:3.2.7
105
-
106
- Very easy to use Simple WordPress Paypal Shopping Cart Plugin. Great for selling products online in one click from your WordPress site.
107
-
108
- == Description ==
109
-
110
- WordPress Simple Paypal Shopping Cart allows you to add an 'Add to Cart' button on any posts or pages. 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.
111
-
112
- For video tutorial, screenshots, detailed documentation, support and updates, please visit:
113
- http://www.tipsandtricks-hq.com/?p=768
114
- or
115
- http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart
116
-
117
- == Usage ==
118
- 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.
119
- 2. To add the 'Add to Cart' button on the sidebar or from other template files use the following function:
120
- <?php echo print_wp_cart_button_for_product('PRODUCT-NAME', PRODUCT-PRICE); ?>
121
- Replace PRODUCT-NAME and PRODUCT-PRICE with the actual name and price.
122
- 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.
123
-
124
- Using Shipping
125
- 1. To use shipping cost use the following trigger text
126
- [wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:shipping:SHIPPING-COST:end]
127
-
128
- or use the following php function from your wordpress template files
129
- <?php echo print_wp_cart_button_for_product('product name',price,shipping cost); ?>
130
-
131
- Using Variation Control
132
- 1. To use variation control use the following trigger text
133
- [wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:var1[VARIATION-NAME|VARIATION1|VARIATION2|VARIATION3]:end]
134
-
135
- eg. [wp_cart:Demo Product 1:price:15:var1[Size|Small|Medium|Large]:end]
136
-
137
- 2. To use variation control with shipping use the following trigger text:
138
- [wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:shipping:SHIPPING-COST:var1[VARIATION-NAME|VARIATION1|VARIATION2|VARIATION3]:end]
139
-
140
- eg. [wp_cart:Demo Product 1:price:15:shipping:2:var1[Size|Small|Medium|Large]:end]
141
-
142
- 3. To use multiple variation option use the following trigger text:
143
- [wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:var1[VARIATION-NAME|VARIATION1|VARIATION2|VARIATION3]:var2[VARIATION-NAME|VARIATION1|VARIATION2]:end]
144
-
145
- eg. [wp_cart:Demo Product 1:price:15:shipping:2:var1[Size|Small|Medium|Large]:var2[Color|Red|Green]:end]
146
-
147
- == Installation ==
148
-
149
- 1. Unzip and Upload the folder 'wordpress-paypal-shopping-cart' to the '/wp-content/plugins/' directory
150
- 2. Activate the plugin through the 'Plugins' menu in WordPress
151
- 3. Go to Settings and configure the options eg. your email, Shopping Cart name, Return URL etc.
152
- 4. Use the trigger text to add a product to a post or page where u want it to appear.
153
-
154
- == Frequently Asked Questions ==
155
- 1. Can this plugin be used to accept paypal payment for a service or a product? Yes
156
- 2. Does this plugin have shopping cart? Yes.
157
- 3. Can the shopping cart be added to a checkout page? Yes.
158
- 4. Does this plugin has multiple currency support? Yes.
159
- 5. Is the 'Add to Cart' button customizable? Yes.
160
- 6. Does this plugin use a return URL to redirect customers to a specified page after Paypal has processed the payment? Yes.
161
-
162
-
163
- == Screenshots ==
164
- Visit the plugin site at http://www.tipsandtricks-hq.com/?p=768 for screenshots.
165
-
166
- == Changelog ==
167
- Changelog can be found at the following URL
168
- http://www.tipsandtricks-hq.com/ecommerce/?p=319
169
-
170
-
171
- >>>>>>> .r565913
 
1
  === WordPress Simple Paypal Shopping Cart ===
2
  Contributors: Ruhul Amin, Tips and Tricks HQ
3
  Donate link: http://www.tipsandtricks-hq.com
7
  Stable tag: 3.3.0
8
  License: GPLv2 or later
9
 
10
+ Very easy to use Simple WordPress Paypal Shopping Cart Plugin. Great for selling products online in one click from your WordPress site.
11
 
12
  == Description ==
13
 
35
  * and more...
36
 
37
  = Note =
38
+
39
  There are a few exact duplicate copies of this plugin that other people made. We have a few users who are getting confused as to which one is the original simple shopping cart plugin. This is the original simple PayPal shopping cart and you can verify it with the following information:
40
+
41
  * Check the stats tab of the plugin and you will be able to see a history of when this plugin was first added to WordPress.
42
  * Check the number of downloads on the sidebar. The original plugin always gets more downloads than the copycats.
43
  * Check the number of ratings. The original plugin should have more votes.
95
  == Changelog ==
96
  Changelog can be found at the following URL
97
  http://www.tipsandtricks-hq.com/ecommerce/?p=319
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wp_shopping_cart.php CHANGED
@@ -1,11 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: WP Simple Paypal Shopping cart
4
- <<<<<<< .mine
5
  Version: v3.3.0
6
- =======
7
- Version: v3.2.7
8
- >>>>>>> .r565913
9
  Plugin URI: http://www.tipsandtricks-hq.com/?p=768
10
  Author: Ruhul Amin
11
  Author URI: http://www.tipsandtricks-hq.com/
@@ -598,11 +594,7 @@ function cart_current_page_url() {
598
  }
599
 
600
  function show_wp_cart_options_page () {
601
- <<<<<<< .mine
602
  $wp_simple_paypal_shopping_cart_version = "3.3.0";
603
- =======
604
- $wp_simple_paypal_shopping_cart_version = "3.2.7";
605
- >>>>>>> .r565913
606
  if (isset($_POST['info_update']))
607
  {
608
  update_option('cart_payment_currency', (string)$_POST["cart_payment_currency"]);
1
  <?php
2
  /*
3
  Plugin Name: WP Simple Paypal Shopping cart
 
4
  Version: v3.3.0
 
 
 
5
  Plugin URI: http://www.tipsandtricks-hq.com/?p=768
6
  Author: Ruhul Amin
7
  Author URI: http://www.tipsandtricks-hq.com/
594
  }
595
 
596
  function show_wp_cart_options_page () {
 
597
  $wp_simple_paypal_shopping_cart_version = "3.3.0";
 
 
 
598
  if (isset($_POST['info_update']))
599
  {
600
  update_option('cart_payment_currency', (string)$_POST["cart_payment_currency"]);