Ecwid Ecommerce Shopping Cart - Version 1.1.1

Version Description

  • [!] Issue with the way how inline SEO catalog is embedded into the page was fixed.
Download this release

Release Info

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

Code changes from version 1.1 to 1.1.1

Files changed (2) hide show
  1. ecwid-shopping-cart.php +10 -2
  2. readme.txt +5 -3
ecwid-shopping-cart.php CHANGED
@@ -163,14 +163,22 @@ function ecwid_productbrowser_shortcode() {
163
  }
164
  include_once(ABSPATH . 'wp-content/plugins/ecwid-shopping-cart/lib/ecwid_catalog.php');
165
 
166
- $noscript_str = '<noscript>'. show_ecwid_catalog($store_id) . '</noscript>';
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
172
- <div> <script type="text/javascript"> xProductBrowser("categoriesPerRow=$ecwid_pb_categoriesperrow","views=grid($ecwid_pb_productspercolumn_grid,$ecwid_pb_productsperrow_grid) list($ecwid_pb_productsperpage_list) table($ecwid_pb_productsperpage_table)","categoryView=$ecwid_pb_defaultview","searchView=$ecwid_pb_searchview","style="$ecwid_default_category_str);</script></div>
173
  {$noscript_str}
 
 
 
 
 
 
 
 
 
174
  $ecwid_open_product
175
  EOT;
176
  return $s;
163
  }
164
  include_once(ABSPATH . 'wp-content/plugins/ecwid-shopping-cart/lib/ecwid_catalog.php');
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
 
172
  {$noscript_str}
173
+ <script type="text/javascript">
174
+ xProductBrowser(
175
+ "categoriesPerRow=$ecwid_pb_categoriesperrow",
176
+ "views=grid($ecwid_pb_productspercolumn_grid,$ecwid_pb_productsperrow_grid) list($ecwid_pb_productsperpage_list) table($ecwid_pb_productsperpage_table)",
177
+ "categoryView=$ecwid_pb_defaultview",
178
+ "searchView=$ecwid_pb_searchview",
179
+ "id=ecwid-inline-catalog",
180
+ "style="$ecwid_default_category_str);
181
+ </script>
182
  $ecwid_open_product
183
  EOT;
184
  return $s;
readme.txt CHANGED
@@ -3,18 +3,18 @@ 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
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.
10
 
11
  == Description ==
12
- Ecwid is a free full-featured shopping cart and an e-commerce solution that can easily be added to any blog or Facebook profile. It offers the performance and flexibility you need, with none of the hassles you don't.
13
  "Ecwid" stands for "ecommerce widgets".
14
 
15
  There are eight key advantages to Ecwid:
16
 
17
- - It's free.
18
  - It has AJAX everywhere and supports drag-and-drop.
19
  - It can be easily integrated to any existing site or Facebook profile in minutes.
20
  - It can be mirrored on many sites at the same time. Add your store to many sites, manage it from one place.
@@ -53,6 +53,8 @@ Links
53
  - Knowledge Base: [http://kb.ecwid.com](http://kb.ecwid.com)
54
 
55
  == Changelog ==
 
 
56
  = 1.1 =
57
  - [+] Improved the compatibility with AJAX-based themes for WP and some web search engines out there.
58
  = 1.0 =
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.
10
 
11
  == Description ==
12
+ Ecwid is a full-featured shopping cart and an e-commerce solution that can easily be added to any blog or Facebook profile. It offers the performance and flexibility you need, with none of the hassles you don't.
13
  "Ecwid" stands for "ecommerce widgets".
14
 
15
  There are eight key advantages to Ecwid:
16
 
17
+ - Free plan is always available.
18
  - It has AJAX everywhere and supports drag-and-drop.
19
  - It can be easily integrated to any existing site or Facebook profile in minutes.
20
  - It can be mirrored on many sites at the same time. Add your store to many sites, manage it from one place.
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 =
59
  - [+] Improved the compatibility with AJAX-based themes for WP and some web search engines out there.
60
  = 1.0 =