Ecwid Ecommerce Shopping Cart - Version 4.2.1.2

Version Description

  • Fixes an error appearing on some sites with the previous version of the plugin.
Download this release

Release Info

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

Code changes from version 4.2.1.1 to 4.2.1.2

ecwid-shopping-cart.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.ecwid.com?source=wporg
5
  Description: Ecwid is a free full-featured shopping cart. It can be easily integrated with any Wordpress blog and takes less than 5 minutes to set up.
6
  Text Domain: ecwid-shopping-cart
7
  Author: Ecwid Team
8
- Version: 4.2.1.1
9
  Author URI: http://www.ecwid.com?source=wporg
10
  */
11
 
@@ -966,10 +966,10 @@ function ecwid_content_started($content)
966
 
967
  function ecwid_wrap_shortcode_content($content, $name, $attrs)
968
  {
969
- return "<!-- Ecwid shopping cart plugin v 4.2.1.1 --><!-- noptimize -->"
970
  . ecwid_get_scriptjs_code(@$attrs['lang'])
971
  . "<div class=\"ecwid-shopping-cart-$name\">$content</div>"
972
- . "<!-- /noptimize --><!-- END Ecwid Shopping Cart v 4.2.1.1 -->";
973
  }
974
 
975
  function ecwid_get_scriptjs_code($force_lang = null) {
5
  Description: Ecwid is a free full-featured shopping cart. It can be easily integrated with any Wordpress blog and takes less than 5 minutes to set up.
6
  Text Domain: ecwid-shopping-cart
7
  Author: Ecwid Team
8
+ Version: 4.2.1.2
9
  Author URI: http://www.ecwid.com?source=wporg
10
  */
11
 
966
 
967
  function ecwid_wrap_shortcode_content($content, $name, $attrs)
968
  {
969
+ return "<!-- Ecwid shopping cart plugin v 4.2.1.2 --><!-- noptimize -->"
970
  . ecwid_get_scriptjs_code(@$attrs['lang'])
971
  . "<div class=\"ecwid-shopping-cart-$name\">$content</div>"
972
+ . "<!-- /noptimize --><!-- END Ecwid Shopping Cart v 4.2.1.2 -->";
973
  }
974
 
975
  function ecwid_get_scriptjs_code($force_lang = null) {
includes/themes/class-ecwid-theme-responsive.php CHANGED
@@ -70,6 +70,12 @@ class Ecwid_Theme_Responsive extends Ecwid_Theme_Base
70
  {
71
  update_post_meta($page_id, '_wp_page_template', 'full-width-page.php');
72
  }
 
 
 
 
 
 
73
  }
74
 
75
  global $ecwid_current_theme;
70
  {
71
  update_post_meta($page_id, '_wp_page_template', 'full-width-page.php');
72
  }
73
+
74
+ protected function need_advanced_layout()
75
+ {
76
+ return get_option('ecwid_advanced_theme_layout') == 'Y';
77
+ }
78
+
79
  }
80
 
81
  global $ecwid_current_theme;
