@@ -3,6 +3,10 @@
|
|||||||
- New feature: Product Brands / Suppliers management
|
- New feature: Product Brands / Suppliers management
|
||||||
- New 'brand' loop and substitution. product, image and document loop have been updated.
|
- New 'brand' loop and substitution. product, image and document loop have been updated.
|
||||||
- Images and document processing have been refactored.
|
- Images and document processing have been refactored.
|
||||||
|
- Added store description field for SEO
|
||||||
|
- Added code editor on textarea on email templates page
|
||||||
|
- Fixed issues on position tests
|
||||||
|
- Fixed issues on RSS feed links
|
||||||
|
|
||||||
#2.0.2
|
#2.0.2
|
||||||
- Coupon UI has been redesigned.
|
- Coupon UI has been redesigned.
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ GNU General Public License : http://www.gnu.org/licenses/
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
{block name="meta"}
|
{block name="meta"}
|
||||||
<meta name="description" content="{if $page_description}{$page_description}{else}{$store_description}{/if}">
|
<meta name="description" content="{if $page_description}{$page_description}{else}{$store_description|strip|truncate:120}{/if}">
|
||||||
<meta name="robots" content="noindex,nofollow">
|
<meta name="robots" content="noindex,nofollow">
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user