From 1a4c91ce5b2dec9dd6642a118ae961717eb66685 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 14 Dec 2011 15:59:10 +0000 Subject: [PATCH] // added seo.tpl --- admin-dev/themes/template/products/seo.tpl | 99 ++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 admin-dev/themes/template/products/seo.tpl diff --git a/admin-dev/themes/template/products/seo.tpl b/admin-dev/themes/template/products/seo.tpl new file mode 100644 index 000000000..58cd99676 --- /dev/null +++ b/admin-dev/themes/template/products/seo.tpl @@ -0,0 +1,99 @@ +{* +* 2007-2011 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA +* @copyright 2007-2011 PrestaShop SA +* @version Release: $Revision: 11204 $ +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*} + + + +

{l s='SEO'}

+
+ + + + + + + + + + + + + + + + + + +
+ + + {include file="products/input_text_lang.tpl" + languages=$languages + input_name='meta_title' + input_value=$product->meta_title} +

{l s='Product page title; leave blank to use product name'}

+
+ + + {include file="products/input_text_lang.tpl" + languages=$languages + input_name='meta_description' + input_value=$product->meta_description + input_hint='{l s=\'Forbidden characters:\'\} <>;=#{\}'} +

{l s='A single sentence for HTML header'}

+
+ + + {include file="products/input_text_lang.tpl" languages=$languages + input_value=$product->meta_keywords + input_name='meta_keywords'} +

{l s='Keywords for HTML header, separated by a comma'}

+
+ + + {include file="products/input_text_lang.tpl" + languages=$languages + input_value=$product->link_rewrite + input_name='link_rewrite'} + +

+ {l s='Generate'}  + {l s='Friendly-url from product\'s name.'}

+ {l s='Product link will look like this:'} + {if $ps_ssl_enabled}https://{else}http://{/if}{$smarty.server.SERVER_NAME}{$smarty.const.__PS_BASE_URI__}{if isset($product->id)}{$product->id}{else}id_product{/if}-{$product->link_rewrite[$default_language]}.html

+
+ +