readme.txt CHANGED
@@ -1,446 +1,450 @@
1
- === Ecwid Ecommerce Shopping Cart ===
2
- Contributors: ecwid
3
- Tags: ecwid, shopping cart, ecommerce, paypal, e-commerce, online store, store, shop, cart, digital goods, downloadable products, product catalog, facebook
4
- Requires at least: 3.5
5
- Tested up to: 4.5
6
- Stable tag: 4.2.1.1
7
-
8
- Powerful, easy to use shopping cart. Bank level PCI DSS Level 1 security. Sell on the go iPhone & Android app. Superb support. Free plan available.
9
-
10
- == Description ==
11
- Ecwid Ecommerce Shopping Cart is a powerful, secure and easy-to-use online store solution that gives you a full-functioned online store on your WordPress website. Join over *900,000* sellers in *175* countries and sell globally with over *40* international payment options, real-time shipping integrations and support of *45* languages.
12
-
13
- = PCI DSS validated Level 1 Service Provider =
14
-
15
- Ecwid Ecommerce Shopping Cart is PCI DSS Level 1 certified, which is the gold standard for e-commerce solutions worldwide. This means that when selling online with the Ecwid ecommerce plugin, you won’t have any problems with the bank you do business with. With 40+ payment options and secure HTTPS checkout, your Ecwid shopping cart is PCI DSS compliant from the beginning.
16
-
17
- = Free Ecommerce Support =
18
-
19
- Friendly and knowledgeable ecommerce support experts available 24/5 so you can get immediate help when you need it. Free email support and ecommerce community forums. Unlimited chat and phone support available in premium plans.
20
-
21
-
22
- = Merchant Mobile Apps =
23
-
24
- Ecwid Ecommerce Shopping Cart provides free mobile applications for iOS and Android to manage your ecommerce store and sell on the go. Scan products, track inventory, manage sales and accept payments using your mobile device as a POS station. Your ecommerce data is automatically synchronized with your Wordpress shopping cart, Facebook store and other online storefronts.
25
-
26
- = Unlimited Storage, Automatic Backups and Seamless Upgrades =
27
-
28
- With the Ecwid Ecommerce Shopping Cart, your online store data is fully hosted on our secure servers. Regardless of the WordPress hosting service you use, your Ecwid online store includes:
29
-
30
- * unlimited storage
31
- * regular backups
32
- * seamless upgrades and security updates
33
-
34
- So you don't need to worry about ecommerce software updates, security patches and server maintenance – we do that for you. Your online store gets all the new ecommerce features and bug fixes automatically.
35
-
36
- = Facebook Ecommerce =
37
-
38
- Add your online store to Facebook and sell to millions of Facebook users. No addons needed. Ecwid Ecommerce Shopping Cart will automatically synchronize your products, customers, orders and inventory between your WordPress and Facebook storefronts. Ecwid is the **#1 e-commerce app on Facebook**. Join!
39
-
40
- = Sell Everywhere =
41
-
42
- With the Ecwid Ecommerce Shopping Cart, you can include your online shop on multiple websites, blogs, social sites and ecommerce marketplaces like *Google Shopping* and *eBay* and sell simultaneously everywhere. Add your online store to as many sites as you want, manage it from one place.
43
-
44
- = Mobile Responsive Design =
45
-
46
- Ecwid Ecommerce Shopping Cart works great on any Wordpress site, especially those running on mobile-optimized themes. Your online store looks perfect on smartphones and automatically adapts to your customer’s screen size: laptops, tablets, smart TVs or smart watches. Check out this [demo](http://www.ecwid.com/demo?source=wporg-plugin-site)
47
-
48
-
49
- = Your Favorite Free Plugin =
50
-
51
- Ecwid Ecommerce Shopping Cart offers a free plan that’s always available with no hidden setup charges or transaction fees. Get your online store up and running at zero cost. As your online shop grows, Ecwid grows with you. When the time is right, consider upgrading to one of our premium plans to get more robust ecommerce features and preferred support. See also: [Ecwid plan and pricing](http://www.ecwid.com/pricing?source=wporg-plugin-site)
52
-
53
-
54
- = See Ecwid In Action =
55
-
56
- * [Demo Store](http://www.ecwid.com/demo?source=wporg-plugin-site "Ecwid demo")
57
- * [Ecwid Control panel](https://my.ecwid.com/?source=wporg-plugin-site "Ecwid Control Panel") (you will be able to create a free Ecwid account)
58
-
59
- = Ecwid Site =
60
-
61
- * [www.ecwid.com](http://www.ecwid.com/?source=wporg-plugin-site "Ecwid site")
62
-
63
- == Installation ==
64
-
65
- = Automatic installation (the easiest way) =
66
-
67
- 1. In your Wordpress admin backend, navigate to *Plugins → Add New*
68
- 1. Under Search, type in `Ecwid` and click *Search*
69
- 1. In the search results find the *Ecwid Shopping Cart* plugin and click *Install now* to install it
70
- 1. When plugin is installed click *Activate Plugin* link
71
- 1. Navigate to *Ecwid Store General* page in your Wordpress admin backend and follow the instruction provided there
72
-
73
-
74
- = Alternative ways =
75
-
76
- **Uploading the plugin zip archive in Wordpress admin backend**
77
-
78
- 1. Download Ecwid plugin from this page (click *Download* button)
79
- 1. In your Wordpress admin backend, navigate to *Plugins → Add new*
80
- 1. Click *Upload* link and choose the saved zip file in the appeared dialog window.
81
- 1. Click *Install*
82
-
83
- **Uploading plugin folder to Wordpress directory on your server**
84
-
85
- 1. Download Ecwid plugin from this page (click *Download* button)
86
- 1. Unpack the downloaded zip archive
87
- 1. Upload ecwid-shopping-cart directory from the archive to the `/wp-content/plugins/` directory on your server
88
-
89
- Please refer to this article for the details and troubleshooting on plugin installation in Wordpress:
90
- http://codex.wordpress.org/Managing_Plugins#Installing_Plugins
91
-
92
- == Screenshots ==
93
-
94
- 1.
95
- 2.
96
- 3.
97
- 4.
98
- 5.
99
-
100
- == Frequently Asked Questions ==
101
-
102
- * [FAQ](http://help.ecwid.com/customer/portal/articles/1085017-wordpress-downloadable- "Install Ecwid on Wordpress")
103
- * [Help Center](http://help.ecwid.com/?source=wporg-plugin-site "Ecwid Help")
104
- * [Ecwid site](http://www.ecwid.com/?source=wporg-plugin-site "Ecwid Site")
105
-
106
- == Changelog ==
107
- = 4.2.1.1 =
108
- - Fixes for a few warning messages appearing on some sites with the new version of the plugin.
109
-
110
- = 4.2.1 =
111
- - **New Help page in the plugin settings.** We have a lot helpful articles and ecommerce tips in the Ecwid Help center at help.ecwid.com. In this update, we made it closer to you – the Help page with FAQ and a simple search field is now available right in the plugin settings. Have a question about your online store? Refer to the new Ecwid->Help page in your Wordpress admin backend.
112
- - **Better compatibility with Accesspress Store and Sliding Door themes.** We adjusted Ecwid storefront look a bit to better match these Wordpress themes layout and fonts.
113
- - **Fixed a bug in the product page titles.** You might notice that the product page titles repeated the product name twice. We fixed it.
114
-
115
-
116
- = 4.2 =
117
- - **New Search Widget.** We released a new search widget that’s vastly improved over the previous one. You can enable it on the "Ecwid -> Advanced" settings page in you Wordpress backend. The new search widget is fully adaptive, automatically fits in its parent section, and looks great with any site’s theme. It also fits your sidebar even if it's very narrow, so feel free to add product search to your site sidebar in the "Appearance -> Widgets" section of your site admin.
118
- - **Fixed a bug in the categories menu on mobile devices.** You might notice that the product categories menu disappeared on your site when it's opened on a mobile device with narrow screen. It's now fixed – the categories menu looks great on any screen size.
119
- - Bug fixes and improvements for the Recently Viewed Products widget.
120
-
121
- = 4.1.3 =
122
- - Improvements for the plugin Dashboard page layout and a few minor fixes.
123
-
124
- = 4.1.2 =
125
- - **Ecwid mobile apps badges of the dashboard page.** We made a facelift for the plugin dashboard page footer and included mobile apps badges there to make it easier for new users to find and install Ecwid mobile applications for iPhone, iPad and Android. Why bother to install it? It allows you to manage your store and sell on the go.
126
- - **Fixes for the embedded store Control Panel.** There were issues in the store control panel when the Wordpress site was hosted on a server with incorrect system date set. We made the plugin tolerant of this kind of hosting issues – the embedded store Control Panel should now be displayed fine on every server.
127
- - **A fix for the Advanced settings page in the plugin backend.** In some rare cases, the advanced settings page in the plugin didn't show the Chameleon option, which enables auto adjustment of the store layout. We fixed that and the Chameleon option is now available for every user. A good moment to try it, if you haven't yet.
128
- - A few miscellaneous fixes and improvemens in the plugin core.
129
-
130
- = 4.1.1 =
131
- - **Layout improvements for the Accesspress-mag theme.** Accesspress-mag theme users might notice slight glitches in the store buttons. We fixed those.
132
- - **Added the page default category dropdown for free users.** When you add a store on your site page, you can set the store category to be displayed on that page. This "default category" tool was previously just a text input where you were supposed to put the category ID, if you're on free Ecwid plan. Now it's a dropdown menu so you can easily select a store category for each page. It's very useful if you want to display different categories on different pages of your site.
133
- - Minor bug fixes and improvements
134
-
135
- = 4.1 =
136
- - **Product images are included in the sitemap generated by the Yoast SEO plugin.** Ecwid is integrated with popular SEO plugins: Yoast SEO and Google XML Sitemaps, which allows merchants to generate a sitemap containing the links to their products and categories. Now, the sitemaps generated by Yoast SEO will also automatically include links to the product images. This will make Google better index your products pictures and list them in the search results.
137
- - **Ecwid plugin now supports oEmbed discovery.** As of version 4.4, WordPress supports oEmbed. In short, that's a tool which makes a link to a post or a page of your site looks nice when pasted on another site supporting this. Ecwid now supports it too, so if you paste a link to your store page on any other oEmbed-empowered site (e.g. another Wordpress site), it will automatically displays a nice widget with the page title and a list of your store categories.
138
- - Fixes and improvements for the storefront widgets and for the plugins admin pages.
139
-
140
-
141
- = 4.0.7 =
142
- - **Fixed a problem with connecting to the Ecwid API on the servers with misconfigured or outdated CURL.** Some servers couldn't connect to Ecwid from to display the Ecwid Control Panel inside Wordpress backend. That caused a "Connection problem" error message, which some of Ecwid users saw in their Wordpress admin section. We added a fix that should resolve this problem and make the Ecwid Control Panel inside Wordpress work OK for those users.
143
- - Improvements for the new drop-down categories store menu added in the version 4 of the plugin. If you haven't tried it yet, go check it out in the Appearance -> Menus settings of your site.
144
- - Fixes and improvements for the plugin settings pages.
145
-
146
- = 4.0.6 =
147
- - **Fixed a bug affecting the links in store sidebar widgets.** The bug appeared in the version 4.0.5. It’s now fixed and all categories/cart/search links should work OK
148
-
149
- = 4.0.5 =
150
- - **Updated SEO Titles and Meta Descriptions.** Google recently launched a new crawling schema to better index rich AJAX sites and applications like Ecwid, which is a great news for all Ecwid users. We're keeping an eye on this and help Google improve indexing of all Ecwid stores. In this update, we made the product/categories page titles and descriptions change on the fly (with no page reload) so that Google will index them better. No action is required from your side – we will continue improving how your store appears for Google to make sure your products and categories will get to the search results.
151
- - **Fixed a bug affecting the "Re-connect Ecwid account" link.** The "Disconnect the Ecwid store and connect to another one" link at the bottom of the plugin dashboard now works fine.
152
- - **Fixed a bug affecting the sites with enabled JetPack's "Spelling and grammar" module.** The Ecwid plugin v4 conflicted with that spelling module from JetPack, which affected the process of a publishing new posts and pages. Now it's fixed. Posts/pages publishing should work OK for all users.
153
-
154
- = 4.0.4 =
155
- - Fixed an issue affecting site preview in Wordpress Customizer in some themes. Now the preview in the customizer tool should work fine.
156
-
157
- = 4.0.3 =
158
- - Fixes for a few warning messages appearing on some sites with the new version of the plugin (v4).
159
-
160
- = 4.0.2 =
161
- - **Built-in Full-featured Store Control Panel.** You can now manage your store, add new products, track sales and more right in your Wordpress site admin backend. No redirects, no external dashboards, no extra login/password – you now have a single place and single login to manage your site and your store. To make it even better, we added the Products and Sales shortcuts to your Wordpress admin menu – feel free to use them to easily access your inventory and sales list.
162
- - **New Drop-down Categories Menu.** Noticed how WordPress automatically updates your site menu adding your site pages to it? Ecwid now does it too: open "Appearance -> Menus" in your Wordpress control panel and add the "Store with Categories Menu" item to your site menu. A drop-down menu containing your store categories will automatically appear on your site. It will keep the categories list up to date even if you often change your store categories. Rest assured your customers can easily quickly get to the category of products they are interested in right from the site menu.
163
- - **More Store Menu Items for your site.** In addition to the drop-down categories list, the new "Store" menus section under Appearance -> Menus provides "Search", "Cart" and "My Account" items. Add those quick links to your site for your customers to browse your store easier.
164
- - **Bug Fixes and Improvements.** As usual, we fine-tuned the plugin and fixed a few bugs.
165
-
166
- We wish you happy holidays and all the best in the New Year! Sincerely yours, Ecwid team.
167
-
168
- = 3.4.7 =
169
- - Fixed a few layout issues in three popular Wordpress themes: Responsive, Attitude, ResponsiveBoat.
170
- - Added a fix for the bug in WordPress editor, which corrupts the schema.org-formatted HTML codes. This should prevent the editor from corrupting Ecwid single products widget codes and other HTML snippets containing schema.org / microdata formatting.
171
-
172
- = 3.4.6 =
173
- - **Layout improvements for Mantra theme.** Mantra theme users might notice slight glitches in the recently viewed products and horizontal menu widgets. We fixed those.
174
- - **Minor fixes for plugins settings page layout in Wordpress 4.4.** Feel free to update your Wordpress to the newest version 4.4 as soon as it's released, the Ecwid plugin will work fine with it.
175
-
176
- = 3.4.5 =
177
- - Updates and bug fixes for the new horizontal categories widget.
178
- - Fixed a layout issue in the "Categories" block on the store page management in the Wordpress admin backend.
179
- - Improved store connect functionality for the servers, which may have troubles connecting with the Ecwid API.
180
- - A few minor bug fixes and improvements to make the plugin more stable.
181
-
182
- = 3.4.4 =
183
- - **Added compatibility with the "Add Meta Tags" plugin.** The "Add Meta Tags" plugin is a popular tool to set SEO meta tags on site pages. Previously it rewrote the titles and description that Ecwid generated for search engines on your site. It's now fixed so if you use the plugin, everything should work fine and Google will index your products pages properly.
184
- - **Fixed a problem in the recently viewed products widget caused by Autoptimize plugin.** Previously, if Autoptimize plugin is used on the site, the recently viewed products widget reset the displayed products when page reloads. We fixed that.
185
- - **A few internal improvements** to make the plugin more stable and ready for the upcoming cool features. Stay tuned! More updates are coming.
186
-
187
- = 3.4.3 =
188
- - Updated Italian and Turkish translations.
189
-
190
- = 3.4.2 =
191
- - Fixed option to enable the new categories widget released in the v.3.4 .
192
-
193
- = 3.4.1 =
194
- - Minor fix for the "Twenty Sixteen” Wordpress theme
195
-
196
- = 3.4 =
197
- - **New look for the categories menu widget.** The old Ecwid categories menu widget (horizontal categories) was created long time ago and has been working in thousands of Ecwid stores. However, it doesn't adapt itself for the customer screen size as well as the other Ecwid widgets do. This has been always be a problem for responsive sites which look good on mobile devices. The new widget is fully responsive and looks great on mobile devices. To enable the new look of the categories widget on your site, navigate to Ecwid plugin settings -> "Advanced" tab and tick the "Enable the new category menu" checkbox. Once enabled, it will your store menu widget to the new look. If you don't have this option on the Advanced page, that means you installed the plugin after this change and the new categories are already enabled in your store. Enjoy!
198
- - **Bigger product images for search engines.** The plugin used to generate small product thumbnails on special store pages for search engines. Now it displays the original large product pictures there to assure better indexing of your product images in Google. Please make sure you're on one of Ecwid paid plans to make your products along with the pictures indexable by search engines.
199
- - **A few improvements and fixes to make plugin perfectly compatible with Wordpress 4.3 and the new Twenty Sixteen Wordpress theme.** Please feel free to update your sites to the newest Wordpress version, if you haven't yet, and try the brand new Wordpress theme (Twenty Sixteen) – your store should work OK with them.
200
- - **Fixed SEO issues on the sites with Genesis theme.** The Genesis theme places a special 'canonical' tag on each site page to improve the SEO of the pages. This in some cases conflicted with Ecwid plugin. We overcame this from our side and now the plugin is compatible with SEO features of Genesis theme – your store should be better indexed by search engines with this improvement.
201
- - **Fixed a bug with duplicate store pages that appeared if the user re-installed the plugin.** If you for some reason need to remove the plugin and install it again, everything will work smoothly now with no extra store pages drafts.
202
- - **Improve the search widget layout.** On a lot of Wordpress themes, the product search widget was displayed with 100% width, which makes the search input all-page-width. We fixed that and now it looks better.
203
- - Minor improvements and bug fixes.
204
-
205
- = 3.3.1 =
206
- - **Small improvement for "Twenty Twelve" WordPress theme.** The default drop down menu stayed open after clicking Ecwid links sometimes. We adjusted our plugin to work around this issue.
207
- - **Fixes of PHP notices.** In some cases the plugin caused some PHP notices or warnings to appear on screen if the site was run in debug mode. Although it did not cause any malfunction in plugin operation, these messages could be quite annoying. We fixed it.
208
-
209
- = 3.3 =
210
- - **Improved Single Sign On functionality.** Single Sign On module has been available in Ecwid Wordpress plugin for a while – it makes it possible for your customers to sign into your Wordpress site and fully use the Ecwid store installed on the site without having to sign in to Ecwid. Now we added a few improvements that should make the feature more useful. In particular, the Ecwid's "Sign in" link was usually hidden when Single Sign On is used, supposing a customer should use the Wordpress login functionality. Now, we made the link visible and redirecting to the Wordpress login form to avoid confusing the user who otherwise has to look for the area to login.
211
- - **Storefront layout improvements for the "Evolve" WordPress theme.** We adjusted Ecwid plugin to better integrate with a popular and beautiful free Wordpress theme – Evolve. In particular, we fixed the borders appearing around every storefront element in this theme. Ecwid stores now look a way better on WordPress sites with Evolve theme to provide better customer experience on any device and to generate more sales in your store.
212
- - **Compatibility with Autoptimize plugin.** One of Ecwid users recently reported an issue – the plugin doesn't work well on the sites with Autoptimize plugin installed. We fixed this in our plugin – it is now working well with Autoptimize. Feel free to use it on your site.
213
- - **Improvements for Recently Viewed Products.** We included a few improvements and bug fixes for the recently viewed products widget in this release.
214
- - **Fixed a bug in the "Add store" button in Wordpress editor.** The authors of Easy Image Collage plugin recently discovered a problem in the way Ecwid "Add store" button interacts with the other custom button in the Wordpress WYSIWYG editor. It's fixed now. Thanks to Easy Image Collage team.
215
- - A few improvements in the Chameleon skin tool.
216
-
217
- = 3.2.2 =
218
- - Fixed a few minor bugs in the Chameleon skin feature
219
-
220
- = 3.2.1 =
221
- - Fixed an issue in the new "Chameleon skin” tool that could affect font styles on the site.
222
-
223
- = 3.2 =
224
- - **New "Chameleon skin" tool (beta).** You can use it to adjust your store styles to fit your Wordpress theme. Whatever Wordpress theme you use, Ecwid will detect predominant colors and font and use them in your product catalog. The feature is by default disabled on the existing accounts to make sure the update will not affect your storefront. To enable it on your site, open the "Advanced" page in the Ecwid plugin settings and tick the "Chameleon skin" checkbox. The feature is in beta so if you find any troubles with it, please let us know.
225
- - **Pre-populate Ecwid registration form fields with user Wordpress profile data.** When a new user installs the plugin and registers an account at Ecwid, the registration form will contain the name and email prefilled to make it easy for the merchant to create a new store and install it on their site.
226
- - **Improvements of the plugin settings pages to make them look good on mobile devices.** If you manage your Wordpress site from a phone or tablet, feel free to check the store settings there – Ecwid plugin settings pages now work better on mobile.
227
- - Fixed an intermittent issue with the default category option in the store appearance settings.
228
-
229
- = 3.1 =
230
- - **New recommendations block in Wordpress Dashboard.** Every Ecwid user has access to a lot of built-in features and third party applications that can be used to extend the store functionality and attract more sales. To make those features more visible and inform you of the new and existing tools you can use in your store, we added a new "Recommendations for your store" widget to the dashboard page in your Wordpress backend. We will update the content of this widget from time to time to provide more actual advice and inform of the new applications and features, so stay tuned.
231
- - **Storefront layout improvements for the "Customizr" WordPress theme.** Ecwid plugin is by design compatible with any theme and looks good on any device and screen size your customers use. In this update, we adjusted our plugin to better integrate with one of the most popular free Wordpress themes – Customizr. Ecwid stores now look a way better on WordPress sites with Customizr themes to provide better customer experience on any device and to generate more sales in your store.
232
- - **Added German translations to the plugin settings pages in Wordpress admin backend.** Thanks to Stefan Wagner for the great job on the plugin translation.
233
- - **Improved Italian translations for the plugin settings pages.** Big thanks to Luciano Delfico who has contributed a lot of Italian translations to Ecwid.
234
- - **Improvements for Recently Viewed Products.** We rolled out a few improvements and bug fixes for the recently viewed products widget. It now displays a link to the store page when there are no products in the list; the thumbnails pictures shown in the sidebar are now of the better quality; the currently opened product is now not displayed in the list if there are other recently viewed products.
235
- - **Slight improvements in Single Sign On functionality.** If you use Single Sign On, the plugin will now send user first name and last name along with user email to your Ecwid store when a new user is registered on your site. This allows you to make tighter integration of your site and your Ecwid store your customer name will appear at checkout automatically if they enter their name on your site.
236
- - **Fixed an invalid meta description bug**, which appeared in some rare cases when product description contained special characters.
237
- - **Fixed a bug in XML sitemap generation.** Some users faced a problem with XML sitemaps generated by Ecwid for Yoast SEO plugin (malformed product pages URLs). It's fixed. You can use Yoast SEO plugin to make your products listed in your XML site map.
238
- - A few improvements in the plugin settings pages layout.
239
-
240
- = 3.0.2 =
241
- - Fixed a few issues in the recently viewed products widget
242
-
243
- = 3.0.1 =
244
- - Added Russian translation of the new plugin settings and registration pages
245
- - Temporary fix for low quality images in the recently viewed products sidebar widget
246
- - Fixed a few layout issues on the new registration page in the plugin backend
247
-
248
-
249
- = 3.0 =
250
- - **New sidebar widget: Recently Viewed Products.** A new Ecwid's sidebar widget is now available – your site can now show the products that the customer has recently visited. The links and images in the sidebar are updated automatically, so the customer can return to the product they previously opened and probably decide to buy it. This will increase visibility of your products for the customers and generate more sales. Enable the new widget under Appearance->Widgets menu in your admin backend.
251
- - **New design of the plugin Dashboard.** The dashboard ("Ecwid") page in the plugin backend is now nicer and more useful.
252
- - **Completely redesigned Registration page.** This is for the new users of the plugin. When installing the plugin, a user will now see a beautiful welcome page that will introduce them to Ecwid and guide through the setup process.
253
- - **New easier store connection.** Previously, to connect an Ecwid store with a Wordpress site and display store products, a new user had to copy and paste their store ID from Ecwid Control Panel. Now, even this easy step became easier – the user only needs to click a few buttons to authorize themselves and the plugin will automatically detect and connect their store. For those with technical background: we use oAuth2 for this, which is now a part of the newest Ecwid API.
254
-
255
-
256
- = 2.8 =
257
- - **Integration with the XML sitemap functionality of Yoast and All in One SEO Pack plugins.** Ecwid has been integrated with Google XML Sitemaps plugin allowing you to generate a sitemap containing the links to your products and categories. Now, the sitemaps generated by Yoast SEO and All in One SEO plugins will also include store pages, if you're on a paid Ecwid plan.
258
- - **Improved design of Ecwid sidebar controls in the Appearance/Widgets page in Wordpress backend.** Store sidebar widgets controls are now more noticeable and responsive.
259
- - **Improved compatibility with the Cloudflare's Rocketloader.** Rocket loader tool sometimes blocked Ecwid scripts from loading. We added another improvements to prevent such issues.
260
- - **Fixes and improvements of the meta title tag generation on product and categories pages.**
261
- - **A few minor fixes and adjustments.**
262
-
263
- = 2.7.4.1 =
264
- - Additional fixes for the "title" tags on product pages following the 2.7.4 version's updates.
265
-
266
- = 2.7.4 =
267
- - Improvements of 'title' and 'canonical' meta tags generation. The update prevents incorrect meta tags appearing in some WordPress themes in WordPress 4.1
268
-
269
- = 2.7.3 =
270
- - Several bug fixes and minor improvements for the new "Add Store" button in WordPress Editor
271
-
272
- = 2.7.2 =
273
- - **A new sidebar widget: Ecwid Store Page Link.** The widget adds your store page link to the site's sidebar. You may want to use it with blog-focused WordPress themes that don't have a navigation menu, e.g. the upcoming "Twenty Fifteen" theme. Also, you can consider adding the widget to your sidebar to make your store page more visible to your visitors.
274
- - **Wordpress 4.1 and Twenty Fifteen theme compatibility.** The new WordPress version is coming soon and bringing a brand new 'Twenty Fifteen' theme. Ecwid plugin is now totally ready for the upcoming changes and will work OK in the new environment. Feel free to upgrade your site to Wordpress 4.1 as soon as it's released.
275
- - A few minor improvements and bugfixes for the new "Add Store" button released in the version 2.7
276
-
277
- = 2.7.1 =
278
- - Fixed a few issues with the store appearance settings that were discovered in the recently released update (v2.7)
279
-
280
- = 2.7 =
281
- - **A brand new 'Add store' tool in WordPress editor toolbar.** Ecwid is now integrated with WordPress WYSIWYG editor: click the 'Add Store' button in the page editor toolbar, chose widgets to show, adjust the appearance and place your store on any page of your site. Now you can decide what store widgets to show and configure store appearance right in the page editor.
282
- - **New "[ecwid]" shortcode.** The new shortcode allows you to control every aspect of your store appearance by means of tweaking the shortcode parameters right in the store page code. Display/hide the search widget, choose the minicart layout you like, display different store categories on different site pages and so on. This shortcode serves the "Add Store" button mentioned above and almost every tweak is available in the new "Add Store" window so you don't have to edit any code in most cases. Still, an advanced Wordpress user may consider using shortcodes for more flexible and quick integration.
283
- - **Improved behavior of single product widgets.** If you put a single product widget on your site using the [ecwid_product] shortcode, you might notice that it opens a popup with the customer cart when a customer purchases the product. Now single product widgets are smarter: when the customer decides to buy a product and opens a cart page, the main store page on your site will be opened providing the customer with the built-in cart&checkout functionality. The checkout layout will fit better your site design and provide better buying experience when it's embedded into a page rather than in a popup-like window.
284
- - **Fix for the Envision theme.** The Envision theme didn't display Ecwid widgets properly because of a custom page content generation it uses. We issued a workaround from our side to let all Envision users install and use Ecwid plugin on their sites. If you use Envision theme and want to set up an online store on your site, go ahead and install Ecwid plugin, it will work OK for you.
285
- - **Fixes of PHP notices.** Some of Ecwid users discovered a few PHP notices (warnings) on their site referring to the Ecwid plugin. Although those didn't break anything, they could be quite annoying. We cleaned up the plugin code to get rid of those warning messages, now the plugin should work without any odd message.
286
-
287
- = 2.6 =
288
- - **Ecwid's new SEO URLs compatibility.** The new Ecwid clean URLs have been released a few days ago for all Ecwid users. Our WordPress plugin is already fully compatible with the new URLs. Your store pages will be better indexed by search engines and the search results will look more attractive as the links themselves will mention the product/category they lead to. Of course, Ecwid will handle all redirects, backward compatibility with the old URL scheme and avoid any duplicate issues. Enjoy the new SE-friendly URLs with no trouble.
289
- - **Improved formatting of product snippets markup.** In this update we tidied up in the product HTML representations generated for search engines and fixes a few issues in the products data markup. In particular, the price and availability tags have been re-formatted according to the Google recommendations to ensure better search engine results.
290
- - **A few improvements and fixes for Twenty Fourteen and Responsive themes layout.** Ecwid looks nice on the vast majority of WordPress themes. Additionally, we strive to make it look even better on the most popular themes. This update brings a few more minor layout fixes for the sites with "Responsive" and "Twenty Fourteen" themes installed.
291
-
292
- = 2.5 =
293
- - **Extended compatibility with the "Responsive" WordPress theme.** Ecwid plugin is by design compatible with any theme and automatically adapts itself to any layout and screen size. This makes your store looks good on any device your customers use. One of the most popular free themes for Wordpress -- Responsive -- is also famous for its responsive design. In this update, we adjusted our plugin to better integrate with Responsive theme and Ecwid stores now look a way better on WordPress sites with Responsive themes to provide better user experience on any device and to generate more sales. If you're thinking which WP theme to choose for your site, you should definitely try the "Responsive" theme with Ecwid.
294
- - **Added compatibility with WordPress 4.0.** WordPress 4.0 is just around the corner and we already prepared our plugin for it. We enhanced the plugin installation process to be compatible with the new plugins management coming with WordPress 4.0 and tested every plugin's function to make sure your stores are ready for the upcoming WordPress update.
295
- - **Automatic store page recovery functionality.** Some Ecwid users previously faced issues when they deleted or replaced the plugin's generated store page on their Wordpress sites. We added a smart mechanism to Ecwid plugin to automatically detect such situations and prevent any possible troubles connected with them. Now, it you decide to move your store from one page to another within your Wordpress site or temporary hide your store page, the plugin will detect that, find an alternative store page on your site (if any) and keep the links and all the store functionality working OK regardless of whether you currently have a new store page or not. So, whatever update you're making on your site pages, you can rest assured your Ecwid store works fine, be it the product browser, single product snippet or a sidebar widget.
296
- - **Fixed broken link in single product widgets.** We fixed a minor issue with broken links in single product widgets, that was reported to us recently. You can add a single product to any page of your site as usually by means of [ecwid_product] shortcode -- everything will work fine. All existing single product widget will continue working as well -- no actions is required from your side.
297
- - **Fixed a few layout issues on the plugin's setting pages.** During the recent updates, we were improving the plugin setting pages interfaces. This update brought a few more fixes to the plugin settings pages to make them more user-friendly.
298
- - **Several fixes for old WordPress versions.** WordPress is often updated with new features and bug fixes. Still, there are some merchants who use the old versions. While encouraging everyone to update their sites regularly, we want our plugin work great for all users. So, in this update, we added a few fixes addressing issues in the old Wordpress versions (2.8 - 3.1)
299
-
300
- = 2.4.3.2 =
301
- - **Onboarding for the new plugin users.** Ecwid plugin now displays new helpful messages when you set up your store and configure the setting. The messages guide the new users through the setup process and provide helpful tips and recommendations.
302
- - **Improvements in the plugin settings pages and messages.** We updated the texts and styles of the messages displayed on the settings pages. They became clearer and more user-friendly.
303
- - **Minor optimizations for search engines** including tidying up of the product pages 'meta' descriptions tags and fixing potential issues in compatibility with Yoast SEO plugin. This is to ensure better indexation and appearing of your products in the search results.
304
- - **Several minor fixes and enhancements**
305
- - **Added in 2.4.3.1:** fixed incompatibility of the plugin v2.4.3 with the servers running PHP 5.2.x
306
- - **Added in 2.4.3.2:** additional fix for the outdated PHP versions (5.2.x)
307
-
308
- = 2.4.2 =
309
- - Minor issue is fixed on the plugin's "General settings" page
310
-
311
- = 2.4.1 =
312
- - Added compatibility with the new versions of "Google XML Sitemaps" plugin (v4.0 and higher)
313
-
314
- = 2.4 =
315
- - **Ability to add a single product to a page or post on your site using new [ecwid\_product] shortcode.** In addition to embedding a whole product catalog on your Wordpress site, you can also feature a single product on a separate page or blog post of your site and allow your customers to purchase the product right from that page. To embed a product on a page or post, add [ecwid\_product id="12345"] shortcode to the page/post in your Wordpress backend. Do not forget to replace 12345 in this example with the actual product ID.
316
-
317
- - **Better SEO for store pages.** Ecwid plug-in now automatically adds product attributes to SEO-optimized versions of product pages on your site to let the search engines index attributes like UPC, brand and others along with the other product properties. Also, some improvements were applied to the format of product HTML snippets to meet the Google recommendations on how to better organize product information (title, descriptions, price etc) on the product details pages. These improvements will help search engines to better index your products and optimize their appearance in search results.
318
-
319
- - **Slight improvements of store layout for mobile devices.** All Ecwid stores are mobile-friendly by design, i.e. they adapt themselves to the given layout and look good on mobile devices, so if your site is mobile-optimized, your Ecwid store will be as well. Earlier, if you use horizontal categories widget on your Wordpress site, you might notice that it didn't fit the given width on narrow screens, e.g. when opened on a mobile device. Now, the plugin automatically hides horizontal categories widget on narrow screens to ensure better look on mobile-optimized sites.
320
-
321
- - **Several improvements and bug fixes for plugin settings pages, store appearance and SEO.**
322
-
323
- = 2.3.2 =
324
- - **Fixed an issue in sitemap functionality**. Ecwid uses third party plugin to generate an XML sitemap (Google XML Sitemaps) for store products and categories. The current integration had a bug which caused an error message in Wordpress admin backend for users on Free Ecwid plan. Now it's fixed and everything should work OK.
325
-
326
- = 2.3.1 =
327
- - Automatic generation of the rel="canonical" links for SEO. Canonical links are aimed to specify the preferred (canonical) URL of the web page for search engines to prevent possible duplicate content issues. Ecwid plugin now generates such links automatically for product and categories pages in your store to provide search crawlers with well-structured content and help them better index your store.
328
- - Improved compatibility with CloudFlare Rocket Loader. The merchants who use CloudFlare Rocket Loader extensions on their sites might previously experience issues with loading of their Ecwid stores. We've further improved the plugin code to prevent such issues in the future. Now Ecwid plugin should perfectly work with CloudFlare extensions.
329
- - Several minor fixes and enhancements
330
-
331
- = 2.3 =
332
- - Added compatibility with Google XML Sitemaps plugin. Now you can submit your store items links along with the other site pages to search engines. To use this feature, please install the "Google XML Sitemaps" plugin (http://wordpress.org/plugins/google-sitemap-generator/), generate a sitemap (it will include your products and categories links) and submit it to the search engines to help them better crawl and categorize your site.
333
-
334
- - Improved compatibility with SEO Ultimate plugin. Ecwid plugin always displays your store pages in a proper SEO-friendly format to make the store indexable by search engines. Moreover, we constantly adjust the plugin to make it work fine with popular third party SEO modules. So Ecwid is perfectly compatible with "Wordpress SEO by Yoast", "All in one SEO Pack", "Platinum SEO Pack" and now with "SEO Ultimate" plugin.
335
-
336
- - Minor design improvements of the plugin settings pages to make them mobile-friendly for better compatibility with the backend layout of new Wordpress versions. Now you can manage Ecwid plugin settings in your Wordpress administrator panel using your mobile device.
337
-
338
- - New "Ecwid badges" widget is available. If you like Ecwid and want to help it grow and become the most popular e-commerce solution, you can now add a fancy 'Powered by Ecwid' badge on your site to show your visitors that you're a proud user of Ecwid. Please find the new widget under 'Appearance Widgets' section in your Wordpress backend.
339
-
340
- = 2.2.1 =
341
- - Fixed layout error on General Settings page in Firefox
342
-
343
- = 2.2 =
344
- - Improved compatibility with the new Wordpress version 3.8 which brings great features like brand new responsive theme, revamped admin backend and other improvements. Ecwid plugin is now ready for that, so your store will work perfectly with the new Wordpress version
345
- - The plugin settings pages are now available in seven languages: English, Italian, Russian, French, German, Spanish, Brazilian Portuguese. Ecwid itself is available in 45 languages, so customers from all over the world can purchase from your store
346
- - Design improvements of the plugin settings pages including Retina-ready icons
347
-
348
- = 2.1 =
349
- - Our plugin backend is now available in Italian, Russian and English. Thanks to Luciano Del Fico for the great help with the Italian translation.
350
-
351
- - Improvements and bug fixes, including
352
- - Better SEO for store pages: search engines will now index product options list and category descriptions
353
- - Compatibility with WP Minify (Wordpress sites optimization plugin)
354
- - Improved compatibility with Yoast WP SEO plugin: Ecwid SEO page titles are shown properly with enabled Yoast's "Force Rewrite Titles" option
355
- - Minor text and design tweaks of the plugin settings pages
356
-
357
-
358
- = 2.0 =
359
- - **New revamped plugin settings**: the new settings layout makes the plugin easy and intuitive for starters, yet powerful and advanced for experienced merchants.
360
-
361
- - **Multilingual plugin backend**: the plugin settings now support multilanguage. Currently available in English and Russian. More translations are coming!
362
-
363
- - **SEO improvements**
364
- - Auto generated meta description tags for the product and category pages. Now, Google should properly index product/category descriptions and display them in the search results.
365
- - <title> tags for categories. The SEO category pages in your store now include both title and description tags so they will appear in Google search results properly.
366
-
367
- - **Smooth HTTP/HTTPS switch**: Ecwid always transfers all sensitive data using secure HTTPS connection and a special 'HTTPS' option in the Ecwid plugin settings is not necessary anymore. Now, the plugin detects connection type and adjust Ecwid integration codes automatically. No manual adjustments are needed regardless of whether you run your site under HTTP or HTTPS.
368
-
369
- - **Improved compatibility with CloudFlare Rocket Loader**: previously, using CloudFlare Rocket Loader along with Ecwid might cause intermittent loading issues for some stores. We've improved the plugin code to prevent such issues.
370
-
371
- = 1.8.1 =
372
- - [!] Fixed meta title tag display issue on the main store page appeared with the version 1.8 : in some cases, the store page title tag was stripped. Now it should work OK.
373
-
374
- = 1.8 =
375
- - [+] Improved compatibility with popular SEO plugins (Yoast WordPress SEO, All in one SEO Pack and Platinum SEO pack) : now Ecwid prevents them from generating wrong title and canonical tags on the product pages.
376
- - [+] Ability to display separate categories on separate pages with custom shortcodes. Now, the plugin allows setting different default categories for different store pages. So if you have multiple store pages and want to display specific categories on them, you can set up a default category for each of them in the [ecwid\_productbrowser] shortcode like this: [ecwid\_productbrowser default\_category\_id="12345"] . On the other hand, if you have one store page, you can set the default category on the plugin settings page as usual.
377
- - [+] A few more SEO improvements:
378
- - Product browser's default category ID setting is now taken into consideration by SEO part of the plugin. If you have multiple store pages displaying specific categories of your shop, search engines will index those pages starting from the proper category (not from the store's root)
379
- - <meta fragment="!"> tag is now displayed on every page where [ecwid\_productbrowser] tag is added so search engines will better index each store page
380
- - [+] We also released a lot of new Ecwid features. You can read about them there: http://www.ecwid.com/blog/new-releases/
381
-
382
- = 1.7 =
383
- - [+] various additions to the indexable representation of Ecwid pages (product category in the title and on the page, product options, product SKU). Thanks to Uliya B.
384
- = 1.5 =
385
- - [!] fixed a problem where in some rare occasions the SEO catalog would show a PHP error.
386
- = 1.4 =
387
- - [!] enhanced the backward compatibility with the older inline SEO links
388
- - [+] increased the priority of the product-specific titles in order to work side-by-side with various SEO-related plugins.
389
- = 1.3 =
390
- - [+] Backward compatibility with old Inline SEO Catalog links.
391
- = 1.2 =
392
- - [+] A lot of changes in Ecwid shopping cart: http://www.ecwid.com/blog/new-releases/
393
- - [+] Support of the Google’s “AJAX Crawling” API for native indexing of AJAX applications has been added. This will significantly improve the indexation of Ecwid stores and is a successor of the Inline SEO Catalog feature. More details at https://developers.google.com/webmasters/ajax-crawling/ (This feature requires a paid Ecwid subscription)
394
- - [+] Auto-generated titles for product pages.
395
- - [+] Support of microformats to get rich snippets in search engine results pages.
396
- - [+] New Ecwid section has been added to the admin menu.
397
-
398
- = 1.1.2 =
399
- - [!] Issue with the way how widgets are embedded into the page for the free users was fixed.
400
-
401
- = 1.1.1 =
402
- - [!] Issue with the way how inline SEO catalog is embedded into the page was fixed.
403
-
404
- = 1.1 =
405
- - [+] Improved the compatibility with AJAX-based themes for WP and some web search engines out there.
406
-
407
- = 1.0 =
408
- - [!] The "Single Sign-on" feature didn't work properly in some cases. Fixed.
409
-
410
- = 0.9 =
411
- - [+] The "Single Sign-on" feature has been added. This feature allows your customers to sign into your WordPress site and fully use your store without having to sign into Ecwid.
412
-
413
- = 0.8 =
414
- - [+] New minicart widget: http://kb.ecwid.com/w/page/15853298/Minicart#Miniview
415
- - [+] Stores are loaded faster now, if some Ecwid sidebar widgets are enabled.
416
- - [+] Inline SEO Catalog generates "clean" SEO-friendly page titles now.
417
- - [!] Issue with Inline SEO Catalog and enabled "Canonical URLs" feature has been fixed.
418
-
419
- = 0.7 =
420
- - [!] The "Inline SEO catalog" feature didn't work correctly with WP
421
- permalinks. Fixed.
422
-
423
- = 0.6 =
424
- - [+] The "Inline SEO catalog" option was added.
425
-
426
- = 0.5 =
427
- - [+] Plugin settings page was updated.
428
- - [+] Two new options: "Full link to your mobile catalog" and "Default category ID".
429
-
430
- = 0.4 =
431
- - [+] Instruction in the plugin settings was updated.
432
- - [+] New plugin option to use on secure pages was added.
433
- - [+] Some code tweaks and optimizations.
434
-
435
- = 0.3 =
436
- - [+] Ecwid integration code was updated to the last vesion
437
- - [+] New product browser parameters: http://kb.ecwid.com/Product-Browser
438
- - [+] New built-in "ecwid_ProductBrowserURL" feature: http://kb.ecwid.com/ecwid_ProductBrowserURL
439
-
440
- = 0.2 =
441
- - [+] New sidebar widgets were added: search box, minicart and vertical categories
442
- - [+] New options effecting the store appearance
443
- - [!] Minor bugfixes
444
-
445
- = 0.1 =
446
- - [+] Initial version
 
 
 
 
1
+ === Ecwid Ecommerce Shopping Cart ===
2
+ Contributors: ecwid
3
+ Tags: ecommerce cart, ecommerce, downloadable products, e-commerce, Facebook ecommerce, online store, paypal ecommerce, product catalog, shop, shopping cart, store, woocommerce, wordpress ecommerce
4
+ Requires at least: 3.5
5
+ Tested up to: 4.5
6
+ Stable tag: 4.2.1.2
7
+
8
+ Powerful, easy to use shopping cart. Bank level PCI DSS Level 1 security. Sell on the go iPhone & Android app. Superb support. Free plan available.
9
+
10
+ == Description ==
11
+ Ecwid Ecommerce Shopping Cart is a powerful, secure and easy-to-use online store solution that gives you a full-functioned online store on your WordPress website. Join over *900,000* sellers in *175* countries and sell globally with over *40* international payment options, real-time shipping integrations and support of *45* languages.
12
+
13
+ = PCI DSS validated Level 1 Service Provider =
14
+
15
+ Ecwid Ecommerce Shopping Cart is PCI DSS Level 1 certified, which is the gold standard for e-commerce solutions worldwide. This means that when selling online with the Ecwid ecommerce plugin, you won’t have any problems with the bank you do business with. With 40+ payment options and secure HTTPS checkout, your Ecwid shopping cart is PCI DSS compliant from the beginning.
16
+
17
+ = Free Ecommerce Support =
18
+
19
+ Friendly and knowledgeable ecommerce support experts available 24/5 so you can get immediate help when you need it. Free email support and ecommerce community forums. Unlimited chat and phone support available in premium plans.
20
+
21
+
22
+ = Merchant Mobile Apps =
23
+
24
+ Ecwid Ecommerce Shopping Cart provides free mobile applications for iOS and Android to manage your ecommerce store and sell on the go. Scan products, track inventory, manage sales and accept payments using your mobile device as a POS station. Your ecommerce data is automatically synchronized with your Wordpress shopping cart, Facebook store and other online storefronts.
25
+
26
+ = Unlimited Storage, Automatic Backups and Seamless Upgrades =
27
+
28
+ With the Ecwid Ecommerce Shopping Cart, your online store data is fully hosted on our secure servers. Regardless of the WordPress hosting service you use, your Ecwid online store includes:
29
+
30
+ * unlimited storage
31
+ * regular backups
32
+ * seamless upgrades and security updates
33
+
34
+ So you don't need to worry about ecommerce software updates, security patches and server maintenance – we do that for you. Your online store gets all the new ecommerce features and bug fixes automatically.
35
+
36
+ = Facebook Ecommerce =
37
+
38
+ Add your online store to Facebook and sell to millions of Facebook users. No addons needed. Ecwid Ecommerce Shopping Cart will automatically synchronize your products, customers, orders and inventory between your WordPress and Facebook storefronts. Ecwid is the **#1 e-commerce app on Facebook**. Join!
39
+
40
+ = Sell Everywhere =
41
+
42
+ With the Ecwid Ecommerce Shopping Cart, you can include your online shop on multiple websites, blogs, social sites and ecommerce marketplaces like *Google Shopping* and *eBay* and sell simultaneously everywhere. Add your online store to as many sites as you want, manage it from one place.
43
+
44
+ = Mobile Responsive Design =
45
+
46
+ Ecwid Ecommerce Shopping Cart works great on any Wordpress site, especially those running on mobile-optimized themes. Your online store looks perfect on smartphones and automatically adapts to your customer’s screen size: laptops, tablets, smart TVs or smart watches. Check out this [demo](http://www.ecwid.com/demo?source=wporg-plugin-site)
47
+
48
+
49
+ = Your Favorite Free Plugin =
50
+
51
+ Ecwid Ecommerce Shopping Cart offers a free plan that’s always available with no hidden setup charges or transaction fees. Get your online store up and running at zero cost. As your online shop grows, Ecwid grows with you. When the time is right, consider upgrading to one of our premium plans to get more robust ecommerce features and preferred support. See also: [Ecwid plan and pricing](http://www.ecwid.com/pricing?source=wporg-plugin-site)
52
+
53
+
54
+ = See Ecwid In Action =
55
+
56
+ * [Demo Store](http://www.ecwid.com/demo?source=wporg-plugin-site "Ecwid demo")
57
+ * [Ecwid Ecommerce Control panel](https://my.ecwid.com/?source=wporg-plugin-site "Ecwid Control Panel") (you will be able to create a free Ecwid account)
58
+
59
+ = Ecwid Site =
60
+
61
+ * [www.ecwid.com](http://www.ecwid.com/?source=wporg-plugin-site "Ecwid site")
62
+
63
+
64
+
65
+ == Installation ==
66
+
67
+ = Automatic installation (the easiest way) =
68
+
69
+ 1. In your Wordpress admin backend, navigate to *Plugins Add New*
70
+ 1. Under Search, type in `Ecwid` and click *Search*
71
+ 1. In the search results find the *Ecwid Ecommerce Shopping Cart* plugin and click *Install now* to install it
72
+ 1. When plugin is installed click *Activate Plugin* link
73
+ 1. Navigate to *Ecwid Store → General* page in your Wordpress admin backend and follow the instruction provided there
74
+
75
+
76
+ = Alternative ways =
77
+
78
+ **Uploading the plugin zip archive in Wordpress admin backend**
79
+
80
+ 1. Download Ecwid Ecommerce plugin from this page (click *Download* button)
81
+ 1. In your Wordpress admin backend, navigate to *Plugins → Add new*
82
+ 1. Click *Upload* link and choose the saved zip file in the appeared dialog window.
83
+ 1. Click *Install*
84
+
85
+ **Uploading plugin folder to Wordpress directory on your server**
86
+
87
+ 1. Download Ecwid ecommerce plugin from this page (click *Download* button)
88
+ 1. Unpack the downloaded zip archive
89
+ 1. Upload ecwid-shopping-cart directory from the archive to the `/wp-content/plugins/` directory on your server
90
+
91
+ Please refer to this article for the details and troubleshooting on plugin installation in Wordpress:
92
+ http://codex.wordpress.org/Managing_Plugins#Installing_Plugins
93
+
94
+ == Screenshots ==
95
+
96
+ 1.
97
+ 2.
98
+ 3.
99
+ 4.
100
+ 5.
101
+
102
+ == Frequently Asked Questions ==
103
+
104
+ * [FAQ](http://help.ecwid.com/customer/portal/articles/1085017-wordpress-downloadable- "Install Ecwid on Wordpress")
105
+ * [Help Center](http://help.ecwid.com/?source=wporg-plugin-site "Ecwid Help")
106
+ * [Ecwid ecommerce site](http://www.ecwid.com/?source=wporg-plugin-site "Ecwid Site")
107
+
108
+ == Changelog ==
109
+ = 4.2.1.2 =
110
+ - Fixes an error appearing on some sites with the previous version of the plugin.
111
+
112
+ = 4.2.1.1 =
113
+ - Fixes for a few warning messages appearing on some sites with the new version of the plugin.
114
+
115
+ = 4.2.1 =
116
+ - **New Help page in the plugin settings.** We have a lot helpful articles and ecommerce tips in the Ecwid Help center at help.ecwid.com. In this update, we made it closer to you – the Help page with FAQ and a simple search field is now available right in the plugin settings. Have a question about your online store? Refer to the new Ecwid->Help page in your Wordpress admin backend.
117
+ - **Better compatibility with Accesspress Store and Sliding Door themes.** We adjusted Ecwid storefront look a bit to better match these Wordpress themes layout and fonts.
118
+ - **Fixed a bug in the product page titles.** You might notice that the product page titles repeated the product name twice. We fixed it.
119
+
120
+ = 4.2 =
121
+ - **New Search Widget.** We released a new search widget that’s vastly improved over the previous one. You can enable it on the "Ecwid -> Advanced" settings page in your Wordpress backend. The new search widget is fully adaptive, automatically fits in its parent section, and looks great with any ecommerce theme. It also fits your sidebar even if it's very narrow, so feel free to add product search to your site sidebar in the "Appearance -> Widgets" section of your site admin.
122
+ - **Fixed a bug in the categories menu on mobile devices.** You might notice that the product categories menu disappeared on your site when it's opened on a mobile device with narrow screen. It's now fixed – the categories menu looks great on any screen size.
123
+ - Bug fixes and improvements for the Recently Viewed Products widget.
124
+
125
+ = 4.1.3 =
126
+ - Improvements for the plugin Dashboard page layout and a few minor fixes.
127
+
128
+ = 4.1.2 =
129
+ - **Ecwid mobile apps badges of the dashboard page.** We made a facelift for the plugin dashboard page footer and included mobile apps badges there to make it easier for new users to find and install Ecwid ecommerce mobile applications for iPhone, iPad and Android. Why bother to install it? It allows you to manage your store and sell on the go.
130
+ - **Fixes for the embedded store Control Panel.** There were issues in the store control panel when the Wordpress site was hosted on a server with incorrect system date set. We made the plugin tolerant of this kind of hosting issues – the embedded ecommerce Control Panel should now be displayed fine on every server.
131
+ - **A fix for the Advanced settings page in the plugin backend.** In some rare cases, the advanced settings page in the plugin didn't show the Chameleon option, which enables auto adjustment of the store layout. We fixed that and the Chameleon option is now available for every user. A good moment to try it, if you haven't yet.
132
+ - A few miscellaneous fixes and improvemens in the plugin core.
133
+
134
+ = 4.1.1 =
135
+ - **Layout improvements for the Accesspress-mag theme.** Accesspress-mag theme users might notice slight glitches in the store buttons. We fixed those.
136
+ - **Added the page default category dropdown for free users.** When you add a store on your site page, you can set the store category to be displayed on that page. This "default category" tool was previously just a text input where you were supposed to put the category ID, if you're on free Ecwid plan. Now it's a dropdown menu so you can easily select a store category for each page. It's very useful if you want to display different categories on different pages of your site.
137
+ - Minor bug fixes and improvements
138
+
139
+ = 4.1 =
140
+ - **Product images are included in the sitemap generated by the Yoast SEO plugin.** Ecwid is integrated with popular SEO plugins: Yoast SEO and Google XML Sitemaps, which allows merchants to generate a sitemap containing the links to their products and categories. Now, the sitemaps generated by Yoast SEO will also automatically include links to the product images. This will make Google better index your products pictures and list them in the search results.
141
+ - **Ecwid plugin now supports oEmbed discovery.** As of version 4.4, WordPress supports oEmbed. In short, that's a tool which makes a link to a post or a page of your site looks nice when pasted on another site supporting this. Ecwid ecommerce plugin now supports it too, so if you paste a link to your store page on any other oEmbed-empowered site (e.g. another Wordpress site), it will automatically displays a nice widget with the page title and a list of your store categories.
142
+ - Fixes and improvements for the storefront widgets and for the plugins admin pages.
143
+
144
+
145
+ = 4.0.7 =
146
+ - **Fixed a problem with connecting to the Ecwid API on the servers with misconfigured or outdated CURL.** Some servers couldn't connect to Ecwid from to display the Ecwid Control Panel inside Wordpress backend. That caused a "Connection problem" error message, which some of Ecwid users saw in their Wordpress admin section. We added a fix that should resolve this problem and make the Ecwid Ecommerce Control Panel inside Wordpress work OK for those users.
147
+ - Improvements for the new drop-down categories store menu added in the version 4 of the plugin. If you haven't tried it yet, go check it out in the Appearance -> Menus settings of your site.
148
+ - Fixes and improvements for the plugin settings pages.
149
+
150
+ = 4.0.6 =
151
+ - **Fixed a bug affecting the links in store sidebar widgets.** The bug appeared in the version 4.0.5. It’s now fixed and all categories/cart/search links should work OK
152
+
153
+ = 4.0.5 =
154
+ - **Updated SEO Titles and Meta Descriptions.** Google recently launched a new crawling schema to better index rich AJAX sites and applications like Ecwid, which is a great news for all Ecwid users. We're keeping an eye on this and help Google improve indexing of all Ecwid stores. In this update, we made the product/categories page titles and descriptions change on the fly (with no page reload) so that Google will index them better. No action is required from your side – we will continue improving how your online store appears for Google to make sure your products and categories will get to the search results.
155
+ - **Fixed a bug affecting the "Re-connect Ecwid account" link.** The "Disconnect the Ecwid store and connect to another one" link at the bottom of the plugin dashboard now works fine.
156
+ - **Fixed a bug affecting the sites with enabled JetPack's "Spelling and grammar" module.** The Ecwid ecommerce plugin v4 conflicted with that spelling module from JetPack, which affected the process of a publishing new posts and pages. Now it's fixed. Posts/pages publishing should work OK for all users.
157
+
158
+ = 4.0.4 =
159
+ - Fixed an issue affecting site preview in Wordpress Customizer in some themes. Now the preview in the customizer tool should work fine.
160
+
161
+ = 4.0.3 =
162
+ - Fixes for a few warning messages appearing on some sites with the new version of the plugin (v4).
163
+
164
+ = 4.0.2 =
165
+ - **Built-in Full-featured Store Control Panel.** You can now manage your store, add new products, track sales and more right in your Wordpress site admin backend. No redirects, no external dashboards, no extra login/password – you now have a single place and single login to manage your site and your store. To make it even better, we added the Products and Sales shortcuts to your Wordpress admin menu – feel free to use them to easily access your inventory and sales list.
166
+ - **New Drop-down Categories Menu.** Noticed how WordPress automatically updates your site menu adding your site pages to it? Ecwid now does it too: open "Appearance -> Menus" in your Wordpress control panel and add the "Store with Categories Menu" item to your site menu. A drop-down menu containing your store categories will automatically appear on your site. It will keep the categories list up to date even if you often change your store categories. Rest assured your customers can easily quickly get to the category of products they are interested in right from the site menu.
167
+ - **More Store Menu Items for your site.** In addition to the drop-down categories list, the new "Store" menus section under Appearance -> Menus provides "Search", "Cart" and "My Account" items. Add those quick links to your site for your customers to browse your store easier.
168
+ - **Bug Fixes and Improvements.** As usual, we fine-tuned the plugin and fixed a few bugs.
169
+
170
+ We wish you happy holidays and all the best in the New Year! Sincerely yours, Ecwid team.
171
+
172
+ = 3.4.7 =
173
+ - Fixed a few layout issues in three popular Wordpress ecommerce themes: Responsive, Attitude, ResponsiveBoat.
174
+ - Added a fix for the bug in WordPress editor, which corrupts the schema.org-formatted HTML codes. This should prevent the editor from corrupting Ecwid single products widget codes and other HTML snippets containing schema.org / microdata formatting.
175
+
176
+ = 3.4.6 =
177
+ - **Layout improvements for Mantra theme.** Mantra theme users might notice slight glitches in the recently viewed products and horizontal menu widgets. We fixed those.
178
+ - **Minor fixes for plugins settings page layout in Wordpress 4.4.** Feel free to update your Wordpress to the newest version 4.4 as soon as it's released, the Ecwid plugin will work fine with it.
179
+
180
+ = 3.4.5 =
181
+ - Updates and bug fixes for the new horizontal categories widget.
182
+ - Fixed a layout issue in the "Categories" block on the store page management in the Wordpress admin backend.
183
+ - Improved store connect functionality for the servers, which may have troubles connecting with the Ecwid API.
184
+ - A few minor bug fixes and improvements to make the plugin more stable.
185
+
186
+ = 3.4.4 =
187
+ - **Added compatibility with the "Add Meta Tags" plugin.** The "Add Meta Tags" plugin is a popular tool to set SEO meta tags on site pages. Previously it rewrote the titles and description that Ecwid generated for search engines on your site. It's now fixed so if you use the plugin, everything should work fine and Google will index your products pages properly.
188
+ - **Fixed a problem in the recently viewed products widget caused by Autoptimize plugin.** Previously, if Autoptimize plugin is used on the site, the recently viewed products widget reset the displayed products when page reloads. We fixed that.
189
+ - **A few internal improvements** to make the plugin more stable and ready for the upcoming cool features. Stay tuned! More updates are coming.
190
+
191
+ = 3.4.3 =
192
+ - Updated Italian and Turkish translations.
193
+
194
+ = 3.4.2 =
195
+ - Fixed option to enable the new categories widget released in the v.3.4 .
196
+
197
+ = 3.4.1 =
198
+ - Minor fix for the "Twenty Sixteen” Wordpress theme
199
+
200
+ = 3.4 =
201
+ - **New look for the categories menu widget.** The old Ecwid categories menu widget (horizontal categories) was created long time ago and has been working in thousands of Ecwid stores. However, it doesn't adapt itself for the customer screen size as well as the other Ecwid widgets do. This has been always be a problem for responsive sites which look good on mobile devices. The new widget is fully responsive and looks great on mobile devices. To enable the new look of the categories widget on your site, navigate to Ecwid plugin settings -> "Advanced" tab and tick the "Enable the new category menu" checkbox. Once enabled, it will your store menu widget to the new look. If you don't have this option on the Advanced page, that means you installed the plugin after this change and the new categories are already enabled in your store. Enjoy!
202
+ - **Bigger product images for search engines.** The plugin used to generate small product thumbnails on special store pages for search engines. Now it displays the original large product pictures there to assure better indexing of your product images in Google. Please make sure you're on one of Ecwid paid plans to make your products along with the pictures indexable by search engines.
203
+ - **A few improvements and fixes to make plugin perfectly compatible with Wordpress 4.3 and the new Twenty Sixteen Wordpress theme.** Please feel free to update your sites to the newest Wordpress version, if you haven't yet, and try the brand new Wordpress theme (Twenty Sixteen) – your store should work OK with them.
204
+ - **Fixed SEO issues on the sites with Genesis theme.** The Genesis theme places a special 'canonical' tag on each site page to improve the SEO of the pages. This in some cases conflicted with Ecwid ecommerce plugin. We overcame this from our side and now the plugin is compatible with SEO features of Genesis theme – your online store should be better indexed by search engines with this improvement.
205
+ - **Fixed a bug with duplicate store pages that appeared if the user re-installed the plugin.** If you for some reason need to remove the plugin and install it again, everything will work smoothly now with no extra store pages drafts.
206
+ - **Improve the search widget layout.** On a lot of Wordpress themes, the product search widget was displayed with 100% width, which makes the search input all-page-width. We fixed that and now it looks better.
207
+ - Minor improvements and bug fixes.
208
+
209
+ = 3.3.1 =
210
+ - **Small improvement for "Twenty Twelve" WordPress theme.** The default drop down menu stayed open after clicking Ecwid links sometimes. We adjusted our plugin to work around this issue.
211
+ - **Fixes of PHP notices.** In some cases the plugin caused some PHP notices or warnings to appear on screen if the site was run in debug mode. Although it did not cause any malfunction in plugin operation, these messages could be quite annoying. We fixed it.
212
+
213
+ = 3.3 =
214
+ - **Improved Single Sign On functionality.** Single Sign On module has been available in Ecwid ecommerce plugin for a while – it makes it possible for your customers to sign into your Wordpress site and fully use the Ecwid store installed on the site without having to sign in to Ecwid. Now we added a few improvements that should make the feature more useful. In particular, the Ecwid's "Sign in" link was usually hidden when Single Sign On is used, supposing a customer should use the Wordpress login functionality. Now, we made the link visible and redirecting to the Wordpress login form to avoid confusing the user who otherwise has to look for the area to login.
215
+ - **Storefront layout improvements for the "Evolve" WordPress theme.** We adjusted Ecwid plugin to better integrate with a popular and beautiful free Wordpress theme – Evolve. In particular, we fixed the borders appearing around every storefront element in this theme. Ecwid stores now look a way better on WordPress sites with Evolve theme to provide better customer experience on any device and to generate more sales in your store.
216
+ - **Compatibility with Autoptimize plugin.** One of Ecwid users recently reported an issue – the plugin doesn't work well on the sites with Autoptimize plugin installed. We fixed this in our plugin – it is now working well with Autoptimize. Feel free to use it on your site.
217
+ - **Improvements for Recently Viewed Products.** We included a few improvements and bug fixes for the recently viewed products widget in this release.
218
+ - **Fixed a bug in the "Add store" button in Wordpress editor.** The authors of Easy Image Collage plugin recently discovered a problem in the way Ecwid "Add store" button interacts with the other custom button in the Wordpress WYSIWYG editor. It's fixed now. Thanks to Easy Image Collage team.
219
+ - A few improvements in the Chameleon skin tool.
220
+
221
+ = 3.2.2 =
222
+ - Fixed a few minor bugs in the Chameleon skin feature
223
+
224
+ = 3.2.1 =
225
+ - Fixed an issue in the new "Chameleon skin” tool that could affect font styles on the site.
226
+
227
+ = 3.2 =
228
+ - **New "Chameleon skin" tool (beta).** You can use it to adjust your online store styles to fit your Wordpress theme. Whatever Wordpress theme you use, Ecwid ecommerce plugin will detect predominant colors and font and use them in your product catalog. The feature is by default disabled on the existing accounts to make sure the update will not affect your storefront. To enable it on your site, open the "Advanced" page in the Ecwid plugin settings and tick the "Chameleon skin" checkbox. The feature is in beta so if you find any troubles with it, please let us know.
229
+ - **Pre-populate Ecwid registration form fields with user Wordpress profile data.** When a new user installs the plugin and registers an account at Ecwid, the registration form will contain the name and email prefilled to make it easy for the merchant to create a new store and install it on their site.
230
+ - **Improvements of the plugin settings pages to make them look good on mobile devices.** If you manage your Wordpress site from a phone or tablet, feel free to check the store settings there Ecwid plugin settings pages now work better on mobile.
231
+ - Fixed an intermittent issue with the default category option in the store appearance settings.
232
+
233
+ = 3.1 =
234
+ - **New recommendations block in Wordpress Dashboard.** Every Ecwid user has access to a lot of built-in features and third party applications that can be used to extend the store functionality and attract more sales. To make those features more visible and inform you of the new and existing tools you can use in your store, we added a new "Recommendations for your store" widget to the dashboard page in your Wordpress backend. We will update the content of this ecommerce widget from time to time to provide more actual advice and inform of the new applications and features, so stay tuned.
235
+ - **Storefront layout improvements for the "Customizr" WordPress theme.** Ecwid plugin is by design compatible with any theme and looks good on any device and screen size your customers use. In this update, we adjusted our plugin to better integrate with one of the most popular free Wordpress themes – Customizr. Ecwid stores now look a way better on WordPress ecommerce sites with Customizr themes to provide better customer experience on any device and to generate more sales in your store.
236
+ - **Added German translations to the plugin settings pages in Wordpress admin backend.** Thanks to Stefan Wagner for the great job on the plugin translation.
237
+ - **Improved Italian translations for the plugin settings pages.** Big thanks to Luciano Delfico who has contributed a lot of Italian translations to Ecwid.
238
+ - **Improvements for Recently Viewed Products.** We rolled out a few improvements and bug fixes for the recently viewed products widget. It now displays a link to the store page when there are no products in the list; the thumbnails pictures shown in the sidebar are now of the better quality; the currently opened product is now not displayed in the list if there are other recently viewed products.
239
+ - **Slight improvements in Single Sign On functionality.** If you use Single Sign On, the plugin will now send user first name and last name along with user email to your Ecwid store when a new user is registered on your site. This allows you to make tighter integration of your site and your Ecwid store – your customer name will appear at checkout automatically if they enter their name on your site.
240
+ - **Fixed an invalid meta description bug**, which appeared in some rare cases when product description contained special characters.
241
+ - **Fixed a bug in XML sitemap generation.** Some users faced a problem with XML sitemaps generated by Ecwid for Yoast SEO plugin (malformed product pages URLs). It's fixed. You can use Yoast SEO plugin to make your products listed in your XML site map.
242
+ - A few improvements in the plugin settings pages layout.
243
+
244
+ = 3.0.2 =
245
+ - Fixed a few issues in the recently viewed products widget
246
+
247
+ = 3.0.1 =
248
+ - Added Russian translation of the new plugin settings and registration pages
249
+ - Temporary fix for low quality images in the recently viewed products sidebar widget
250
+ - Fixed a few layout issues on the new registration page in the plugin backend
251
+
252
+
253
+ = 3.0 =
254
+ - **New sidebar widget: Recently Viewed Products.** A new Ecwid's sidebar ecommerce widget is now available – your site can now show the products that the customer has recently visited. The links and images in the sidebar are updated automatically, so the customer can return to the product they previously opened and probably decide to buy it. This will increase visibility of your products for the customers and generate more sales. Enable the new widget under Appearance->Widgets menu in your admin backend.
255
+ - **New design of the plugin Dashboard.** The dashboard ("Ecwid") page in the plugin backend is now nicer and more useful.
256
+ - **Completely redesigned Registration page.** This is for the new users of the plugin. When installing the plugin, a user will now see a beautiful welcome page that will introduce them to Ecwid and guide through the setup process.
257
+ - **New easier store connection.** Previously, to connect an Ecwid store with a Wordpress site and display store products, a new user had to copy and paste their store ID from Ecwid Control Panel. Now, even this easy step became easier – the user only needs to click a few buttons to authorize themselves and the plugin will automatically detect and connect their store. For those with technical background: we use oAuth2 for this, which is now a part of the newest Ecwid API.
258
+
259
+
260
+ = 2.8 =
261
+ - **Integration with the XML sitemap functionality of Yoast and All in One SEO Pack plugins.** Ecwid has been integrated with Google XML Sitemaps plugin allowing you to generate a sitemap containing the links to your products and categories. Now, the sitemaps generated by Yoast SEO and All in One SEO plugins will also include online store pages, if you're on a paid Ecwid plan.
262
+ - **Improved design of Ecwid sidebar controls in the Appearance/Widgets page in Wordpress backend.** Store sidebar widgets controls are now more noticeable and responsive.
263
+ - **Improved compatibility with the Cloudflare's Rocketloader.** Rocket loader tool sometimes blocked Ecwid scripts from loading. We added another improvements to prevent such issues.
264
+ - **Fixes and improvements of the meta title tag generation on product and categories pages.**
265
+ - **A few minor fixes and adjustments.**
266
+
267
+ = 2.7.4.1 =
268
+ - Additional fixes for the "title" tags on product pages following the 2.7.4 version's updates.
269
+
270
+ = 2.7.4 =
271
+ - Improvements of 'title' and 'canonical' meta tags generation. The update prevents incorrect meta tags appearing in some WordPress themes in WordPress 4.1
272
+
273
+ = 2.7.3 =
274
+ - Several bug fixes and minor improvements for the new "Add Store" button in WordPress Editor
275
+
276
+ = 2.7.2 =
277
+ - **A new sidebar ecommerce widget: Ecwid Store Page Link.** The widget adds your store page link to the site's sidebar. You may want to use it with blog-focused WordPress themes that don't have a navigation menu, e.g. the upcoming "Twenty Fifteen" theme. Also, you can consider adding the widget to your sidebar to make your store page more visible to your visitors.
278
+ - **Wordpress 4.1 and Twenty Fifteen theme compatibility.** The new WordPress version is coming soon and bringing a brand new 'Twenty Fifteen' theme. Ecwid plugin is now totally ready for the upcoming changes and will work OK in the new environment. Feel free to upgrade your site to Wordpress 4.1 as soon as it's released.
279
+ - A few minor improvements and bugfixes for the new "Add Store" button released in the version 2.7
280
+
281
+ = 2.7.1 =
282
+ - Fixed a few issues with the store appearance settings that were discovered in the recently released update (v2.7)
283
+
284
+ = 2.7 =
285
+ - **A brand new 'Add store' tool in WordPress editor toolbar.** Ecwid is now integrated with WordPress WYSIWYG editor: click the 'Add Store' button in the page editor toolbar, chose widgets to show, adjust the appearance and place your store on any page of your site. Now you can decide what store widgets to show and configure store appearance right in the page editor.
286
+ - **New "[ecwid]" shortcode.** The new ecommerce shortcode allows you to control every aspect of your store appearance by means of tweaking the shortcode parameters right in the store page code. Display/hide the search widget, choose the minicart layout you like, display different store categories on different site pages and so on. This shortcode serves the "Add Store" button mentioned above and almost every tweak is available in the new "Add Store" window so you don't have to edit any code in most cases. Still, an advanced Wordpress user may consider using shortcodes for more flexible and quick integration.
287
+ - **Improved behavior of single product widgets.** If you put a single product widget on your site using the [ecwid_product] shortcode, you might notice that it opens a popup with the customer cart when a customer purchases the product. Now single product widgets are smarter: when the customer decides to buy a product and opens a cart page, the main store page on your site will be opened providing the customer with the built-in cart&checkout functionality. The checkout layout will fit better your site design and provide better buying experience when it's embedded into a page rather than in a popup-like window.
288
+ - **Fix for the Envision theme.** The Envision theme didn't display Ecwid widgets properly because of a custom page content generation it uses. We issued a workaround from our side to let all Envision users install and use Ecwid plugin on their sites. If you use Envision theme and want to set up an online store on your site, go ahead and install Ecwid ecommerce plugin, it will work OK for you.
289
+ - **Fixes of PHP notices.** Some of Ecwid users discovered a few PHP notices (warnings) on their site referring to the Ecwid plugin. Although those didn't break anything, they could be quite annoying. We cleaned up the plugin code to get rid of those warning messages, now the plugin should work without any odd message.
290
+
291
+ = 2.6 =
292
+ - **Ecwid's new SEO URLs compatibility.** The new Ecwid clean URLs have been released a few days ago for all Ecwid users. Our WordPress plugin is already fully compatible with the new URLs. Your online store pages will be better indexed by search engines and the search results will look more attractive as the links themselves will mention the product/category they lead to. Of course, Ecwid will handle all redirects, backward compatibility with the old URL scheme and avoid any duplicate issues. Enjoy the new SE-friendly URLs with no trouble.
293
+ - **Improved formatting of product snippets markup.** In this update we tidied up in the product HTML representations generated for search engines and fixes a few issues in the products data markup. In particular, the price and availability tags have been re-formatted according to the Google recommendations to ensure better search engine results.
294
+ - **A few improvements and fixes for Twenty Fourteen and Responsive themes layout.** Ecwid looks nice on the vast majority of WordPress themes. Additionally, we strive to make it look even better on the most popular themes. This update brings a few more minor layout fixes for the sites with "Responsive" and "Twenty Fourteen" themes installed.
295
+
296
+ = 2.5 =
297
+ - **Extended compatibility with the "Responsive" WordPress theme.** Ecwid ecommerce plugin is by design compatible with any theme and automatically adapts itself to any layout and screen size. This makes your store looks good on any device your customers use. One of the most popular free themes for Wordpress -- Responsive -- is also famous for its responsive design. In this update, we adjusted our plugin to better integrate with Responsive theme and Ecwid stores now look a way better on WordPress sites with Responsive themes to provide better user experience on any device and to generate more sales. If you're thinking which WP theme to choose for your site, you should definitely try the "Responsive" theme with Ecwid.
298
+ - **Added compatibility with WordPress 4.0.** WordPress 4.0 is just around the corner and we already prepared our plugin for it. We enhanced the plugin installation process to be compatible with the new plugins management coming with WordPress 4.0 and tested every plugin's function to make sure your stores are ready for the upcoming WordPress update.
299
+ - **Automatic store page recovery functionality.** Some Ecwid users previously faced issues when they deleted or replaced the plugin's generated store page on their Wordpress sites. We added a smart mechanism to Ecwid plugin to automatically detect such situations and prevent any possible troubles connected with them. Now, it you decide to move your store from one page to another within your Wordpress site or temporary hide your store page, the plugin will detect that, find an alternative store page on your site (if any) and keep the links and all the store functionality working OK regardless of whether you currently have a new store page or not. So, whatever update you're making on your site pages, you can rest assured your Ecwid store works fine, be it the product browser, single product snippet or a sidebar widget.
300
+ - **Fixed broken link in single product widgets.** We fixed a minor issue with broken links in single product ecommerce widgets, that was reported to us recently. You can add a single product to any page of your site as usually by means of [ecwid_product] shortcode -- everything will work fine. All existing single product widget will continue working as well -- no actions is required from your side.
301
+ - **Fixed a few layout issues on the plugin's setting pages.** During the recent updates, we were improving the plugin setting pages interfaces. This update brought a few more fixes to the plugin settings pages to make them more user-friendly.
302
+ - **Several fixes for old WordPress versions.** WordPress is often updated with new features and bug fixes. Still, there are some merchants who use the old versions. While encouraging everyone to update their sites regularly, we want our plugin work great for all users. So, in this update, we added a few fixes addressing issues in the old Wordpress versions (2.8 - 3.1)
303
+
304
+ = 2.4.3.2 =
305
+ - **Onboarding for the new plugin users.** Ecwid ecommerce plugin now displays new helpful messages when you set up your store and configure the setting. The messages guide the new users through the setup process and provide helpful tips and recommendations.
306
+ - **Improvements in the plugin settings pages and messages.** We updated the texts and styles of the messages displayed on the settings pages. They became clearer and more user-friendly.
307
+ - **Minor optimizations for search engines** including tidying up of the product pages 'meta' descriptions tags and fixing potential issues in compatibility with Yoast SEO plugin. This is to ensure better indexation and appearing of your online store products in the search results.
308
+ - **Several minor fixes and enhancements**
309
+ - **Added in 2.4.3.1:** fixed incompatibility of the plugin v2.4.3 with the servers running PHP 5.2.x
310
+ - **Added in 2.4.3.2:** additional fix for the outdated PHP versions (5.2.x)
311
+
312
+ = 2.4.2 =
313
+ - Minor issue is fixed on the plugin's "General settings" page
314
+
315
+ = 2.4.1 =
316
+ - Added compatibility with the new versions of "Google XML Sitemaps" plugin (v4.0 and higher)
317
+
318
+ = 2.4 =
319
+ - **Ability to add a single product to a page or post on your site using new [ecwid\_product] shortcode.** In addition to embedding a whole product catalog on your Wordpress site, you can also feature a single product on a separate page or blog post of your ecommerce site and allow your customers to purchase the product right from that page. To embed a product on a page or post, add [ecwid\_product id="12345"] shortcode to the page/post in your Wordpress backend. Do not forget to replace 12345 in this example with the actual product ID.
320
+
321
+ - **Better SEO for store pages.** Ecwid plug-in now automatically adds product attributes to SEO-optimized versions of product pages on your site to let the search engines index attributes like UPC, brand and others along with the other product properties. Also, some improvements were applied to the format of product HTML snippets to meet the Google recommendations on how to better organize ecommerce information (title, descriptions, price etc) on the product details pages. These improvements will help search engines to better index your products and optimize their appearance in search results.
322
+
323
+ - **Slight improvements of store layout for mobile devices.** All Ecwid stores are mobile-friendly by design, i.e. they adapt themselves to the given layout and look good on mobile devices, so if your ecommerce site is mobile-optimized, your Ecwid store will be as well. Earlier, if you use horizontal categories widget on your Wordpress site, you might notice that it didn't fit the given width on narrow screens, e.g. when opened on a mobile device. Now, the plugin automatically hides horizontal categories widget on narrow screens to ensure better look on mobile-optimized sites.
324
+
325
+ - **Several improvements and bug fixes for plugin settings pages, store appearance and SEO.**
326
+
327
+ = 2.3.2 =
328
+ - **Fixed an issue in sitemap functionality**. Ecwid uses third party plugin to generate an XML sitemap (Google XML Sitemaps) for store products and categories. The current integration had a bug which caused an error message in Wordpress admin backend for users on Free Ecwid plan. Now it's fixed and everything should work OK.
329
+
330
+ = 2.3.1 =
331
+ - Automatic generation of the rel="canonical" links for SEO. Canonical links are aimed to specify the preferred (canonical) URL of the web page for search engines to prevent possible duplicate content issues. Ecwid plugin now generates such links automatically for product and categories pages in your store to provide search crawlers with well-structured content and help them better index your store.
332
+ - Improved compatibility with CloudFlare Rocket Loader. The merchants who use CloudFlare Rocket Loader extensions on their sites might previously experience issues with loading of their Ecwid stores. We've further improved the plugin code to prevent such issues in the future. Now Ecwid plugin should perfectly work with CloudFlare extensions.
333
+ - Several minor fixes and enhancements
334
+
335
+ = 2.3 =
336
+ - Added compatibility with Google XML Sitemaps plugin. Now you can submit your store items links along with the other site ecommerce pages to search engines. To use this feature, please install the "Google XML Sitemaps" plugin (http://wordpress.org/plugins/google-sitemap-generator/), generate a sitemap (it will include your products and categories links) and submit it to the search engines to help them better crawl and categorize your site.
337
+
338
+ - Improved compatibility with SEO Ultimate plugin. Ecwid ecommerce plugin always displays your store pages in a proper SEO-friendly format to make the store indexable by search engines. Moreover, we constantly adjust the plugin to make it work fine with popular third party SEO modules. So Ecwid is perfectly compatible with "Wordpress SEO by Yoast", "All in one SEO Pack", "Platinum SEO Pack" and now with "SEO Ultimate" plugin.
339
+
340
+ - Minor design improvements of the plugin settings pages to make them mobile-friendly for better compatibility with the backend layout of new Wordpress versions. Now you can manage Ecwid plugin settings in your Wordpress administrator panel using your mobile device.
341
+
342
+ - New "Ecwid badges" widget is available. If you like Ecwid and want to help it grow and become the most popular e-commerce solution, you can now add a fancy 'Powered by Ecwid' badge on your site to show your visitors that you're a proud user of Ecwid. Please find the new widget under 'Appearance → Widgets' section in your Wordpress backend.
343
+
344
+ = 2.2.1 =
345
+ - Fixed layout error on General Settings page in Firefox
346
+
347
+ = 2.2 =
348
+ - Improved compatibility with the new Wordpress version 3.8 which brings great features like brand new responsive theme, revamped admin backend and other improvements. Ecwid ecommerce plugin is now ready for that, so your store will work perfectly with the new Wordpress version
349
+ - The plugin settings pages are now available in seven languages: English, Italian, Russian, French, German, Spanish, Brazilian Portuguese. Ecwid itself is available in 45 languages, so customers from all over the world can purchase from your store
350
+ - Design improvements of the plugin settings pages including Retina-ready icons
351
+
352
+ = 2.1 =
353
+ - Our plugin backend is now available in Italian, Russian and English. Thanks to Luciano Del Fico for the great help with the Italian translation.
354
+
355
+ - Improvements and bug fixes, including
356
+ - Better SEO for store pages: search engines will now index product options list and category descriptions
357
+ - Compatibility with WP Minify (Wordpress sites optimization plugin)
358
+ - Improved compatibility with Yoast WP SEO plugin: Ecwid SEO page titles are shown properly with enabled Yoast's "Force Rewrite Titles" option
359
+ - Minor text and design tweaks of the plugin settings pages
360
+
361
+
362
+ = 2.0 =
363
+ - **New revamped plugin settings**: the new settings layout makes the plugin easy and intuitive for starters, yet powerful and advanced for experienced merchants.
364
+
365
+ - **Multilingual plugin backend**: the plugin settings now support multilanguage. Currently available in English and Russian. More translations are coming!
366
+
367
+ - **SEO improvements**
368
+ - Auto generated meta description tags for the product and category pages. Now, Google should properly index product/category descriptions and display them in the search results.
369
+ - <title> tags for categories. The SEO category pages in your online store now include both title and description tags so they will appear in Google search results properly.
370
+
371
+ - **Smooth HTTP/HTTPS switch**: Ecwid always transfers all sensitive ecommerce data using secure HTTPS connection and a special 'HTTPS' option in the Ecwid plugin settings is not necessary anymore. Now, the plugin detects connection type and adjust Ecwid integration codes automatically. No manual adjustments are needed regardless of whether you run your site under HTTP or HTTPS.
372
+
373
+ - **Improved compatibility with CloudFlare Rocket Loader**: previously, using CloudFlare Rocket Loader along with Ecwid might cause intermittent loading issues for some ecommerce sites. We've improved the plugin code to prevent such issues.
374
+
375
+ = 1.8.1 =
376
+ - [!] Fixed meta title tag display issue on the main store page appeared with the version 1.8 : in some cases, the store page title tag was stripped. Now it should work OK.
377
+
378
+ = 1.8 =
379
+ - [+] Improved compatibility with popular SEO plugins (Yoast WordPress SEO, All in one SEO Pack and Platinum SEO pack) : now Ecwid prevents them from generating wrong title and canonical tags on the product pages.
380
+ - [+] Ability to display separate categories on separate pages with custom shortcodes. Now, the plugin allows setting different default categories for different store pages. So if you have multiple store pages and want to display specific categories on them, you can set up a default category for each of them in the [ecwid\_productbrowser] shortcode like this: [ecwid\_productbrowser default\_category\_id="12345"] . On the other hand, if you have one store page, you can set the default category on the plugin settings page as usual.
381
+ - [+] A few more SEO improvements:
382
+ - Product browser's default category ID setting is now taken into consideration by SEO part of the plugin. If you have multiple store pages displaying specific categories of your ecommerce store, search engines will index those pages starting from the proper category (not from the store's root)
383
+ - <meta fragment="!"> tag is now displayed on every page where [ecwid\_productbrowser] tag is added so search engines will better index each store page
384
+ - [+] We also released a lot of new Ecwid features. You can read about them there: http://www.ecwid.com/blog/new-releases/
385
+
386
+ = 1.7 =
387
+ - [+] various additions to the indexable representation of Ecwid pages (product category in the title and on the page, product options, product SKU). Thanks to Uliya B.
388
+ = 1.5 =
389
+ - [!] fixed a problem where in some rare occasions the SEO catalog would show a PHP error.
390
+ = 1.4 =
391
+ - [!] enhanced the backward compatibility with the older inline SEO links
392
+ - [+] increased the priority of the product-specific titles in order to work side-by-side with various SEO-related ecommerce plugins.
393
+ = 1.3 =
394
+ - [+] Backward compatibility with old Inline SEO Catalog links.
395
+ = 1.2 =
396
+ - [+] A lot of changes in Ecwid shopping cart: http://www.ecwid.com/blog/new-releases/
397
+ - [+] Support of the Google’s “AJAX Crawling” API for native indexing of AJAX applications has been added. This will significantly improve the indexation of Ecwid ecommerce stores and is a successor of the Inline SEO Catalog feature. More details at https://developers.google.com/webmasters/ajax-crawling/ (This feature requires a paid Ecwid subscription)
398
+ - [+] Auto-generated titles for product pages.
399
+ - [+] Support of microformats to get rich snippets in search engine results pages.
400
+ - [+] New Ecwid section has been added to the admin menu.
401
+
402
+ = 1.1.2 =
403
+ - [!] Issue with the way how ecommerce widgets are embedded into the page for the free users was fixed.
404
+
405
+ = 1.1.1 =
406
+ - [!] Issue with the way how inline SEO catalog is embedded into the page was fixed.
407
+
408
+ = 1.1 =
409
+ - [+] Improved the compatibility with AJAX-based e-commerce themes for WP and some web search engines out there.
410
+
411
+ = 1.0 =
412
+ - [!] The "Single Sign-on" feature didn't work properly in some cases. Fixed.
413
+
414
+ = 0.9 =
415
+ - [+] The "Single Sign-on" feature has been added. This feature allows your customers to sign into your WordPress ecommerce site and fully use your store without having to sign into Ecwid.
416
+
417
+ = 0.8 =
418
+ - [+] New minicart ecommerce widget: http://kb.ecwid.com/w/page/15853298/Minicart#Miniview
419
+ - [+] Stores are loaded faster now, if some Ecwid sidebar widgets are enabled.
420
+ - [+] Inline SEO Catalog generates "clean" SEO-friendly page titles now.
421
+ - [!] Issue with Inline SEO Catalog and enabled "Canonical URLs" feature has been fixed.
422
+
423
+ = 0.7 =
424
+ - [!] The "Inline SEO catalog" feature didn't work correctly with WP
425
+ permalinks. Fixed.
426
+
427
+ = 0.6 =
428
+ - [+] The "Inline SEO catalog" option was added.
429
+
430
+ = 0.5 =
431
+ - [+] Plugin settings page was updated.
432
+ - [+] Two new options: "Full link to your mobile catalog" and "Default category ID".
433
+
434
+ = 0.4 =
435
+ - [+] Instruction in the plugin settings was updated.
436
+ - [+] New plugin option to use on secure pages was added.
437
+ - [+] Some code tweaks and optimizations.
438
+
439
+ = 0.3 =
440
+ - [+] Ecwid integration code was updated to the last version
441
+ - [+] New product browser parameters: http://kb.ecwid.com/Product-Browser
442
+ - [+] New built-in "ecwid_ProductBrowserURL" feature: http://kb.ecwid.com/ecwid_ProductBrowserURL
443
+
444
+ = 0.2 =
445
+ - [+] New sidebar ecommerce widgets were added: search box, minicart and vertical categories
446
+ - [+] New options effecting the store appearance
447
+ - [!] Minor bugfixes
448
+
449
+ = 0.1 =
450
+ - [+] Initial version