WordPress Simple PayPal Shopping Cart - Version 1.7

Version Description

Download this release

Release Info

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

Code changes from version 1.6 to 1.7

Files changed (2) hide show
  1. readme.txt +1 -1
  2. wp_shopping_cart.php +2 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.tipsandtricks-hq.com/development-center
4
  Tags: Paypal shopping cart, online shop, shopping cart, online checkout system, sell digital products
5
  Requires at least: 2.5
6
  Tested up to: 2.7.1
7
- Stable tag: 1.6
8
 
9
  Very easy to use Simple Paypal Shopping Cart Plugin. Great for selling digital products online in one click.
10
 
4
  Tags: Paypal shopping cart, online shop, shopping cart, online checkout system, sell digital products
5
  Requires at least: 2.5
6
  Tested up to: 2.7.1
7
+ Stable tag: 1.8
8
 
9
  Very easy to use Simple Paypal Shopping Cart Plugin. Great for selling digital products online in one click.
10
 
wp_shopping_cart.php CHANGED
@@ -176,7 +176,7 @@ function print_wp_shopping_cart()
176
  $output .= '<div class="shopping_cart" style=" padding: 5px;">';
177
  if (!get_option('wp_shopping_cart_image_hide'))
178
  {
179
- $output .= "<input type='image' src='".WP_CART_URL."/images/shopping_cart_icon.png' value='Cart' title='Cart' />";
180
  }
181
  if(!empty($title))
182
  {
@@ -218,7 +218,7 @@ function print_wp_shopping_cart()
218
  <td><form method=\"post\" action=\"\">
219
  <input type='hidden' name='product' value='".$item['name']."' />
220
  <input type='hidden' name='delcart' value='1' />
221
- <input type='image' src='".WP_CART_URL."/images/Shoppingcart_delete.png' value='Remove' title='Remove' /></form></td></tr>
222
 
223
  ";
224
 
176
  $output .= '<div class="shopping_cart" style=" padding: 5px;">';
177
  if (!get_option('wp_shopping_cart_image_hide'))
178
  {
179
+ $output .= "<input type='image' src='".WP_CART_URL."/images/shopping_cart_icon.gif' value='Cart' title='Cart' />";
180
  }
181
  if(!empty($title))
182
  {
218
  <td><form method=\"post\" action=\"\">
219
  <input type='hidden' name='product' value='".$item['name']."' />
220
  <input type='hidden' name='delcart' value='1' />
221
+ <input type='image' src='".WP_CART_URL."/images/Shoppingcart_delete.gif' value='Remove' title='Remove' /></form></td></tr>
222
 
223
  ";
224