Skip to content

Commit 1f39ba2

Browse files
authored
Merge pull request #339 from Ecwid/dev
readme update
2 parents c49516e + c2bfb83 commit 1f39ba2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

includes/gutenberg/class-ecwid-gutenberg-block-store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function render_callback( $params ) {
165165
$is_profile_default = $profile_default === $value;
166166

167167
if ( ! $is_profile_default ) {
168-
if ( @$attribute['type'] == 'boolean' ) {
168+
if ( isset( $attribute['type'] ) && $attribute['type'] == 'boolean' ) {
169169
$config_js[] = 'window.ec.storefront.' . esc_js( $name ) . '=' . ( $value === true ? 'true' : 'false' ) . ';';
170170
} else {
171171
$config_js[] = 'window.ec.storefront.' . esc_js( $name ) . "='" . esc_js( $value ) . "';";

readme.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ With Ecwid, you can include your ecommerce shop on multiple websites, blogs, soc
4848

4949
### Mobile Responsive Design
5050

51-
Ecwid 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](https://ecwid.to/ecwid-demo-store)
51+
Ecwid 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.
5252

5353
### Hundreds of extensions and powerful API
5454

@@ -60,7 +60,6 @@ Start selling ealisy with no big investment. As your online shop grows, Ecwid gr
6060

6161
### See Ecwid In Action
6262

63-
* [Demo Store](https://ecwid.to/ecwid-demo-store "Ecwid demo")
6463
* [Ecwid Ecommerce Control panel](https://ecwid.to/ecwid-store-control-panel "Ecwid Control Panel") (you will be able to create an Ecwid account)
6564
* [Showcase](https://ecwid.to/ecwid-wp-site)
6665

0 commit comments

Comments
 (0)