Ecwid Ecommerce Shopping Cart - Version 1.1.2

Version Description

  • [!] Issue with the way how widgets are embedded into the page for the free users was fixed.
Download this release

Release Info

Developer Ecwid
Plugin Icon 128x128 Ecwid Ecommerce Shopping Cart
Version 1.1.2
Comparing to
See all releases

Code changes from version 1.1.1 to 1.1.2

Files changed (2) hide show
  1. ecwid-shopping-cart.php +1 -1
  2. readme.txt +30 -4
ecwid-shopping-cart.php CHANGED
@@ -165,7 +165,7 @@ function ecwid_productbrowser_shortcode() {
165
 
166
  $noscript_str = '<div id="ecwid-inline-catalog">'. show_ecwid_catalog($store_id) . '</div>';
167
  } else {
168
- $noscript_str = "<noscript>Your browser does not support JavaScript.<a href=\"{$ecwid_mobile_catalog_link}\">HTML version of this store</a></noscript>";
169
  }
170
 
171
  $s = <<<EOT
165
 
166
  $noscript_str = '<div id="ecwid-inline-catalog">'. show_ecwid_catalog($store_id) . '</div>';
167
  } else {
168
+ $noscript_str = "<div id=\"ecwid-inline-catalog\">Your browser does not support JavaScript.<a href=\"{$ecwid_mobile_catalog_link}\">HTML version of this store</a></div>";
169
  }
170
 
171
  $s = <<<EOT
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Ecwid Team
3
  Tags: shopping cart, ecommerce, e-commerce, paypal, google checkout, 2checkout, store, shop, product catalog, inventory
4
  Requires at least: 2.8
5
  Tested up to: 3.4
6
- Stable tag: 1.1.1
7
 
8
  Ecwid is a free full-featured shopping cart that can easily be added to any blog
9
  and takes less than 5 minutes to set up.
@@ -32,9 +32,33 @@ Links
32
 
33
  == Installation ==
34
 
35
- 1. Upload `ecwid-shopping-cart` directory to the `/wp-content/plugins/` directory
36
- 2. Activate the plugin through the 'Plugins' menu in WordPress
37
- 3. Setup the plugin on the 'Settings -> Ecwid shopping cart' page.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  == Screenshots ==
40
 
@@ -53,6 +77,8 @@ Links
53
  - Knowledge Base: [http://kb.ecwid.com](http://kb.ecwid.com)
54
 
55
  == Changelog ==
 
 
56
  = 1.1.1 =
57
  - [!] Issue with the way how inline SEO catalog is embedded into the page was fixed.
58
  = 1.1 =
3
  Tags: shopping cart, ecommerce, e-commerce, paypal, google checkout, 2checkout, store, shop, product catalog, inventory
4
  Requires at least: 2.8
5
  Tested up to: 3.4
6
+ Stable tag: 1.1.2
7
 
8
  Ecwid is a free full-featured shopping cart that can easily be added to any blog
9
  and takes less than 5 minutes to set up.
32
 
33
  == Installation ==
34
 
35
+ **Automatic installation (the easiest way).**
36
+
37
+ 1. Go to your WP admin panel Plugins Add New
38
+ 2. Under Search, type in 'Ecwid', click Search
39
+ 3. In the search results find the 'Ecwid shopping cart' plugin and click 'Install now' to install it
40
+ 4. Click Proceed to continue with the installation. The resulting installation screen will list the installation as successful or note any problems during the install
41
+
42
+ **IMPORTANT**: when the plugin is installed, you will need to activate it on the Plugins page (click 'Activate' link) and configure it on the 'Settings → Ecwid shopping cart' page (at least, you will need to set your store ID there).
43
+
44
+
45
+ **Alternative ways:**
46
+
47
+ **Uploading the plugin zip archive in your admin panel**
48
+
49
+ 1. Download the Ecwid plugin from this page (click 'Download' button)
50
+ 2. Go to WP admin panel → Plugins → Add new
51
+ 3. Click 'Upload' link and choose the saved zip file in the appeared dialog window.
52
+ 4. Click 'Install'
53
+
54
+ **Uploading plugin folder to the WP directory on your server**
55
+
56
+ 1. Download the Ecwid plugin from this page (click 'Download' button)
57
+ 2. Unpack the downloaded zip archive
58
+ 3. Upload ecwid-shopping-cart directory from the archive to the /wp-content/plugins/ directory on your server
59
+
60
+ Please refer to this article for the details and troubleshooting on plugin installation in Wordpress:
61
+ http://codex.wordpress.org/Managing_Plugins#Installing_Plugins
62
 
63
  == Screenshots ==
64
 
77
  - Knowledge Base: [http://kb.ecwid.com](http://kb.ecwid.com)
78
 
79
  == Changelog ==
80
+ = 1.1.2 =
81
+ - [!] Issue with the way how widgets are embedded into the page for the free users was fixed.
82
  = 1.1.1 =
83
  - [!] Issue with the way how inline SEO catalog is embedded into the page was fixed.
84
  = 1.1 =