diff --git a/themes/prestashop/404.tpl b/themes/prestashop/404.tpl deleted file mode 100644 index a9a94a972..000000000 --- a/themes/prestashop/404.tpl +++ /dev/null @@ -1,47 +0,0 @@ -{* -* 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: 7075 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -

{l s='Page not available'}

- -

- {l s='Error'} - {l s='We\'re sorry, but the Web address you entered is no longer available'} -

- -

{l s='To find a product, please type its name in the field below'}

- -
-
-

- - - -

-
-
-
- -

{l s='Home'}{l s='Home'}

diff --git a/themes/prestashop/address.tpl b/themes/prestashop/address.tpl deleted file mode 100644 index b255d03fd..000000000 --- a/themes/prestashop/address.tpl +++ /dev/null @@ -1,276 +0,0 @@ -{* -* 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: 7075 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{* -** Compatibility code for Prestashop older than 1.4.2 using a recent theme -** Ignore list isn't require here -** $address exist in every PrestaShop version -*} - -{* Will be deleted for 1.5 version and more *} -{* If ordered_adr_fields doesn't exist, it's a PrestaShop older than 1.4.2 *} -{if !isset($ordered_adr_fields)} - {if isset($address)} - {counter start=0 skip=1 assign=address_key_number} - {foreach from=$address key=address_key item=address_value} - {$ordered_adr_fields.$address_key_number = $address_key} - {counter} - {/foreach} - {else} - {$ordered_adr_fields.0 = 'company'} - {$ordered_adr_fields.1 = 'firstname'} - {$ordered_adr_fields.2 = 'lastname'} - {$ordered_adr_fields.3 = 'address1'} - {$ordered_adr_fields.4 = 'address2'} - {$ordered_adr_fields.5 = 'postcode'} - {$ordered_adr_fields.6 = 'city'} - {$ordered_adr_fields.7 = 'country'} - {$ordered_adr_fields.8 = 'state'} - {/if} -{/if} - - - -{capture name=path}{l s='Your addresses'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

{l s='Your addresses'}

- -

-{if isset($id_address) && (isset($smarty.post.alias) || isset($address->alias))} - {l s='Modify address'} - {if isset($smarty.post.alias)} - "{$smarty.post.alias}" - {else} - {if isset($address->alias)}"{$address->alias|escape:'htmlall':'UTF-8'}"{/if} - {/if} -{else} - {l s='To add a new address, please fill out the form below.'} -{/if} -

- -{include file="$tpl_dir./errors.tpl"} - -
-
-

{if isset($id_address)}{l s='Your address'}{else}{l s='New address'}{/if}

-

- - - {l s='DNI / NIF / NIE'} - * -

- {if $vat_display == 2} -
- {elseif $vat_display == 1} -
-

- {if isset($id_address)}{/if} - {if isset($back)}{/if} - {if isset($mod)}{/if} - {if isset($select_address)}{/if} - « {l s='Previous'} - -
-

-

*{l s='Required field'}

-
- diff --git a/themes/prestashop/addresses.tpl b/themes/prestashop/addresses.tpl deleted file mode 100644 index 65a18a14c..000000000 --- a/themes/prestashop/addresses.tpl +++ /dev/null @@ -1,129 +0,0 @@ -{* -* 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: 7471 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{* -** Retro compatibility for PrestaShop version < 1.4.2.5 with a recent theme -*} - -{* Two variable are necessaries to display the address with the new layout system *} -{* Will be deleted for 1.5 version and more *} -{if !isset($multipleAddresses)} - {$ignoreList.0 = "id_address"} - {$ignoreList.1 = "id_country"} - {$ignoreList.2 = "id_state"} - {$ignoreList.3 = "id_customer"} - {$ignoreList.4 = "id_manufacturer"} - {$ignoreList.5 = "id_supplier"} - {$ignoreList.6 = "date_add"} - {$ignoreList.7 = "date_upd"} - {$ignoreList.8 = "active"} - {$ignoreList.9 = "deleted"} - - {* PrestaShop < 1.4.2 compatibility *} - {if isset($addresses)} - {$address_number = 0} - {foreach from=$addresses key=k item=address} - {counter start=0 skip=1 assign=address_key_number} - {foreach from=$address key=address_key item=address_content} - {if !in_array($address_key, $ignoreList)} - {$multipleAddresses.$address_number.ordered.$address_key_number = $address_key} - {$multipleAddresses.$address_number.formated.$address_key = $address_content} - {counter} - {/if} - {/foreach} - {$multipleAddresses.$address_number.object = $address} - {$address_number = $address_number + 1} - {/foreach} - {/if} -{/if} - -{* Define the style if it doesn't exist in the PrestaShop version*} -{* Will be deleted for 1.5 version and more *} -{if !isset($addresses_style)} - {$addresses_style.company = 'address_company'} - {$addresses_style.vat_number = 'address_company'} - {$addresses_style.firstname = 'address_name'} - {$addresses_style.lastname = 'address_name'} - {$addresses_style.address1 = 'address_address1'} - {$addresses_style.address2 = 'address_address2'} - {$addresses_style.city = 'address_city'} - {$addresses_style.country = 'address_country'} - {$addresses_style.phone = 'address_phone'} - {$addresses_style.phone_mobile = 'address_phone_mobile'} - {$addresses_style.alias = 'address_title'} -{/if} - - - -{capture name=path}{l s='My account'}{$navigationPipe}{l s='My addresses'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

{l s='My addresses'}

-

{l s='Please configure the desired billing and delivery addresses to be preselected when placing an order. You may also add additional addresses, useful for sending gifts or receiving your order at the office.'}

- -{if isset($multipleAddresses) && $multipleAddresses} -
-

{l s='Your addresses are listed below.'}

-

{l s='Be sure to update them if they have changed.'}

- {assign var="adrs_style" value=$addresses_style} - {foreach from=$multipleAddresses item=address name=myLoop} -
    -
  • {$address.object.alias}
  • - {foreach from=$address.ordered name=adr_loop item=pattern} - {assign var=addressKey value=" "|explode:$pattern} -
  • - {foreach from=$addressKey item=key name="word_loop"} - - {$address.formated[$key]|escape:'htmlall':'UTF-8'} - - {/foreach} -
  • - {/foreach} -
  • {l s='Update'}
  • -
  • {l s='Delete'}
  • -
- {/foreach} -

-

-{else} -

{l s='No addresses available.'} {l s='Add new address'}

-{/if} - - - - diff --git a/themes/prestashop/authentication.tpl b/themes/prestashop/authentication.tpl deleted file mode 100644 index ef57a145f..000000000 --- a/themes/prestashop/authentication.tpl +++ /dev/null @@ -1,565 +0,0 @@ -{* -* 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: 7471 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{* -** Compatibility code for Prestashop older than 1.4.2 using a recent theme -** Ignore list isn't require here -** $address exist in every PrestaShop version -*} - -{* Will be deleted for 1.5 version and more *} -{* Smarty code compatibility v2 *} -{* If ordered_adr_fields doesn't exist, it's a PrestaShop older than 1.4.2 *} -{if !isset($dlv_all_fields)} - {$dlv_all_fields.0 = 'company'} - {$dlv_all_fields.1 = 'firstname'} - {$dlv_all_fields.2 = 'lastname'} - {$dlv_all_fields.3 = 'address1'} - {$dlv_all_fields.4 = 'address2'} - {$dlv_all_fields.5 = 'postcode'} - {$dlv_all_fields.6 = 'city'} - {$dlv_all_fields.7 = 'country'} - {$dlv_all_fields.8 = 'state'} -{/if} - -{capture name=path}{l s='Login'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - - - -

{if !isset($email_create)}{l s='Log in'}{else}{l s='Create your account'}{/if}

-{assign var='current_step' value='login'} -{include file="$tpl_dir./order-steps.tpl"} - -{include file="$tpl_dir./errors.tpl"} -{assign var='stateExist' value=false} -{if !isset($email_create)} - -
-
-

{l s='Create your account'}

-

{l s='Enter your e-mail address to create an account'}.

-

- - -

-

- {if isset($back)}{/if} - - -

-
-
-
-
-

{l s='Already registered ?'}

-

- - -

-

- - -

-

- {if isset($back)}{/if} - -

-

{l s='Forgot your password?'}

-
-
- {if isset($inOrderProcess) && $inOrderProcess && $PS_GUEST_CHECKOUT_ENABLED} -
-
-

{l s='Instant Checkout'}

-
- -

- - - * -

-

- {l s='Title'} - {foreach from=$genders key=k item=gender} - id}checked="checked"{/if} /> - - {/foreach} -

-

- - - - * -

-

- - - - * -

-

- {l s='Date of Birth'} - - {* - {l s='January'} - {l s='February'} - {l s='March'} - {l s='April'} - {l s='May'} - {l s='June'} - {l s='July'} - {l s='August'} - {l s='September'} - {l s='October'} - {l s='November'} - {l s='December'} - *} - - -

- {if isset($newsletter) && $newsletter} -

- - -

-

- - -

- {/if} -

{l s='Delivery address'}

- {foreach from=$dlv_all_fields item=field_name} - {if $field_name eq "company"} -

- - -

- {elseif $field_name eq "vat_number"} - - {elseif $field_name eq "address1"} -

- - - * -

- {elseif $field_name eq "postcode"} -

- - - * -

- {elseif $field_name eq "city"} -

- - - * -

- - {elseif $field_name eq "Country:name" || $field_name eq "country"} -

- - - * -

- {elseif $field_name eq "State:name" || $field_name eq 'state'} - {assign var='stateExist' value=true} - -

- - - * -

- {elseif $field_name eq "phone"} -

- - * -

- {/if} - {/foreach} - {if $stateExist eq false} -

- - - * -

- {/if} - - - -
-
- -

- *{l s='Required field'} - -

-
- {/if} -{else} -
- {$HOOK_CREATE_ACCOUNT_TOP} - - {if isset($PS_REGISTRATION_PROCESS_TYPE) && $PS_REGISTRATION_PROCESS_TYPE} - - - {/if} - {$HOOK_CREATE_ACCOUNT_FORM} -

- - - {if isset($back)}{/if} - *{l s='Required field'} -

-

- {l s='Back'} - -

-
-{/if} \ No newline at end of file diff --git a/themes/prestashop/best-sales.tpl b/themes/prestashop/best-sales.tpl deleted file mode 100644 index fc5cab36e..000000000 --- a/themes/prestashop/best-sales.tpl +++ /dev/null @@ -1,38 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Top sellers'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

{l s='Top sellers'}

- -{if $products} - {include file="$tpl_dir./product-sort.tpl"} - {include file="$tpl_dir./product-list.tpl" products=$products} - {include file="$tpl_dir./pagination.tpl"} -{else} -

{l s='No top sellers.'}

-{/if} diff --git a/themes/prestashop/breadcrumb.tpl b/themes/prestashop/breadcrumb.tpl deleted file mode 100644 index 3e2867d4e..000000000 --- a/themes/prestashop/breadcrumb.tpl +++ /dev/null @@ -1,32 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - - -{if isset($smarty.capture.path)}{assign var='path' value=$smarty.capture.path}{/if} - - \ No newline at end of file diff --git a/themes/prestashop/cache/index.php b/themes/prestashop/cache/index.php deleted file mode 100644 index dce6b30f5..000000000 --- a/themes/prestashop/cache/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/category-cms-tree-branch.tpl b/themes/prestashop/category-cms-tree-branch.tpl deleted file mode 100644 index fa057fabf..000000000 --- a/themes/prestashop/category-cms-tree-branch.tpl +++ /dev/null @@ -1,53 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -
  • - {$node.name|escape:'htmlall':'UTF-8'} - {if isset($node.children) && $node.children|@count > 0} -
      - {foreach from=$node.children item=child name=categoryCmsTreeBranch} - {if isset($child.children) && $child.children|@count > 0 || isset($child.cms) && $child.cms|@count > 0} - {if $smarty.foreach.categoryCmsTreeBranch.last && $node.cms|@count == 0} - {include file="$tpl_dir./category-cms-tree-branch.tpl" node=$child last='true'} - {else} - {include file="$tpl_dir./category-cms-tree-branch.tpl" node=$child} - {/if} - {/if} - {/foreach} - {if isset($node.cms) && $node.cms|@count > 0} - {foreach from=$node.cms item=cms name=cmsTreeBranch} -
    • {$cms.meta_title|escape:'htmlall':'UTF-8'}
    • - {/foreach} - {/if} -
    - {elseif isset($node.cms) && $node.cms|@count > 0} - - {/if} -
  • diff --git a/themes/prestashop/category-count.tpl b/themes/prestashop/category-count.tpl deleted file mode 100644 index d64ef1f69..000000000 --- a/themes/prestashop/category-count.tpl +++ /dev/null @@ -1,31 +0,0 @@ -{* -* 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$ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} -{if $category->id == 1 OR $nb_products == 0}{l s='There are no products.'} -{else} - {if $nb_products == 1}{l s='There is'}{else}{l s='There are'}{/if} - {$nb_products} - {if $nb_products == 1}{l s='product.'}{else}{l s='products.'}{/if} -{/if} \ No newline at end of file diff --git a/themes/prestashop/category-tree-branch.tpl b/themes/prestashop/category-tree-branch.tpl deleted file mode 100644 index c998f4659..000000000 --- a/themes/prestashop/category-tree-branch.tpl +++ /dev/null @@ -1,40 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -
  • - {$node.name|escape:'htmlall':'UTF-8'} - {if $node.children|@count > 0} -
      - {foreach from=$node.children item=child name=categoryTreeBranch} - {if $smarty.foreach.categoryTreeBranch.last} - {include file="$tpl_dir./category-tree-branch.tpl" node=$child last='true'} - {else} - {include file="$tpl_dir./category-tree-branch.tpl" node=$child last='false'} - {/if} - {/foreach} -
    - {/if} -
  • \ No newline at end of file diff --git a/themes/prestashop/category.tpl b/themes/prestashop/category.tpl deleted file mode 100644 index 16f283d3c..000000000 --- a/themes/prestashop/category.tpl +++ /dev/null @@ -1,92 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{include file="$tpl_dir./breadcrumb.tpl"} -{include file="$tpl_dir./errors.tpl"} - -{if isset($category)} - {if $category->id AND $category->active} - -

    - {strip} - {$category->name|escape:'htmlall':'UTF-8'} - {$categoryNameComplement|escape:'htmlall':'UTF-8'} - - {include file="$tpl_dir./category-count.tpl"} - - {/strip} -

    - - {if $scenes} - - {include file="$tpl_dir./scenes.tpl" scenes=$scenes} - {else} - - {if $category->id_image} -
    - {$category->name|escape:'htmlall':'UTF-8'} -
    - {/if} - {/if} - - {if $category->description} -
    {$category->description|nl2br}
    - {/if} - {if isset($subcategories)} - -
    -

    {l s='Subcategories'}

    - -
    -
    - {/if} - - {if $products} - {include file="$tpl_dir./product-compare.tpl"} - {include file="$tpl_dir./product-sort.tpl"} - {include file="$tpl_dir./product-list.tpl" products=$products} - {include file="$tpl_dir./product-compare.tpl"} - {include file="$tpl_dir./pagination.tpl"} - {elseif !isset($subcategories)} -

    {l s='There are no products in this category.'}

    - {/if} - {elseif $category->id} -

    {l s='This category is currently unavailable.'}

    - {/if} -{/if} \ No newline at end of file diff --git a/themes/prestashop/cms.tpl b/themes/prestashop/cms.tpl deleted file mode 100644 index fe2d89b8b..000000000 --- a/themes/prestashop/cms.tpl +++ /dev/null @@ -1,73 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} -{if isset($cms) && $cms->id != $cgv_id} - {include file="$tpl_dir./breadcrumb.tpl"} -{/if} -{if isset($cms) && !isset($category)} - {if !$cms->active} -
    -
    -

    {l s='This CMS page is not visible to your customers.'} - - - -

    -
    -

    -

    -
    - {/if} -
    - {$cms->content} -
    -{elseif isset($category)} -
    -

    {$category->name|escape:'htmlall':'UTF-8'}

    - {if isset($sub_category) & !empty($sub_category)} -

    {l s='List of sub categories in '}{$category->name}{l s=':'}

    - - {/if} - {if isset($cms_pages) & !empty($cms_pages)} -

    {l s='List of pages in '}{$category->name}{l s=':'}

    - - {/if} -
    -{else} - {l s='This page does not exist.'} -{/if} -
    \ No newline at end of file diff --git a/themes/prestashop/config.xml b/themes/prestashop/config.xml deleted file mode 100644 index 98e1ec50a..000000000 --- a/themes/prestashop/config.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/themes/prestashop/contact-form.tpl b/themes/prestashop/contact-form.tpl deleted file mode 100644 index a0bd5c093..000000000 --- a/themes/prestashop/contact-form.tpl +++ /dev/null @@ -1,121 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Contact'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

    {l s='Customer Service'} - {if isset($customerThread) && $customerThread}{l s='Your reply'}{else}{l s='Contact us'}{/if}

    - -{if isset($confirmation)} -

    {l s='Your message has been successfully sent to our team.'}

    - -{elseif isset($alreadySent)} -

    {l s='Your message has already been sent.'}

    - -{else} -

    {l s='For questions about an order or for more information about our products'}.

    - {include file="$tpl_dir./errors.tpl"} -
    -
    -

    {l s='Send a message'}

    -

    - - {if isset($customerThread.id_contact)} - {foreach from=$contacts item=contact} - {if $contact.id_contact == $customerThread.id_contact} - - - {/if} - {/foreach} -

    - {else} - -

    -

     

    - {foreach from=$contacts item=contact} - - {/foreach} - {/if} -

    - - {if isset($customerThread.email)} - - {else} - - {/if} -

    - {if !$PS_CATALOG_MODE} - {if (!isset($customerThread.id_order) || $customerThread.id_order > 0)} -

    - - {if !isset($customerThread.id_order) && isset($isLogged) && $isLogged == 1} - - {elseif !isset($customerThread.id_order) && !isset($isLogged)} - - {elseif $customerThread.id_order > 0} - - {/if} -

    - {/if} - {if isset($isLogged) && $isLogged} -

    - - {if !isset($customerThread.id_product)} - - {elseif $customerThread.id_product > 0} - - {/if} -

    - {/if} - {/if} - {if $fileupload == 1} -

    - - - -

    - {/if} -

    - - -

    -

    - -

    -
    -
    -{/if} diff --git a/themes/prestashop/css/addresses.css b/themes/prestashop/css/addresses.css deleted file mode 100755 index 0164e1625..000000000 --- a/themes/prestashop/css/addresses.css +++ /dev/null @@ -1,70 +0,0 @@ -/* adresses */ -div.addresses { - border: 1px solid #d0d3d8; - background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left; - padding: 0.6em; - position: relative; - width: 544px -} -div.addresses h3 { margin: 0 } -div.addresses p.checkbox input { - margin-top: 0!important; - margin-top: -3px -} -div.addresses ul.item { clear: both } -ul.address { - background-color: white; - float: left; - list-style-image: none; - list-style-position: outside; - list-style-type: none; - margin-left: 0.25em; - padding-bottom: 0.6em; - margin-bottom: 1em; - position: relative; - width: 268px -} -ul.address.full_width { width: 536px } -ul.address li { - padding-left: 1.4em; - margin-top: 0.6em -} -li.address_title { - margin-top: 0!important; - background-color: #d0d1d5; - color: #374853; - font-weight: bold; - height: 27px; - font-size: 1.2em; - line-height: 1.9em -} -ul.item li.address_title { background-image: url('../img/address_alias_left.gif') } -ul.alternate_item li.address_title { background-image: url('../img/address_alias_right.gif') } -ul.full_width li.address_title { background-image: url('../img/address_alias_full_width.gif') } -li.address_name, -li.address_firstname, -li.address_lastname, - li.address_update a, - li.address_delete a { color: #dd2a81 } -li.address_name, -li.address_firstname, -li.address_lastname, - li.address_company { font-weight: bold } - -span.address_name, -span.address_firstname, -span.address_lastname, -span.address_update a, -span.address_delete a { color: #dd2a81 } -span.address_name, -span.address_firstname, -span.address_lastname, -span.address_company { font-weight: bold } - -li.address_update, - li.address_delete { - background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important; - background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em; - margin-left: 1.4em -} -#center_column .address_add { padding: 1em 0 } diff --git a/themes/prestashop/css/authentication.css b/themes/prestashop/css/authentication.css deleted file mode 100755 index a8e6bc510..000000000 --- a/themes/prestashop/css/authentication.css +++ /dev/null @@ -1,58 +0,0 @@ - -/* authentication.tpl */ -#create-account_form, - #authentication #login_form { - width: 49%; - height: 20em; - clear: none; - float: left -} -#create-account_form h4 { - height: 3.4em; - padding: 0.3em 3em 0 4em -} -#create-account_form p.text, - #authentication #login_form p.text { - height: 3.4em; - margin-left: 4em; - padding-left: 0; - padding-right: 0 -} -#authentication #login_form a { color: #374853 } -#create-account_form { margin-right: 11px } -#create-account_form p.text { - text-align: left; - width: 100px -} -#authentication #create-account_form p.text label { width: 100px } -#authentication input#SubmitCreate, - #authentication input#SubmitLogin { margin: 0 } -#authentication p.submit { - margin-right: 0; - text-align: left; - padding-left: 17%!important -} -#authentication p.lost_password { padding-left: 4em } -#authentication #create-account_form fieldset, - #authentication #login_form fieldset { height: 18em } -#authentication p.submit span { padding-right: 0.5em } -#create-account_form label, #authentication #login_form label { - float: none; - clear: both; - display: block; - text-align: left; - width: 100%; - margin-bottom: 0.3em -} -#account-creation_form input.text, -#account-creation_form #id_country, -#account-creation_form #id_state, - #authentication textarea { width: 17em } - -.account_creation span.inline-infos -{ - width:100%; - text-align:left; - margin:2px 0 2px 32%; - font-size:9px; -} diff --git a/themes/prestashop/css/category.css b/themes/prestashop/css/category.css deleted file mode 100755 index b0d8b3c3d..000000000 --- a/themes/prestashop/css/category.css +++ /dev/null @@ -1,5 +0,0 @@ -/* category.tpl */ -body#category #subcategories li { height: 136px; width: 108px; margin-right: 3px } -div.cat_desc { margin: 0 1em } -body#category div#subcategories .inline_list a img { display: inline } -#category img#categoryImage { margin-top: 1em } \ No newline at end of file diff --git a/themes/prestashop/css/cms.css b/themes/prestashop/css/cms.css deleted file mode 100644 index f5c13955d..000000000 --- a/themes/prestashop/css/cms.css +++ /dev/null @@ -1,10 +0,0 @@ -#admin-action-cms { - background-color: #DFFAD3; - border: 1px solid #72CB67; - color: #374853; - margin-bottom: 10px; - padding: 4px; -} - -#admin-action-cms input.exclusive { float:right } - diff --git a/themes/prestashop/css/comparator.css b/themes/prestashop/css/comparator.css deleted file mode 100644 index ded41433d..000000000 --- a/themes/prestashop/css/comparator.css +++ /dev/null @@ -1,108 +0,0 @@ -.comparison_feature_value { - padding: 5px; - margin-top: 5px -} - -.comparison_feature { - padding: 5px; - color: red; - font-weight: bold -} - -.comparison_feature_odd { - background-color: #F1F2F4; - padding: 3px -} - -.comparison_feature_even { - padding: 3px -} - -.comparison_infos { - border-left: 1px dotted #595A5E; - vertical-align: top -} - -.comparison_infos_first { - border-left: 1px dotted #595A5E; - border-right: 1px dotted #595A5E -} - -#product_comparison { - border-collapse: collapse -} - -tr.comparison_header td { - background-color: #595A5E; - color: #FFFFFF; - font-weight: bold; - padding: 3px -} - -.product_desc a { - text-decoration: none -} - -.comparison_comment { - background-color: #FFFFFF -} - - -.cluetip-comparison_comments { - text-align: justify; - background-color:white; - padding:10px; - border:1px solid gray; - background-color:#F1F2F4; - opacity:0.95; - width: 430px - } - -.comment .customer_name { - font-weight: bold -} - - -.cmp_remove { - margin: auto; - text-align: center; - display: block; - width: 120px; - cursor: pointer; - display: block; - line-height: 22px; - height: 22px; - background: url('../../../../img/admin/delete.gif') no-repeat -} - -.comparison_availability_statut { - height: 27px -} - -.comparison_old_price { - height: 13px -} - -.comparison_product_infos { - width: 100%; - text-align: center -} - -#center_column .products_block .comparison_product_infos a.product_image { - margin: 0px auto -} - -.comparison_unit_price { - color:gray; - font-size:0.75em -} - -.product_discount { - height: 13px; - color:#DA0F00; - font-weight:bold; - text-transform:uppercase -} - - - diff --git a/themes/prestashop/css/contact-form.css b/themes/prestashop/css/contact-form.css deleted file mode 100755 index d6e2cee9f..000000000 --- a/themes/prestashop/css/contact-form.css +++ /dev/null @@ -1,8 +0,0 @@ -/* contact-form.tpl */ -body#contact-form div#center_column form input#email, - body#contact-form div#center_column form select#id_contact, - body#contact-form div#center_column form textarea#message { width: 50% } -form.std p.desc_contact span.like_input { - width: 366px; - text-align: left -} \ No newline at end of file diff --git a/themes/prestashop/css/global.css b/themes/prestashop/css/global.css deleted file mode 100644 index f204bb0f5..000000000 --- a/themes/prestashop/css/global.css +++ /dev/null @@ -1,1612 +0,0 @@ -/* - PrestaShop CSS - 18 used colors: - 10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4 - 4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630 - 2 yellows: #f8e1a0 #f9e400 - 1 green: #488c40 - 1 red: #da0f00 -*/ - -* { - padding: 0; - margin: 0 -} -body { - background-color: white; - font-size: 11px; - font-family: Verdana, Arial, Helvetica, Sans-Serif; - color: #5d717e; - text-align: center -} - -/* Useful */ -.align_center { text-align: center } -.align_right { text-align: right } -.middle { vertical-align: middle } -.align_justify { text-align: justify } -.uppercase { text-transform: uppercase } -.hidden, .collapsed, .block_hidden_only_for_screen { display: none } -.wrap { white-space: normal } -.bold { font-weight: bold } -.strike { text-decoration: line-through } -.italic { font-style: italic } -.top { vertical-align: top } -.span_link { cursor: pointer } -.span_link:hover { text-decoration: underline } -.clear { clear: both } -br.clear { - clear: both; - line-height: 0; - font-size: 0; - height: 0 -} -noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray } -/* new clearfix */ -.clearfix:after { - clear: both; - display: block; - height: 0; - font-size: 0; - visibility: hidden; - content: "."; -} -* html .clearfix { zoom: 1 } -*:first-child+html .clearfix { zoom: 1 } - -/* Footer links */ -.footer_links { - list-style-type: none; - clear: both; - height: 2em; - margin-top: 2em -} -.footer_links li { - float: left; - margin-right: 2em; - height: 2em -} -.footer_links a { text-decoration: none } -.footer_links a:hover { color: black } -.footer_links img.icon { vertical-align: -2px } - -/* transfert effect*/ -.transferProduct { border: 2px solid #888 } - -/* simple list inline */ -.inline_list { list-style-type: none; margin-top: 1em } -.inline_list li { float: left; text-align: center } -.inline_list img { display: block } -ul.half { - width: 45%; - margin-right: 1em; - float: left -} - -/* Category tree (i.e. in sitemap) */ -div.tree_top { - background: url('../img/sitemap-top.gif') no-repeat -1px -3px; - padding-left: 24px; - padding-bottom: 5px; - padding-top: 3px -} -ul.tree, ul.tree ul { list-style-type: none } -ul.tree li { - padding-left: 1.2em; - border-left: 1px gray dotted; - background: url(../img/sitemap-horizontal.png) no-repeat left 10px; - margin-left: 1em -} -ul.tree a { padding-left: 0.2em } -ul.tree a.selected { font-weight: bold } -ul.tree li.last { - background: url(../img/sitemap-last.gif) no-repeat -12px -2px; - border: none -} -span.grower { cursor: pointer } - -/* Tabs */ -.idTabs { - list-style-type: none; - border-bottom: solid 1px #76839b; - height: 21px; - margin-top: 1em -} -ul.idTabs li { - float: left; - margin-right: 1px -} -.idTabs a { - background-image: url('../img/tab_bg.jpg'); - display: block; - width: 173px; - height: 18px; - text-align: center; - text-decoration: none; - text-transform: uppercase; - font-weight: bold; - padding-top: 3px; - color: #374853 -} -.idTabs .selected { - background-image: url('../img/tab_bg_selected.jpg'); - color: white -} - -/* IdTabs Short*/ -.idTabsShort a { - background-image: url('../img/tab_bg_short.jpg'); - width: 138px -} -.idTabsShort .selected { - background-image: url('../img/tab_bg_selected_short.jpg'); - color: white -} -div.sheets { - clear: both; - padding: 1em -} -#more_info_sheets li { - background-position: 6px 4px; - margin-bottom: 0.4em -} - -/* global style */ -a { - color: #5d717e; - text-decoration: underline; - outline: none -} -a:hover { text-decoration: none } -.input:focus { outline: 0 } -a img { - outline: none; - border: none; - text-decoration: none -} -h1 { - font-size: 1.1em; - line-height: 1.6em; - padding-left: 0.5em; - margin: 0.5em 0; - text-transform: uppercase; - font-weight: bold; - color: #374853; - background: transparent url('../img/title_bg.png') no-repeat top left; - height: 21px -} -h1 span { - font-size: 0.9em; - text-transform: none; - font-weight: normal; - font-style: italic; - color: #374853; - margin-left: 1em -} -h2 { - font-size: 1.1em; - line-height: 1.6em; - padding-left: 0.5em; - margin: 0.5em 0; - text-transform: uppercase; - font-weight: bold; - color: #374853; - background: transparent url('../img/title_bg.png') no-repeat top left; - height: 21px -} -h2 span { - font-size: 0.9em; - text-transform: none; - font-weight: normal; - font-style: italic; - color: #374853; - margin-left: 1em -} -h3 { font-size: 1.1em; margin: 1em 0 } -h4 { font-size: 1em } - -/* global layout */ -#page { - width: 980px; - margin: 0 auto 2px auto; - text-align: left -} -#header_logo { - float: left; - width: 264px; - display: block -} -img.logo { - float: left; - margin-top: 0.5em; - font-size: 2em; - font-weight: bold -} -#header_right { - float: left; - margin-bottom: 15px; - width: 73%; - text-align: right -} -#left_column, #center_column, #right_column { float: left } -#left_column { - clear: left; - width: 191px; - margin-right: 21px; - overflow: hidden -} -#center_column { - width: 556px; - margin: 0 0 30px 0; - overflow: hidden -} -#old_center_column { display: none } - -.ac_results_instant { - display: none; - visibility: hidden -} -#instant_search_results a.close { - background: url("../img/nav-logout.gif") no-repeat scroll right 2px transparent; - float: right; - margin-right: 7px; - padding-right: 21px; - text-transform: none -} -#right_column { - width: 191px; - margin-left: 21px; - overflow: hidden -} - -/* global RTE fields */ -.rte, - .mceContentBody { - text-align: left; - background: white; - color: black -} -body.mceContentBody { - margin: 9px 6px; - width: 556px -} -.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td, -.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td { - margin: 0; - padding: 0; - border: 0; - outline: 0; - font-weight: inherit; - font-style: inherit; - font-size: 100%; - font-family: inherit; - vertical-align: baseline -} -.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6, - .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 { - margin: 0.75em 0 0.3em 0; - color: #374853 -} -.rte h1, - .mceContentBody h1 { - font-size: 25px; - font-weight: bold; - background: inherit -} -.rte h2, - .mceContentBody h2 { - font-size: 20px; - background: none; - text-transform: none; - height: auto -} -.rte h3, .mceContentBody h3 { font-size: 16px } -.rte h4, .mceContentBody h4 { font-size: 14px } -.rte h5,.mceContentBody h5 { font-size: 12px } -.rte h6, div.rte h6 { font-size: 8px } -.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em } -.rte ul, .mceContentBody ul { - list-style-type: square; - margin-left: 10px -} -.rte strong, .mceContentBody strong { font-weight: bold } -.rte em, .mceContentBody em { font-style: italic } - -/* tables still need 'cellspacing="0"' in the markup */ -.rte table,.mceContentBody table { - border-collapse: separate; - border-spacing: 1px; - width: auto -} -.rte caption, .rte th, .rte td, .rte table, - .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table { - text-align: left; - font-weight: normal; - background: none; - height: inherit; - border: 1px #e5e6e7 solid; - text-align: center -} -.rte th, .mceContentBody th { - padding-left: 1em; - padding-right: 1em; - background: #e5e6e7 -} -#center_column .rte p, - .mceContentBody p { padding-left: 0; margin: 0.5em 0 } -.rte ol, .mceContentBody ol { - list-style-type: decimal; - margin-left: 10px -} - -/* /global RTE fields */ - -/* global table style */ -div.table_block { - background: transparent url('../img/table_footer.gif') no-repeat bottom left; - padding-bottom: 6px; - margin: 0 auto 2em; - width: 541px -} -.std {font-size: 11px;} -table.std { - border-spacing: 0; - border-collapse: collapse; - width: 100% -} -/*class table.std */ -.std td,.std th { padding: 0.4em 0.5em } -.std th { white-space: nowrap } -.std tr.item td,.std .item th { background-color: white } -.std tr.alternate_item td, -.std tr.alternate_item th { background-color: #f1f2f4 } -.std tbody td,.std tfoot td { border-top: 1px solid #bdc2c9 } -.std tbody tr.shipping-address td,.std tfoot tr.shipping-address td { border-top: none } -.std tbody tr.shipping-address td.label,.std tfoot tr.shipping-address td.label { text-align: right; } -.std thead th { - background-color: transparent; - background-image: url('../img/table_header.gif'); - background-repeat: no-repeat; - height: 24px; - color: #374853; - font-weight: bold; - text-align: left; - white-space: nowrap -} -.std th.first_item { background-position: top left } -.std th.last_item { background-position: top right } -.std th.item { background-position: -5px 0 } -.std tfoot td { - color: #374853; - text-align: right; - white-space: nowrap -} - -/* /global table style */ - -/* global form style */ -form.std { clear: both } -form.std h3 { - color: #555; - font-size: 1.4em; - font-weight: normal; - border-bottom: 1px solid #d0d1d5; - padding: 0.5em; - margin: 0 0 0.5em 0 -} -form.std fieldset { - border: 1px solid #d0d3d8; - background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left; - margin-bottom: 1em; - padding-bottom: 1em -} -form.std legend { - padding: 0.3em 0.6em; - margin: 1em 0 1em 0.5em; - font-size: 1.6em; - font-weight: 100; - border-color: #d0d1d5; - border-style: solid; - border-width: 1px -} -form.std h4, form.std p { - padding: 0.3em 1em; - clear: both -} -form.std label, form.std p span { - float: left; - text-align: right; - width: 30% -} -form.std p span.like_input { - width: auto; - margin-left: 0.7em -} -input, textarea, select, span.editable { - margin-left: 0.7em; - font-size: 12px; - font-family: Verdana, Arial, Helvetica, Sans-Serif; - outline: none -} -input, textarea, select { border: 1px solid #bdc2c9 } -input.text { - height: 18px; - padding-left: 2px; - padding-right: 2px -} -.checkbox input, .radio input { border: none } -form.std .checkbox label, form.std .radio label, form.std span.form_info { - margin: 0; - float: none; - text-align: left -} -.required sup { color: #da0f00 } -form.std p.checkbox { padding-left: 30% } -form.std p.submit { - padding-left: 31%!important; - margin-bottom: 1.5em -} -#center_column form.std p.submit2 { - padding-left: 170px; - margin-bottom: 1.5em -} - -/* START OF BUTTONS SECTION - * -tags: input, a, span - * -sizes: mini, small, normal, large - * -types: button, exlusive - * -status: normal, hover, disabled - * -rule: the span.button is a a.button disabled -*/ - -/* global button */ -input.button_mini, input.button_small, input.button, input.button_large, -input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, -input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, -input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, -a.button_mini, a.button_small, a.button, a.button_large, -a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, -span.button_mini, span.button_small, span.button, span.button_large, -span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled { - background-repeat: no-repeat; - background-position: top left; - border: none; - color: black!important; - font-weight: bold; - font-size: 10px!important; - text-align: center; - text-decoration: none!important; - cursor: pointer; - display: block; - line-height: 18px; - height: 18px -} - -/* input button */ -input.button_mini, input.button_small, input.button, input.button_large, -input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, -input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, -input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled { - padding-bottom: 2px -} - -/* disabled button */ -input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, -input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, -span.button_mini, span.button_small, span.button, span.button_large, -span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled { - background-position: left -36px; - cursor: default; - color: #888!important -} - -/* exclusive button */ -input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, -input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, -a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, -span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled { - color: white!important -} - -/* exclusive disabled button */ -input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large { - color: #488c40!important -} - -/* hover button */ -input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover, -input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, -a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover, -a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover { - background-position: left -18px -} - -/* exclusive hover button */ -input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover { - color: white!important -} - -/* classic buttons */ -input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini { - width: 30px; - background-image: url('../img/button-mini.png') -} -input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small { - width: 60px; - background-image: url('../img/button-small.png') -} -input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive { - width: 120px; - background-image: url('../img/button-medium.png') -} -input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled { - width: 180px; - background-image: url('../img/button-large.png') -} - -/* exclusive button */ -input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') } -input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif') } -input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif') } -input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') } - -/* id_state field in managed via JS and is firstly hidden */ -form p.id_state { display: none } - -/* generic style */ -ul.bullet li, .block ul.bullet li, li.bullet { - padding-left: 2em; - background: transparent url('../img/bullet.gif') no-repeat 6px 6px; - list-style-type: none -} - -.price-discount { text-decoration: line-through } -.price-pretax { color: gray } -.price-ecotax { color: #488c40 } -img.icon { margin-right: 0.5em; vertical-align: middle } -.weight-price { - font-size: 0.75em; - text-align: right; - color: gray -} - -.volume-price { - font-size: 0.75em; - text-align: right; - color: gray -} - -.unity-price { - font-size: 0.75em; - text-align: right; - color: gray -} - -.price, .price-shipping, .price-wrapping { - color: #da0f00; - font-size: 1.1em; - font-weight: bold; - white-space: nowrap -} - -/* errors */ -.error { - width: 90%; - color: #da0f00; - margin: 0.3em auto 1.5em auto; - padding: 0.3em 0.8em 1em -} -.error p { font-weight: bold } -.error li { - list-style-position: inside; - list-style-type: decimal-leading-zero; - padding-left: 3em -} - -/* warning */ -.warning { - color: black; - font-size: 1.2em; - background-color: #F8E1A0; - border: 1px dashed #F9E400; - font-weight: bold; - margin: 0.2em 2em; - padding: 0.6em 1em -} -.warning_inline { - color: #da0f00; - font-weight: bold -} - -/* success */ -.success { - color: green; - font-weight: bold; - margin: 0.2em 1em; - padding: 0.3em 0.8em 1em -} -.success_inline { - color: green; - font-weight: bold -} - -/* breadcrumb.tpl */ -.breadcrumb { - font-size: 1em; - color: #888 -} -.breadcrumb .navigation-pipe { padding: 0 0.6em } -.breadcrumb a { - text-decoration: none; - color: #5d717e -} -.breadcrumb a:hover { text-decoration: underline } - -/* pagination.tpl */ -div.pagination { padding: 1em 0 } -ul.pagination { - list-style: none; - float: left -} -ul.pagination li { - display: inline; - float: left; - margin-right: 0.3em -} -ul.pagination li, ul.pagination a, ul.pagination span { - font-weight: bold; - color: #374853 -} -ul.pagination a, ul.pagination span { - border: 1px solid #888; - padding: 0em 0.4em; - display: block; - line-height: 17px; - background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right -} -ul.pagination a { text-decoration: none } -ul.pagination .current span { - background-color: #595a5e; - background-image: url('../img/pagination-bg-current.gif'); - color: white; - border: 1px solid #595a5e -} -ul.pagination li.truncate { - padding: 0.3em; - background: none -} -#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span { - background-image: url('../img/pagination-prevnext-bg.gif'); - border: none; - line-height: 19px; - border-color: #d0d1d5; - border-style: solid; - border-width: 0 1px -} -#pagination_previous { - background: transparent url('../img/pagination-prev-border.gif') no-repeat top left; - padding-left: 6px -} -#pagination_previous a, #pagination_previous span { border-left: none } -#pagination_next { - background: transparent url('../img/pagination-next-border.gif') no-repeat top right; - padding-right: 6px -} -#pagination_next a, #pagination_next span { border-right: none } -li.disabled span { - color: #888; - background-color: #f1f2f4 -} -form.pagination { text-align: right } -form.pagination label { - line-height: 1.4em; - vertical-align: bottom; - float: right; - margin-left: 0.3em -} -form.pagination select { float: right } -form.pagination select option { - font-size: 0.9em; - padding-right: 1em -} -form.pagination input { float: right } - -/* steps (like order step) */ -ul.step { - background: transparent url('../img/step_start.gif') no-repeat bottom left; - list-style: none; - margin: 0.8em auto 2em; - padding-left: 40px; - height: 25px; - width: 465px -} -ul.step li { - height: 25px; - float: left; - width: 100px; - text-align: center; - background: transparent url('../img/step_standard.gif') no-repeat bottom left -} -ul.step li.step_current { - background: transparent url('../img/step_current.gif') no-repeat bottom left; - font-weight: bold -} -ul.step li.step_todo { font-style: italic } -ul.step li#step_end { width: 40px } -ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom left } -ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left } -ul#order_step { background-color: white } - -/* product-sort.tpl */ -#productsSortForm p { - height: 1em; - margin: 0.5em 0 0 0 -} -#productsSortForm label, #productsSortForm select { float: right } -#productsSortForm select { font-size: 1em } - -/* Header */ -#header_right ul { list-style: none } -#header_right form { - border: none; - margin-bottom: 0!important; - display: inline -} -#header_right label { - margin: 0; - float: none -} - -/* Footer */ -#footer { - border-top: 1px solid #d0d3d8; - padding: 0.5em 0; - clear: both -} - -/* Default block style */ -div.block-cms h1 a { color: #374853; text-decoration: none; } -div.block-cms h1 a:hover { text-decoration: underline; } -div.block { - margin-bottom: 1em; - width: 191px -} -#left_column div.block, - #right_column div.block { - padding-bottom: 5px; - background: transparent url('../img/block_footer.png') no-repeat bottom left -} -div.block h4 { - text-transform: uppercase; - font-family: Arial, Helvetica, Sans-Serif; - font-weight: bold; - font-size: 1.2em; - padding-left: 0.5em; - border-bottom: 1px solid #595A5E; - padding-top: 2px; - line-height: 1.3em; - color: #374853; - height: 19px; - background: transparent url('../img/block_header.png') no-repeat top left -} -div.block h4 a { color: #374853 } -div.block ul { list-style: none } -div.block ul.tree li { padding-left: 1.2em } -div.block a:hover { text-decoration: underline } -#left_column div.block .block_content a.button_large, - #right_column div.block .block_content a.button_large { margin: 0 0 0 -3px } -div.block .block_content { - border-left: 1px #d0d3d8; - border-right: 1px #d0d3d8; - padding: 0 0.7em; - background: #f1f2f4 url('../img/block_bg.jpg') repeat-x bottom left; - min-height: 16px -} -div.block li { - padding: 0.2em 0 0.2em 0em; - list-style-position: outside -} -div.block a { - color: #595a5e; - text-decoration: none -} - -/* block exclusive */ -#left_column div.exclusive, #right_column div.exclusive { - background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left -} -div.exclusive h4 { - background: transparent url('../img/block_header_exclusive.png') no-repeat top left; - color: white -} -div.exclusive h4 a { color: white } -div.exclusive li { margin-top: 0 } -div.exclusive, div.exclusive a { color: white } -div.exclusive .block_content { - background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left; - border-left: 1px solid #595a5e; - border-right: 1px solid #595a5e -} - -/* block in the center column */ -#center_column p { margin: 0.5em 0; padding-left: 0.7em } -#center_column div.block { width: 536px; margin: auto } -#center_column div.block h4 { - background: transparent url('../img/block_header_large.png') no-repeat top left; - height: 17px; - color: white -} - -/* Styles for products blocks */ - -/* block products (new, features, viewed, etc...) on left and right column */ -.products_block li { margin-top: 0.2em } -.products_block li.item img { margin-right: 5px } -.products_block li.last_item { border: none } -.products_block li img { - float: left; - margin-right: 0.2em -} -.products_block p img { - float: none; - margin: 0 0 0 0.4em -} -.products_block li h5 { - display: inline; - font-size: 0.9em -} -.products_block li p a { - font-weight: bold; - font-size: 0.8em -} -.products_block dl { - clear: both; - border-top: 1px solid #374853; - padding: 0 4px 4px -} -.products_block dl dt { - margin-top: 0.3em; - color: #595a5e -} -.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em } -.products_block ul.product_images li { - border: none; - float: left; - clear: none -} - -/* Special style for block products in center column */ -#center_column .products_block { border: none } -#center_column .products_block { color: #595a5e } -#center_column .products_block h4 { line-height: 1.3em } -#center_column .products_block .block_content { - background: #d0d3d8 none; - padding: 0 -} -#center_column .products_block ul li:hover { background-color: #bdc2c9 } -#center_column .products_block ul li { - float: left; - background-color: #d0d3d8; - margin-top: 0; - padding: 0 0 1px; - width: 133px; - border-right: 1px solid white; - border-bottom: 1px solid white -} -#center_column .products_block ul .product_accessories_description { - margin: 0; - padding: 0; - height: 280px -} - -/*#center_column .products_block li.last_item { float: none; clear: both }*/ -#center_column .products_block li.last_item_of_line { border-right: none } -#center_column .products_block li.first_item_of_line { clear: both } -#center_column .products_block li.last_line { border-bottom: none } -#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em } -#center_column div.products_block h5 { - display: block; - margin-top: 8px; - height: 2.57em -} -#center_column div.products_block h5 a { - color: #374853; - font-size: 1.1em -} -#center_column div.products_block ul li p { - margin: 0; - padding: 0 -} -#center_column div.products_block div.product_desc { - height: 9em; - color: #595a5e; - overflow: hidden -} -#center_column div.products_block a.product_image { - display: block; - background-color: transparent; - margin-bottom: 2px; - margin-left: 2px; - width: 129px; - height: 129px -} -#center_column div.products_block .product_accessories_description a.product_image { - width: 118px; - height: 85px -} -#center_column div.products_block a.product_description { - display: block; - width: 118px; - height: 50px; - margin-left: 2px; - margin-bottom: 8px; - overflow:hidden -} - -#center_column div.products_block a.product_image img { - float: none; - margin: 0 -} -#center_column div.products_block h5 { margin: 10px 5px 3px 5px } -#center_column div.products_block div.product_desc { margin: 0 5px } -#center_column div.products_block ul li div.product_desc a { font-weight: normal } -#center_column .products_block span.price { - text-align: center; - font-size: 1.5em; - padding: 0.5em 0; - /*display: block;*/ -} -p.price_container { text-align: center } -#center_column .products_block .featured_price { margin-top: 2.5em } -#center_column .products_block a.button, - #center_column .products_block a.exclusive, - #center_column .products_block span.exclusive { margin: 0.5em auto } - -/* Special style for block accessories in center column (product page) */ -#center_column .products_block.accessories_block .block_content { background: none } -#center_column div.products_block.accessories_block div.product_desc { - margin-right: 0; - height: 150px; - border-right: 1px solid #d0d3d8 -} -#center_column .products_block.accessories_block .block_content li { background: none; text-align: center } -#center_column .products_block.accessories_block .block_content li h5, - #center_column .products_block.accessories_block .block_content li a.product_description { text-align:left } -#center_column .products_block.accessories_block .block_content li.last_item a.product_image { border: none } - -/* discount.tpl */ -td.discount_value { white-space: nowrap } - -/* address.tpl */ -p.address_navigation { - padding: 1em 0!important; - margin-bottom: 1.5em -} -p.address_navigation a.button { float: left } -p.address_navigation input[type=submit].button { float: right } - -/* shopping cart */ -.cart_last_product { - width: 300px; - margin: 0 auto 12px -} -.cart_last_product_header, -.cart_last_product_header .left { - background: url('../img/table_header.gif') right 0; -} -.cart_last_product_header .left { - background-color:#fff; - background-position:0 0; - margin-bottom:5px; - padding-left: 27px; - width: 249px; - height: 24px; - line-height: 24px; - color: #374853; - font-weight: bold -} -.cart_last_product_img { float:left } -.cart_last_product_img img { - margin:0 6px; - border:1px solid #D0D1D5; - width: 45px; - height: 45px -} - .cart_last_product_content { - float:right; - width:241px -} -.cart_last_product_content a { text-decoration:none } -.cart_last_product_content h5 { font-size:9px } -.cart_last_product_content h5 a { color:#595A5E } - -p.cart_navigation { padding: 1em 0!important } -p.cart_navigation .button, -p.cart_navigation .button_large { float: left } -p.cart_navigation .exclusive, -p.cart_navigation .exclusive_large, -p.cart_navigation .exclusive_large_disabled { float: right } -p.cart_navigation_extra { - text-align: center; - width: auto -} - -p.cart_navigation .multishipping-button { margin-right: 10px } -.address-form-multishipping { padding: 10px 0px; } -#multishipping_mode_box { - border: 1px solid #D0D3D8; - background: url("../img/form_bg.jpg") repeat-x scroll left top #D0D1D5; - margin-bottom: 10px; - padding: 5px; -} -#multishipping_mode_checkbox { - vertical-align: middle; - margin-right: 5px; -} -#multishipping_mode_box.on { - border: 1px solid #ddd; -} -#multishipping_mode_box .title { - padding: 5px; - font-weight: bold; -} -#multishipping_mode_box .description, #multishipping_mode_box .description_off { - padding: 5px; -} -#multishipping_mode_box .description_off { - display: none; - padding: 5px; -} -#multishipping_mode_box .description_off div { - margin-bottom: 10px; -} -#multishipping_mode_box .description_off a, #multishipping_mode_box .description a { - display: block; - text-align: center; - text-decoration: none; - padding: 5px 10px; - margin: 0 160px; - border: 1px solid #ccc; - background: #ddd; -} -#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover { - background: #f3f3f3; - border: 1px solid #ccc; -} -#multishipping_mode_box.on .description_off { - display: block; -} - -form.std p.cart_navigation span { - float: none; - text-align: left; - width: auto -} -#cart_summary tfoot td { - border-top: none; - line-height: 1.5em -} -#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9 } -#cart_summary tfoot tr.cart_total_price td { border-bottom: 2px solid #bdc2c9 } -#cart_summary .price, #cart_summary .price-discount { - color: #595A5E; - font-size: 1em; - text-decoration: none -} -tr.cart_item td .cart_address_delivery { width: 100px; margin-right: 10px; } -tr.cart_item td { padding: 0.5em 5px 0.5em 0; } -td.cart_product a { margin: 0 0.6em } -td.cart_product a img { - border: 1px solid #d0d1d5; - width: 45px; - height: 45px -} -td.cart_product a:hover img { border: 1px solid #888 } -td.cart_description a { text-decoration: none } -td.cart_description a:hover { text-decoration: underline } -td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e } -td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right } -td.cart_availability, td.cart_ref { text-align: center } -td.cart_total .price { font-weight: bold } -tr.cart_item td.cart_unit { padding-right: 1em } -td.cart_quantity { - width: 7.5em; - text-align: right -} -.cart_quantity_input { float: right; margin: 5px 10px 0 0; } -td.cart_quantity p, td.cart_quantity a { - float: left; - display: inline -} -td.cart_quantity p { padding-right: 0.3em } -td.cart_quantity .icon { margin-top: 0.6em } -td.cart_quantity a.cart_quantity_up, - td.cart_quantity a.cart_quantity_down { display: block } -tr.cart_free_shipping { white-space: normal } -tr.cart_total_price { font-weight: bold } -#order tfoot p { - margin: 0; - float: left; - width: 85% -} -#order tfoot span { - float: right; - width: 15%; - display: block -} -#order #voucher fieldset { - border: 1px solid #bdc2c9; - padding: 0.7em -} -#order form#voucher fieldset #display_cart_vouchers { - margin-top:5px; - clear:both; - float:left; -} -#order form#voucher fieldset #display_cart_vouchers .voucher_name { - color:#DD2A81; - font-weight:bold; - cursor:pointer; -} -#order form#voucher h4, -#order form#voucher p, -#order form#voucher .button { display: inline } -#order form#voucher h4 { - float: left; - line-height: 1.5em; - margin-right: 6em -} -#order #order_carrier img { vertical-align: middle } -#order #order_carrier span { margin: 0 0.2em } -#order #gift_div { display: none } -#order #gift_div label, #order #gift_div textarea { - display: block; - width: 100%; - margin: 1em 0 -} -#order .delivery_options_address, #orderopc .delivery_options_address { - width: 541px; - margin-left: 7px; -} -#order .delivery_options_address h3, #orderopc .delivery_options_address h3 { - background: url("../img/table_header.gif") no-repeat; - background: url("../img/table_header.gif") no-repeat; - color: #374853; - font-weight: bold; - height: 14px; - padding: 5px 10px; - margin: 10px 0 0 0; -} - -#order .delivery_option_radio, #orderopc .delivery_option_radio { - float: left; - margin-top: 12px; -} -#order .delivery_option label, #orderopc .delivery_option label { - display: block; - padding-bottom: 5px; -} -#order .delivery_option label > table.resume, #orderopc .delivery_option label > table.resume { - width: 522px; - height: 40px; -} -#order .delivery_option.item, #orderopc .delivery_option.item { - background: #FAFAFA; -} -#order .delivery_option.alternate_item, #orderopc .delivery_option.alternate_item { - background: #F1F2F4; - border-top: 1px solid #BDC2C9; -} -#order .delivery_option label > table.resume td, #orderopc .delivery_option label > table.resume td { - padding: 0 8px; -} -#order .delivery_option label > table.resume td + td, #orderopc .delivery_option label > table.resume td + td { - text-align: left; - width: 380px; -} -#order .delivery_option label > table.resume td + td + td, #orderopc .delivery_option label > table.resume td + td + td { - text-align: right; - width: 100px; -} -#order .delivery_options_address .delivery_option_logo, #orderopc .delivery_options_address .delivery_option_logo { - text-align: center; - width: 100px; -} -#order .delivery_option_icon, #orderopc .delivery_option_icon { -} -#order .delivery_option_price, #orderopc .delivery_option_price { -} -#order .delivery_options_address .delivery_option_logo img, #orderopc .delivery_options_address .delivery_option_logo img { height: 40px; } -#order .delivery_option_carrier, #orderopc .delivery_option_carrier { - border: 1px solid #BDC2C9; - background: white; - margin: 5px 20px; - padding: 5px; - width: 500px; -} - -#order-opc tfoot p { - margin: 0; - float: left; - width: 85% -} -#order-opc tfoot span { - float: right; - width: 15%; - display: block -} -#order-opc #voucher fieldset { - border: 1px solid #bdc2c9; - padding: 0.7em -} -#order-opc form#voucher fieldset #display_cart_vouchers { - margin-top:5px; - clear:both; - float:left; -} -#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name { - color:#DD2A81; - font-weight:bold; - cursor:pointer; -} -#order-opc form#voucher h4, - #order-opc form#voucher p, - #order-opc form#voucher .button { display: inline } -#order-opc form#voucher h4 { - float: left; - line-height: 1.5em; - margin-right: 6em -} -#order-opc #order_carrier { - clear: both; - margin-top: 1em; - border: 1px solid #bdc2c9; - padding: 0.5em -} -#order-opc #order_carrier h4 { - width: 50%; - display: inline -} -#order-opc #order_carrier img { vertical-align: middle } -#order-opc #order_carrier span { margin: 0 0.2em } -#order-opc #gift_div label, #order #gift_div textarea { - display: block; - width: 100%; - margin: 1em 0 -} - -#guest-tracking p.center { width: 100%; text-align: center; } -#guest-tracking p.center input.exclusive_large { display: inline; } - -/* views block */ -#views_block { - margin: 0 auto; - width: 290px -} -#thumbs_list { - overflow: hidden; - float: left; - width: 255px -} -#thumbs_list ul { - padding-left: 0; - list-style-type: none; - margin-top: 5px -} -#thumbs_list li { - float: left; - cursor: pointer; - width: 80px; - height: 80px; - margin-right: 5px -} -#view_scroll_left, #view_scroll_right { - background: url('../img/thumbs_left.gif') no-repeat center; - text-indent: -3000px; - width: 9px; - height: 18px; - float: left; - margin-top: 30px; - padding-right: 4px; - padding-left: 4px -} -#view_scroll_right { background-image: url('../img/thumbs_right.gif') } -span.view_scroll_spacer { - float: left; - width: 17px; - height: 80px -} - -/* manufacturers-list.tpl && suppliers-list.tpl */ -#manufacturers_list, #suppliers_list { - margin-top: 2em; - list-style-type: none -} -#suppliers_list li, #manufacturers_list li { - background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x; - border: solid 1px #d0d3d8; - padding: 0.6em; - margin-bottom: 1.5em; -} -#suppliers_list li a, #manufacturers_list li a { - text-decoration: none; - color: #374853 -} -#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 } -#suppliers_list .left_side, #manufacturers_list .left_side { - float: left; - width: 75% -} -#suppliers_list .logo, #manufacturers_list .logo { - border: solid 1px #d0d3d8; - float: left; - margin-right: 0.6em -} -#suppliers_list li p.description, -#manufacturers_list li p.description { font-size: 0.92em } -#suppliers_list li .right_side, -#manufacturers_list li .right_side { - float: right; - text-align: right -} -#suppliers_list .right_side span, -#manufacturers_list .right_side span { - font-size: 1.7em; - color: #da0f00 -} -#suppliers_list li a.button, -#manufacturers_list li a.button { margin-top: 4em } - -/* conditions & legal */ -ul.shop_info { - list-style-type: square!important; - list-style-position: inside; - padding: 0.6em; - margin-top: 0.6em; - margin-left: 2em; - border: 1px solid #888 -} -ul.shop_info li { - padding-left: 0.5em!important; - padding-bottom: 0.5em!important -} - -/* conditions.tpl */ -#conditions #right_column { display: none } -#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left } -#conditions #center_column { - width: 730px; - text-align: justify -} -#conditions #center_column ul, - #conditions #center_column ol { - margin-left: 2em; - padding: 0.6em -} -#conditions #center_column ul { list-style-type: circle } -#conditions #center_column li { padding-bottom: 0.5em } -#conditions #center_column { line-height: 1.3em } - -/* order step 3: PAYMENT */ -.payment_module { display: block } -.payment_module img { - vertical-align: middle; - margin-right: 1em -} -.payment_module a { - display: block; - border: 1px solid #595a5e; - padding: 0.6em; - text-decoration: none -} -.payment_module a:hover, .payment_module a:focus, .payment_module a:active { - border: 1px solid #488c40; - background-color: #e5e6e7; - color: #374853 -} - -/* Printable version */ -@media print { - div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br { - display: none - } - div#center_column { width: 100% } - input.text { border: 1px solid gray } - .block_hidden_only_for_screen { - display: block; - margin-top: 1em - } - #more_info_sheets #idTab1 { width: 530px } - * { - background: none!important; - background-color: white!important; - } -} - -/* Customizable product */ -#customization_block { width: 556px } -.customization_block_title { margin: 4px 4px 4px 2px } -#customization_block ul { margin: 6px 6px 0 6px } -.customization_block_input { vertical-align: inherit } -img.customization_delete_icon { margin: 2px } -li.customizationUploadLine { - text-align: right; - margin-right: 40px; - clear: left; - padding: 4px; - display: block -} -div.customizationUploadBrowse { float: left } -div.customizationUploadBrowseDescription { padding: 6px } -img.customizationUploaded { - margin: 2px; - border: 1px solid #888888 -} -ul.customizationUploaded { - list-style-type: none; - margin-left: 4px -} -ul.customizationUploaded li { display: inline } -ul.customizationUploaded a { text-decoration: none } -div.customizationUploaded { clear: left } -div.deletePictureUploaded { float: right } -div.deleteCustomizableProduct { float: right } -ul.typedText { - padding-left: 6px; - list-style-type: none -} -/* mywishlist */ -#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px } -#mywishlist div#block-order-detail { - margin-top: 10px; - display: block -} -#mywishlist form.std fieldset label { width: 30px } -#mywishlist form.std fieldset input#submitWishlist { display: inline } -#mywishlist table.std thead th.mywishlist_first { - text-align: center; - width: 40px -} -#mywishlist table.std thead th.mywishlist_second { - text-align: center; - width: 80px -} -#mywishlist table.std thead th.first_item, -#mywishlist table.std tbody tr td { width: 200px } -#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin: 0 } -#mywishlist div#block-order-detail { margin-top: 10px } -#mywishlist #hideBoughtProducts, -#mywishlist #showBoughtProducts { - float: left; - margin: -18px 0 0 5px -} -#mywishlist #showBoughtProducts, -#mywishlist #hideBoughtProductsInfos, -#mywishlist #hideSendWishlist { display: none } -#mywishlist #showBoughtProductsInfos, -#mywishlist #hideBoughtProductsInfos { margin-left: 5px } -#mywishlist #showSendWishlist, -#mywishlist #hideSendWishlist, -#mywishlist div#block-order-detail ul li a.exclusive { - float: right; - margin: -18px 0 0 0 -} -#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center } -#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px } -#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 10px } -#mywishlist div#block-order-detail ul li img { float: left } - -/* View wishlish */ -#view_wishlist #featured-products_block_center ul div li a img { float: left } -#view_wishlist #featured-products_block_center ul div li a, - #view_wishlist #featured-products_block_center ul div li span { - text-decoration: none; - float: left -} -#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail, - div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { - margin-left: 30px; - float: left -} -div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px } -#view_wishlist #featured-products_block_center ul div li a.exclusive, - #view_wishlist #featured-products_block_center ul div li span.exclusive { - margin-left: 55px -} -#view_wishlist #featured-products_block_center ul div li.address_name input.text { - color: #999; - font-weight: bold; - font-size: 11px; - border: 0 -} - -/* module reversoform*/ -.account_creation #reverso-form { width: 100% } -.account_creation #reverso-form label { - width: 250px; - text-align: left; - margin-left: 10px -} -.account_creation #reverso-form label#legend_reverso { - clear: both; - width: 100%; - font-size: 10px; - text-align: left -} -.account_creation #reverso-form input#reverso_form { margin-top: 20px } - -/* module productcomments */ -.rating { - cursor: pointer; - margin: 2em; - clear: both; - display: block -} -.rating:after { - content: '.'; - display: block; - height: 0; - width: 0; - clear: both; - visibility: hidden -} -.cancel, .star { - float: left; - width: 17px; - height: 15px; - overflow: hidden; - text-indent: -999em; - cursor: pointer -} -.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px } -.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 } -.cancel a, .star a { - display: block; - width: 100%; - height: 100%; - background-position: 0 0 -} -div.star_on a { background-position: 0 -16px } -div.star_hover a, div.star a:hover { background-position: 0 -32px } -.pack_content { margin: 10px 0 10px 0 } -.pack_price { - float: right; - margin-right: 3px; - font-size: 12px -} -.confirmation { - color: #808000; - font-weight: bold -} -#page .rte { background: transparent none repeat scroll 0 0 } - -/* module paypalapi */ -.paypalapi_about { text-align: justify } -.paypalapi_about ul { padding-left: 20px } - -/* cms pages */ -#cms div.content_only { - text-align: left; - padding: 10px -} -.live_edit_feed_back_ok { - color: #374853; - background-color: #DFFAD3; - padding: 4px; - border: 2px solid #72CB67 -} -.live_edit_feed_back_ko { - color: #374853; - background-color: #FAE2E3; - padding: 4px; - border: 2px solid #EC9B9B -} -.add_module_live_edit { - background-color: #F1F2F4; - padding: 4px; - border: 2px solid #D0D3D8; -} - -.page404_input { float: left; } - -#order #discount_name { width: 130px; } \ No newline at end of file diff --git a/themes/prestashop/css/history.css b/themes/prestashop/css/history.css deleted file mode 100755 index 4e639ceb0..000000000 --- a/themes/prestashop/css/history.css +++ /dev/null @@ -1,45 +0,0 @@ -/* history.tpl*/ -#block-history { color: #374853 } -.color-myaccount { color: #dd2a81 } -#block-history table#order-list { border: none } -#block-history table#order-list thead th { background-image: url('../img/block_myaccount_header_large.gif') } -#block-history table#order-list thead th { color: white } -#block-history table#order-list tbody { background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left } -#block-history table#order-list tbody tr td { background-color: white } -#block-history table#order-list td.history_link { - white-space: nowrap; - text-align: right -} -#block-history #block-order-detail { - border-top: 2px #dd2a81 solid; - border-bottom: 2px #dd2a81 solid; - padding: 0.5em; - background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left -} -#block-history #block-order-detail p { - padding-left: 0; - padding-right: 0 -} -#order-detail-content { - clear: both; - margin-top: 1.5em -} -#order-detail-content tbody tr { height: 3em } -#order-detail-content tfoot td { border: none } -#order-detail-content table td input.order_qte_input { display: none } -#order-detail-content table td.order_cb input { border: none } -#order-detail-content table td span.order_qte_span { - width: 100%; - display: block -} -#block-history #block-order-detail h4 { font-size: 1.4em } -#block-history #block-order-detail #sendOrderMessage p { padding: 0 4px 0 1px } -#block-history #block-order-detail textarea { - margin: 0 auto; - width: 100% -} -#ordermsg textarea { - margin: 0; - padding: 0; - width: 528px; -} \ No newline at end of file diff --git a/themes/prestashop/css/identity.css b/themes/prestashop/css/identity.css deleted file mode 100755 index 3f53e91d1..000000000 --- a/themes/prestashop/css/identity.css +++ /dev/null @@ -1,5 +0,0 @@ -/* identity.tpl */ -p#security_informations { - font-size: 0.85em; - margin: 0 3em -} \ No newline at end of file diff --git a/themes/prestashop/css/index.php b/themes/prestashop/css/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/maintenance.css b/themes/prestashop/css/maintenance.css deleted file mode 100644 index cf98b9577..000000000 --- a/themes/prestashop/css/maintenance.css +++ /dev/null @@ -1,39 +0,0 @@ -*, body{margin:0;padding:0} -body -{ - font-family:90%/1em 'Lucida Grande', Verdana, sans-serif; -} - -#maintenance -{ - width:450px; - margin:35px auto 0 auto; - padding:12px 0; - background:#fff; - text-align:center; - text-transform:none; - font-weight:normal; - letter-spacing:0; - color: #C73178; -} - -#message -{ - width:450px; - margin-top:35px; - padding:12px 15px; - border-top:1px dotted #666; - border-bottom:1px dotted #666; - background:#F9E3EE; - text-align:justify; - font:90%/1em 'Lucida Grande', Verdana, sans-serif; - text-transform:none; - font-weight:normal; - letter-spacing:0; - color:#C73178; -} - -#message img -{ - padding:30px; -} diff --git a/themes/prestashop/css/modules/blockadvertising/blockadvertising.css b/themes/prestashop/css/modules/blockadvertising/blockadvertising.css deleted file mode 100755 index 211305c85..000000000 --- a/themes/prestashop/css/modules/blockadvertising/blockadvertising.css +++ /dev/null @@ -1,2 +0,0 @@ -/* Block advertising */ -.advertising_block { width: 191px; margin-bottom: 1em; text-align: center } \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockadvertising/index.php b/themes/prestashop/css/modules/blockadvertising/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockadvertising/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockbestsellers/blockbestsellers.css b/themes/prestashop/css/modules/blockbestsellers/blockbestsellers.css deleted file mode 100755 index deb473ad2..000000000 --- a/themes/prestashop/css/modules/blockbestsellers/blockbestsellers.css +++ /dev/null @@ -1,5 +0,0 @@ -/* Block best sellers */ -#best-sellers_block_right p { - margin: 0; - padding-top:3px -} \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockbestsellers/index.php b/themes/prestashop/css/modules/blockbestsellers/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockbestsellers/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockcart/blockcart.css b/themes/prestashop/css/modules/blockcart/blockcart.css deleted file mode 100755 index 4340df9a4..000000000 --- a/themes/prestashop/css/modules/blockcart/blockcart.css +++ /dev/null @@ -1,113 +0,0 @@ -/* Special style for block cart*/ -#cart_block .block_content { padding: 6px 6px 2px } -#cart_block h4 { background-image: url('../../../img/block_header_exclusive_cart.png') } -#cart_block h4 span { - text-transform: none; - font-size: 0.8em; - cursor: pointer; - background-repeat: no-repeat; - background-position: left top; - padding-left: 10px -} -#cart_block h4 span#block_cart_collapse { background-image: url('../../../img/icon/sort_asc_white.png') } -#cart_block h4 span#block_cart_expand { background-image: url('../../../img/icon/sort_desc_white.png') } -#cart_block #cart_block_no_products { margin: 0.5em 0 } -#cart_block dl dt a, - #cart_block dl dt span.quantity-formated { float: left } -#cart_block dl { font-size: 0.9em } -#cart_block dt { padding-top: 0.4em } -#cart_block dl span.quantity-formated { padding-right: 1px } -#cart_block dt, #cart_block dd { - clear: both; - margin-top: 0.2em -} -#cart_block dt { - width: 175px; - text-align: right -} -#cart_block dd { width: 155px } -#cart_block dd { - margin-left: 1em; - margin-right: 1em; - font-style: italic -} -#cart_block dl dt a { font-weight: bold } -#cart_block a.ajax_cart_block_remove_link { - width: 11px; - height: 13px; - margin-left: 6px; - float: right; - font-size: 0; - display: block; - background: transparent url('../../../img/icon/delete.gif') no-repeat left bottom -} -#cart_block a.ajax_cart_block_remove_link:hover { text-decoration: none } -#cart_block p { clear: both } -#cart_block p span { - clear: right; - float: left; - text-align: right -} -#cart_block li { clear: both } -#cart_block span.price { - color: white; - float: right -} -#cart_block dl span.price { - font-weight: normal; - color: white; - float: none -} - -#cart_block_wrapping_cost, #cart_block_shipping_cost, #cart_block_tax_cost, #cart_block_total { padding-right: 1.3em } - -#cart_block table#vouchers { - margin-top: 0.5em; - border-top: 1px solid white; - height: 3em; - padding-top: 0.4em; - margin-bottom: 0.5em; - clear: both -} - #cart_block p#cart-prices { - clear: both; - margin-top: 8px; - margin-bottom: 2em; - display: block; - padding-top: 0.4em; - border-top: 1px solid white -} -#cart_block table#vouchers td { - padding: 0; - border: 0; - height: 1.5em -} -#cart_block table#vouchers td.price { - color: white; - font-size: 1em; - font-weight: normal; - width: 37%; - text-align: right -} -#cart_block table#vouchers td.delete { - width: 9%; - text-align: right -} -#cart_block table#vouchers td.delete img { margin: 0 } -#cart_block p#cart-buttons { - height: 1.6em; - margin: 0 -0.3em -} -#cart_block p#cart-buttons a { float: left } -#cart_block p#cart-buttons a#button_order_cart { float: right } -#cart_block .cart_block_customizations { - margin-left: 6px; - list-style-type: square -} -#cart_block #cart-price-precisions { - margin-top: 0.5em; - padding-top: 0.4em; - border-top: 1px solid white; - font-size: 0.9em; - height: 2em -} \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockcart/index.php b/themes/prestashop/css/modules/blockcart/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockcart/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockcategories/blockcategories.css b/themes/prestashop/css/modules/blockcategories/blockcategories.css deleted file mode 100755 index f487b686e..000000000 --- a/themes/prestashop/css/modules/blockcategories/blockcategories.css +++ /dev/null @@ -1,59 +0,0 @@ -/* Block categories */ -#categories_block_left .tree { padding-left: 0.5em } -#categories_block_left .tree li { - border: none; - padding-top: 5px; - padding-left: 15px; - background: none; - margin-left: 0; - font-weight: bold; - font-size: 13px; - line-height: 13px -} -#categories_block_left .tree li.last { padding-bottom: 0 } -#categories_block_left .tree ul { padding: 2px 0 0 } -#categories_block_left .tree li li { - padding: 1px 0 1px 15px; - background: none; - font-size: 11px; - font-weight: normal -} -#categories_block_left .tree li li.last { padding-bottom: 0 } -#categories_block_left .tree li li li { - padding-left: 15px; - font-size: 9px -} -#categories_block_left .tree a { - padding-left: 0; - color: #374853 -} -#categories_block_left .tree a:hover { text-decoration: none } -#categories_block_left ul.tree a.selected { - color: #488c40; - font-weight: bold -} -#categories_block_left span.grower { - display: block; - float: left; - background-position: 0 3px; - background-repeat: no-repeat; - width: 9px; - height: 15px; - margin: 0 0 0 -12px!important; - margin: 0 0 0 -8px; - padding: 0 -} -#categories_block_left span.OPEN { background-image: url('../../../img/icon/less.gif') } -#categories_block_left span.CLOSE { background-image: url('../../../img/icon/more.gif') } - -div.blockcategories_footer h4{ background:url('../../../img/block_footer_page.gif') repeat-x scroll left top;text-align:center;} -div.blockcategories_footer { background:url('../../../img/block_footer_page_footer.png') repeat-x scroll left bottom #bdc2c9;padding-bottom:5px} -div.blockcategories_footer h4 a{color:#ffffff;font-weight:normal;text-decoration:none} -div.blockcategories_footer .category_footer{ background-image:url('../../../img/block_bg.jpg');} -div.category_footer{ background:none;text-align:center;border:none; } - -#footer div.category_footer h4 a{color: #666666;} -#footer div.category_footer .list{float:left;} -#footer div.category_footer .list ul.tree li{background:none;border-left:none;} - -#footer .footer_logo{float: left;width: 188px;} diff --git a/themes/prestashop/css/modules/blockcategories/index.php b/themes/prestashop/css/modules/blockcategories/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockcategories/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockcms/blockcms.css b/themes/prestashop/css/modules/blockcms/blockcms.css deleted file mode 100755 index 26d90fb8d..000000000 --- a/themes/prestashop/css/modules/blockcms/blockcms.css +++ /dev/null @@ -1,14 +0,0 @@ -#footer .block_various_links { list-style: none } -#footer .block_various_links li a { text-decoration: none } -#footer .block_various_links li { - display: inline; - border-left: 1px solid #888; - padding: 0 2px 0 4px -} -#footer .block_various_links li.first_item { - border: none; - padding-left: 0 -} - -/* Block CMS links */ -.informations_block_left .block_content { padding-top: 3px } diff --git a/themes/prestashop/css/modules/blockcms/index.php b/themes/prestashop/css/modules/blockcms/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockcms/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockcurrencies/blockcurrencies.css b/themes/prestashop/css/modules/blockcurrencies/blockcurrencies.css deleted file mode 100755 index 7443e9b8f..000000000 --- a/themes/prestashop/css/modules/blockcurrencies/blockcurrencies.css +++ /dev/null @@ -1,38 +0,0 @@ -/* block top currencies */ -#currencies_block_top { - margin: 0.4em 0.5em 0 0; - float: left; - width: 8em; - text-align: left -} -#currencies_block_top li { - float: left; - margin-right: 0.2em; - margin-bottom: 2px -} -#currencies_block_top a { - display: block; - font-size: 0.8em; - background-color: #f1f2f4; - border: #595a5e 1px solid; - text-decoration: none; - min-width: 1em; - padding: 0 2px 0 3px; - line-height: 1.5em; - text-align: center; - vertical-align: middle -} -#currencies_block_top a:hover { - background-color: white; - color: black -} -#currencies_block_top .selected a { - border: none; - background-color: transparent; - font-size: 11px; - line-height: 1.2em; - font-weight: bold; - color: black; - border: 1px solid white -} -#currencies_block_top p { clear: left } diff --git a/themes/prestashop/css/modules/blockcurrencies/index.php b/themes/prestashop/css/modules/blockcurrencies/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockcurrencies/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blocklanguages/blocklanguages.css b/themes/prestashop/css/modules/blocklanguages/blocklanguages.css deleted file mode 100755 index fe9f81abd..000000000 --- a/themes/prestashop/css/modules/blocklanguages/blocklanguages.css +++ /dev/null @@ -1,17 +0,0 @@ -/* block top languages */ -#header_right #languages_block_top { - margin: 0.4em 0.1em 0 0; - float: left -} -#header_right #languages_block_top p { clear: left } -#languages_block_top { - width: 80px -} -#languages_block_top ul#first-languages li { - float: left; - margin-right: 3px -} -#languages_block_top ul#first-languages li.selected_language { - float: left; - margin-right: 0.3em -} \ No newline at end of file diff --git a/themes/prestashop/css/modules/blocklanguages/index.php b/themes/prestashop/css/modules/blocklanguages/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blocklanguages/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockmanufacturer/blockmanufacturer.css b/themes/prestashop/css/modules/blockmanufacturer/blockmanufacturer.css deleted file mode 100755 index 6661819dc..000000000 --- a/themes/prestashop/css/modules/blockmanufacturer/blockmanufacturer.css +++ /dev/null @@ -1,6 +0,0 @@ -/* Block manufacturer */ -.blockmanufacturer ul { padding: 4px 0 6px } -.blockmanufacturer select { - width: 100%; - margin: 0 -} \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockmanufacturer/index.php b/themes/prestashop/css/modules/blockmanufacturer/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockmanufacturer/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockmyaccount/blockmyaccount.css b/themes/prestashop/css/modules/blockmyaccount/blockmyaccount.css deleted file mode 100755 index 6d60e19e3..000000000 --- a/themes/prestashop/css/modules/blockmyaccount/blockmyaccount.css +++ /dev/null @@ -1,14 +0,0 @@ -/* block myaccount */ -#left_column div.myaccount, #right_column div.myaccount { background: #f6dce8 url('../../../img/block_footer_myaccount.jpg') no-repeat bottom left } -div.myaccount h4 { background: #971d58 url('../../../img/block_header_myaccount.jpg') no-repeat top left } -div.myaccount h4 a, div.myaccount h4 { color: white } -div.myaccount, div.myaccount a { color: #5d0630 } -div.myaccount ul.bullet { margin-top: 0.6em } -div.myaccount ul.bullet li { background-image: url('../../../img/bullet_myaccount.gif') } -div.myaccount ul.bullet .icon { display: none } -div.myaccount p.logout { padding: 0.3em 0 0.3em 2em } -div.myaccount p.logout, div.myaccount p.logout a { color: #dd2a81 } -div.myaccount p.logout a { text-decoration: underline } -div.myaccount p.logout a:hover { text-decoration: none } -div.myaccount .block_content { background: #f6dce8 url('../../../img/block_bg_myaccount.jpg') repeat-x bottom left; border-left: 1px solid #f6dce8; border-right: 1px solid #f6dce8 } -.account_input { margin-left: 0; width: 15em } \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockmyaccount/index.php b/themes/prestashop/css/modules/blockmyaccount/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockmyaccount/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blocknewproducts/blocknewproducts.css b/themes/prestashop/css/modules/blocknewproducts/blocknewproducts.css deleted file mode 100755 index a9edbcef7..000000000 --- a/themes/prestashop/css/modules/blocknewproducts/blocknewproducts.css +++ /dev/null @@ -1,8 +0,0 @@ -/* Block new products */ -#new-products_block_right ul { padding: 5px 0 } -#new-products_block_right li { - margin-top: 0; - padding:0 -} -#new-products_block_right .product_images li.first { margin-right: 11px } -#new-products_block_right dt a { font-size: 0.8em; font-weight: bold } diff --git a/themes/prestashop/css/modules/blocknewproducts/index.php b/themes/prestashop/css/modules/blocknewproducts/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blocknewproducts/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blocknewsletter/blocknewsletter.css b/themes/prestashop/css/modules/blocknewsletter/blocknewsletter.css deleted file mode 100755 index e6bfe2f93..000000000 --- a/themes/prestashop/css/modules/blocknewsletter/blocknewsletter.css +++ /dev/null @@ -1,4 +0,0 @@ -/* Block newsletter */ -div#newsletter_block_left div.block_content { padding: 1em 0; text-align: center } -div#newsletter_block_left div.block_content p { padding: 0.3em 0; text-align: center } -div#newsletter_block_left div.block_content input.button_mini { margin: 1em auto 0em auto } \ No newline at end of file diff --git a/themes/prestashop/css/modules/blocknewsletter/index.php b/themes/prestashop/css/modules/blocknewsletter/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blocknewsletter/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockpaymentlogo/blockpaymentlogo.css b/themes/prestashop/css/modules/blockpaymentlogo/blockpaymentlogo.css deleted file mode 100755 index 5d4c86085..000000000 --- a/themes/prestashop/css/modules/blockpaymentlogo/blockpaymentlogo.css +++ /dev/null @@ -1,4 +0,0 @@ -/* Block logo payment */ -.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em } -.paiement_logo_block a { text-decoration: none } -.paiement_logo_block img { margin: 0 0.5em } \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockpaymentlogo/index.php b/themes/prestashop/css/modules/blockpaymentlogo/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockpaymentlogo/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockpermanentlinks/blockpermanentlinks.css b/themes/prestashop/css/modules/blockpermanentlinks/blockpermanentlinks.css deleted file mode 100755 index 21d2af419..000000000 --- a/themes/prestashop/css/modules/blockpermanentlinks/blockpermanentlinks.css +++ /dev/null @@ -1,24 +0,0 @@ -/* block top links */ -ul#header_links { - margin: 0.4em 0.3em 0 0; - list-style-type: none; - float: left -} -#header_links li { - float: left; - width: 66px -} -#header_links a { - display: block; - height: 15px; - color: #595a5e; - padding-top: 19px; - text-align: center; - text-decoration: none; - background-repeat: no-repeat; - background-position: top center; - background-color: transparent -} -#header_links #header_link_sitemap a { background-image: url('../../../img/icon/sitemap.gif') } -#header_links #header_link_contact a { background-image: url('../../../img/icon/contact.gif') } -#header_links #header_link_bookmark a { background-image: url('../../../img/icon/star.gif') } \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockpermanentlinks/index.php b/themes/prestashop/css/modules/blockpermanentlinks/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockpermanentlinks/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockrss/blockrss.css b/themes/prestashop/css/modules/blockrss/blockrss.css deleted file mode 100755 index 78ee7d2ca..000000000 --- a/themes/prestashop/css/modules/blockrss/blockrss.css +++ /dev/null @@ -1,2 +0,0 @@ -/* Block RSS */ -#rss_block_left p { margin: 0.5em 0; text-align: center } \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockrss/index.php b/themes/prestashop/css/modules/blockrss/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockrss/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blocksearch/blocksearch.css b/themes/prestashop/css/modules/blocksearch/blocksearch.css deleted file mode 100755 index a02ad7a89..000000000 --- a/themes/prestashop/css/modules/blocksearch/blocksearch.css +++ /dev/null @@ -1,24 +0,0 @@ -/* block top search */ -#header_right #search_block_top { - float: right; - background: #e5e6e7 url('../../../img/block_search_bg.jpg') no-repeat top right; - margin-bottom: 11px; - width: 336px; - height: 28px -} -#header_right #search_block_top p { padding: 0.4em 0 0.4em 1em } -#header_right #search_block_top label, #header_right #search_block_top input { float: left } -#header_right #search_block_top label { - background: transparent url('../../../img/icon/search.gif') no-repeat 0 2px; - float: left; - width: 19px; - height: 18px; - display: block -} -#header_right #search_block_top input.search_query { width: 12em } - - -/* block left column "Quick search" */ -#search_block_left input { margin: 2px 0 0 0 } -#search_block_left .search_query { width: 11em } -#search_button { display: inline } diff --git a/themes/prestashop/css/modules/blocksearch/index.php b/themes/prestashop/css/modules/blocksearch/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blocksearch/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockspecials/blockspecials.css b/themes/prestashop/css/modules/blockspecials/blockspecials.css deleted file mode 100755 index 0600de59f..000000000 --- a/themes/prestashop/css/modules/blockspecials/blockspecials.css +++ /dev/null @@ -1,16 +0,0 @@ -/* Block specials */ -.blockspecials ul { padding-top: 5px } -.blockspecials ul li { - float: left; - clear: none; - padding: 0; - width: 48% -} -.blockspecials p.product_image { margin-right: 0.3em } -.blockspecials p { - padding: 0.3em 0 0 0; - margin: 0; - text-align: center; - clear: both -} -.blockspecials p a { margin: 0 auto } \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockspecials/index.php b/themes/prestashop/css/modules/blockspecials/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockspecials/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockstore/blockstore.css b/themes/prestashop/css/modules/blockstore/blockstore.css deleted file mode 100644 index a126acc6e..000000000 --- a/themes/prestashop/css/modules/blockstore/blockstore.css +++ /dev/null @@ -1,3 +0,0 @@ -/* Block store */ -.blockstore img { margin: 10px 0 0 0} -.blockstore p { text-align: center} diff --git a/themes/prestashop/css/modules/blockstore/index.php b/themes/prestashop/css/modules/blockstore/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockstore/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blocksupplier/blocksupplier.css b/themes/prestashop/css/modules/blocksupplier/blocksupplier.css deleted file mode 100755 index edf181f86..000000000 --- a/themes/prestashop/css/modules/blocksupplier/blocksupplier.css +++ /dev/null @@ -1,7 +0,0 @@ -/* Block supplier */ -.blocksupplier ul { padding: 4px 0 6px } -.blocksupplier select { - width: 100%; - margin: 0 -} - diff --git a/themes/prestashop/css/modules/blocksupplier/index.php b/themes/prestashop/css/modules/blocksupplier/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blocksupplier/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blocktags/blocktags.css b/themes/prestashop/css/modules/blocktags/blocktags.css deleted file mode 100755 index 6c3466466..000000000 --- a/themes/prestashop/css/modules/blocktags/blocktags.css +++ /dev/null @@ -1,18 +0,0 @@ -/* Block tags */ -div.tags_block .block_content { padding: 3px 6px 0 } -div.tags_block p { - text-align: justify; - font-size: 0.9em -} -div.tags_block p a { - margin: 0 0.1em; - line-height: 1.5em -} -div.tags_block p a:hover { - color: white!important; - background-color: #5D717E; - text-decoration: none -} -a.tag_level3 { font-size: 1.8em; font-weight: bold } -a.tag_level2 { font-size: 1.4em } -a.tag_level1 { font-size: 1em; color: #888!important } diff --git a/themes/prestashop/css/modules/blocktags/index.php b/themes/prestashop/css/modules/blocktags/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blocktags/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockuserinfo/blockuserinfo.css b/themes/prestashop/css/modules/blockuserinfo/blockuserinfo.css deleted file mode 100755 index 084e99b30..000000000 --- a/themes/prestashop/css/modules/blockuserinfo/blockuserinfo.css +++ /dev/null @@ -1,27 +0,0 @@ -/* block top user information */ -#header_right #header_user { - float: right; - width: 535px; - text-align: right; - margin-right: 6px -} -#header_user p { color: #595a5e } -#header_user span { font-weight: bold } -#header_user ul { margin-top: 0.3em } -#header_user li { - float: right; - line-height: 2em; - margin-left: 0.5em; - white-space: nowrap -} -#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em } -#header_user li#your_account { margin-left: 0 } -#header_user #shopping_cart a, #header_user #your_account a { - background-repeat: no-repeat; - background-position: top left; - padding: 2px 0 4px 26px; - height: 20px; - text-decoration: none -} -#header_user #shopping_cart a { background-image: url('../../../img/icon/cart.gif') } -#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif') } \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockuserinfo/index.php b/themes/prestashop/css/modules/blockuserinfo/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockuserinfo/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockviewed/blockviewed.css b/themes/prestashop/css/modules/blockviewed/blockviewed.css deleted file mode 100755 index 6674ab5dc..000000000 --- a/themes/prestashop/css/modules/blockviewed/blockviewed.css +++ /dev/null @@ -1,6 +0,0 @@ -/* Block Viewed Products */ -div#viewed-products_block_left div.block_content ul.products li { - margin-top: 0; - padding: 4px 0 0 -} -div#viewed-products_block_left div.block_content ul.products li img { margin-right: 7px } \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockviewed/index.php b/themes/prestashop/css/modules/blockviewed/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockviewed/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockwishlist/blockwishlist.css b/themes/prestashop/css/modules/blockwishlist/blockwishlist.css deleted file mode 100755 index db2a2de78..000000000 --- a/themes/prestashop/css/modules/blockwishlist/blockwishlist.css +++ /dev/null @@ -1,16 +0,0 @@ -/* module blockwishlist */ -#wishlist_block #wishlist_block_list dl.products { - font-size: 10px; - border-bottom: 1px solid #fff; - margin: 0 0 5px 0; - padding: 3px 0 5px -} -#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name { font-weight: bold } -#wishlist_block div.block_content #wishlist_block_list dl.products dt { margin: 2px 0 } -#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link { float: right } -#wishlist_block div.block_content #wishlist_block_list dl.products dd { - font-style: italic; - margin: 0 0 0 10px -} -#wishlist_block div.block_content p select#wishlists { width: 140px } -#wishlist_block div.block_content p a.exclusive { margin: 5px auto 0 auto } \ No newline at end of file diff --git a/themes/prestashop/css/modules/blockwishlist/index.php b/themes/prestashop/css/modules/blockwishlist/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/blockwishlist/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/crossselling/crossselling.css b/themes/prestashop/css/modules/crossselling/crossselling.css deleted file mode 100644 index 2fb7aa85e..000000000 --- a/themes/prestashop/css/modules/crossselling/crossselling.css +++ /dev/null @@ -1,44 +0,0 @@ -div#crossselling { - padding-top: 10px; - clear: both; - margin-bottom: 10px -} -#crossselling { - margin: 0 auto 0; - height: 170px; - width: 100% -} -#crossselling_noscroll { - margin: 0 auto 0; - height: 120px; - width: 100% -} -#crossselling_list { - overflow: hidden; - float: left; - width: 96% -} -#crossselling_list ul { - padding-left: 0; - list-style-type: none -} -#crossselling_list li { - float: left; - margin: 0 3px; - cursor: pointer; - text-align: center; - width: 100px; - overflow: hidden -} -#crossselling_list li a { margin: auto } -#crossselling_scroll_left, - #crossselling_scroll_right { - background: url('../../../img/thumbs_left.gif') no-repeat center; - text-indent: -3000px; - display: block; - width: 9px; - height: 18px; - float: left; - margin-top: 30px -} -#crossselling_scroll_right { background-image: url('../../../img/thumbs_right.gif') } \ No newline at end of file diff --git a/themes/prestashop/css/modules/crossselling/index.php b/themes/prestashop/css/modules/crossselling/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/crossselling/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/editorial/editorial.css b/themes/prestashop/css/modules/editorial/editorial.css deleted file mode 100755 index 602c6a012..000000000 --- a/themes/prestashop/css/modules/editorial/editorial.css +++ /dev/null @@ -1,30 +0,0 @@ -/* Block editorial */ -.editorial_block { margin-bottom: 2em } -.editorial_block .rte { background: transparent none repeat scroll 0 0 } -.editorial_block h1 { - background: none; - padding: 0; - margin-bottom: 1em -} -.editorial_block h2 { - font-size: 1.1em; - margin: 1em 0; - text-transform: none; - line-height: 1.2em; - padding: 0; - padding-bottom: 10px; - background: none; - color: #5D717E -} -.editorial_block p { padding-top: 0.4em } -#editorial_block_center p { padding-left: 0 } - -#editorial_image_legend { - color: #AAAAAA; - font-size: 6pt; - font-style: italic; - margin: 0; - padding-left: 0; - text-align: center; -} - diff --git a/themes/prestashop/css/modules/editorial/index.php b/themes/prestashop/css/modules/editorial/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/css/modules/editorial/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/modules/index.php b/themes/prestashop/css/modules/index.php deleted file mode 100644 index dce6b30f5..000000000 --- a/themes/prestashop/css/modules/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/css/my-account.css b/themes/prestashop/css/my-account.css deleted file mode 100755 index 2aa301f7a..000000000 --- a/themes/prestashop/css/my-account.css +++ /dev/null @@ -1,6 +0,0 @@ -/* my-account.tpl */ -#my-account #center_column ul { margin: 2em 0 } -#my-account #center_column li { - list-style: none; - margin: 2em 1.5em -} \ No newline at end of file diff --git a/themes/prestashop/css/order-opc.css b/themes/prestashop/css/order-opc.css deleted file mode 100755 index c8f170862..000000000 --- a/themes/prestashop/css/order-opc.css +++ /dev/null @@ -1,66 +0,0 @@ -#order-opc .opc_status { - border: 1px solid #d0d3d8; - background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left; - font-size: 12px -} - -.opc_float { - float:left; - width: 49% -} - -.opc_float_status { - float: left; - width: 45%; - padding: 10px -} - -#order-opc #login_form { - width: 100%; - clear: none -} - -#order-opc #login_form p.text { - height: 3.4em; - margin-left: 4em; - padding-left: 0; - padding-right: 0 -} - -#order-opc #login_form a { color: #374853 } -#order-opc input#SubmitLogin { margin: 0 } -#order-opc #login_form p.submit { - margin-right: 0; - text-align: left; - padding-left: 17%!important -} -#order-opc p.lost_password { padding-left: 4em } -#order-opc p.submit span { padding-right: 0.5em } -#order-opc #login_form label { - float: none; - clear: both; - display: block; - text-align: left; - width: 100%; - margin-bottom: 0.3em -} - -#order-opc textarea#message { width: 42em } - -#order-opc sup { color: red } - -#order-opc div.opc-overlay { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - background: url('../img/ajax-loader.gif') #666 no-repeat center center; - opacity: 0.7; - filter : alpha(opacity=70); /* IE < 8 */ - -moz-opacity : 0.7; - -ms-filter: "alpha(opacity=70)"; /* IE 8 */ - z-index: 99 -} - -#order-opc div.opc-main-block { position: relative } diff --git a/themes/prestashop/css/product.css b/themes/prestashop/css/product.css deleted file mode 100755 index d227a4398..000000000 --- a/themes/prestashop/css/product.css +++ /dev/null @@ -1,212 +0,0 @@ - -/* product.tpl */ -#primary_block #pb-right-column { - width: 310px; - float: left -} -#primary_block #image-block { - border: #d0d1d5 solid 1px; - height: 300px; - width: 300px -} -#primary_block #image-block img#bigpic { - cursor: pointer; - height: 300px; - width: 300px -} -#primary_block ul#usefull_link_block { - list-style-type: none; - margin-top: 1em -} -#primary_block ul#usefull_link_block li { margin: 0.5em 1em 0.5em 0; display: block } -#primary_block ul#usefull_link_block li a, -#primary_block ul#usefull_link_block span.span_link, -#primary_block ul#usefull_link_block span.span_link:hover { - text-decoration: none; - color: #76839b; - font-size: 0.9em; - background: white url('../img/bullet_alt.jpg') no-repeat top left; - padding-left: 15px; - height: 15px -} -#primary_block #pb-left-column { - float: left; - margin-left: 1.1em; - width: 233px -} -#primary_block #short_description_block { - background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left; - border: 1px #d0d3d8 solid; - padding: 0.7em; - margin-bottom: 1.5em -} -#primary_block #color_picker p { - margin-bottom: 0.4em; - padding: 0 -} -#primary_block #color_picker { - padding: 0.6em 0.7em 0.4em 0.7em; - background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left; - border: 1px #d0d3d8 solid; - margin-bottom: 1.5em -} - -#primary_block #color_to_pick_list li { - display: inline; - float: left; - margin: 0 0.4em 0.4em 0 -} -#primary_block a.color_pick { - display: block; - width: 20px; - height: 20px; - border: 1px solid #666; - cursor: pointer -} - -#primary_block a.color_pick.selected { - border: 1px red solid; -} -#primary_block a.color_pick.selected:hover { border: 1px red solid; } -#primary_block a.color_pick:hover { border: 1px solid #000 } -#primary_block a#color_all { cursor: pointer } -#primary_block #image-block img#bigpic.jqzoom { - cursor: crosshair; - position: relative -} -#primary_block p.buttons_bottom_block { margin: 0 } -#primary_block p.buttons_bottom_block a, - #primary_block p.buttons_bottom_block input { margin: 0.9em auto 0 auto } -#primary_block #short_description_content { margin-bottom: 0.5em } -#primary_block #buy_block { - background: #f1f2f4 url('../img/product-buy-bg.gif') repeat-x top left; - font-size: 1.1em; - padding: 0.7em; - color: #374853; - border: 1px #d0d3d8 solid; - margin-bottom: 1.5em -} -#primary_block #buy_block p { - padding: 0; - margin-top: 0; - clear: both -} -#primary_block #buy_block img.on_sale_img { float: left } -#primary_block #buy_block span.on_sale { - color: #da0f00; - text-transform: uppercase; - font-weight: bold; - float: right -} -#primary_block #buy_block span.discount { - color: #da0f00; - text-transform: uppercase; - font-weight: bold; - float: right -} -#primary_block #buy_block span.our_price_display { float: right } -#primary_block #buy_block span#availability_label, #primary_block #buy_block span#availability_date_label { - float: left; - margin-right: 1em -} -#primary_block #buy_block label { text-align: right } -#primary_block #buy_block label,#primary_block #buy_block select { - display: block; - width: 47%; - float: left -} -#primary_block div#attributes p, #quantity_wanted_p { - clear: left; - height: 2em -} -#primary_block div#attributes p, #minimal_quantity_wanted_p { - clear: left; - text-align: center -} -#attributes { - margin-top: 10px; -} -.attribute_list { - width:50%; - float:right; - height:auto -} - -#primary_block #buy_block .attribute_label { - font-size: 1.1em; - color: #374853; - float:left; - width:45%; -} - -#primary_block #buy_block .attribute_select { - width: 100%; - margin-left: 0; -} - -.attribute_fieldset { - padding:0; - border:0; - margin-bottom:10px -} - -.attribute_radio { - margin:0 5px 5px 0; - -} - -/* prices */ -#primary_block #buy_block p.price { - font-size: 1.05em; - text-align: right -} -#primary_block #buy_block span#pretaxe_price { - font-size: 0.75em; - text-align: right -} -#primary_block #buy_block p#old_price { - font-size: 0.8em; - text-align: right; - text-decoration: line-through -} -#primary_block #buy_block p#reduction_percent { - color: #da0f00; - font-size: 0.75em; - text-align: right -} -#primary_block #buy_block p.price-ecotax { - font-size: 0.75em; - text-align: right -} -#admin-action { - color: #374853; - background-color: #DFFAD3; - margin-bottom:10px; - padding: 4px; - border: 1px solid #72CB67 -} -#admin-action input.exclusive -{ - float: right -} - -.product_accessories_price -{ - margin-top: 5px -} - -#more_info_block .imageFloatLeft -{ - float:left; - display:block; - clear: both; - margin:10px 10px 0 0 -} - -#more_info_block .imageFloatRight -{ - float:right; - display:block; - clear: both; - margin:10px 0 0 10px -} diff --git a/themes/prestashop/css/product_list.css b/themes/prestashop/css/product_list.css deleted file mode 100755 index 87f4c855b..000000000 --- a/themes/prestashop/css/product_list.css +++ /dev/null @@ -1,73 +0,0 @@ -/* product-list.tpl */ -ul#product_list { margin-top: 2em; list-style-type: none } -ul#product_list li { - background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x; - border: solid 1px #d0d3d8; - padding: 6px; - min-height: 130px; - height: auto; - clear: both; - margin-bottom: 0.3em -} -* html ul#product_list li { - height: auto !important; - height: 130px -} -ul#product_list li a { - text-decoration: none; - color: #374853 -} -ul#product_list a.product_img_link { - border: solid 1px #d0d3d8; - float: left; - margin-right: 0.6em -} -ul#product_list a.product_img_link img { vertical-align: bottom; display: block } -ul#product_list li h3 { margin: 0.4em 0 } -ul#product_list li .new { - background: transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%; - border: 1px solid #488C40; - color: white; - font-size: 0.6em; - font-weight: bold; - margin: 0 1em 0 0; - padding: 0 0.4em; - text-transform: uppercase; - vertical-align: 0.3em -} -ul#product_list li p.product_desc { - margin-bottom: 0; - font-size: 0.92em -} -ul#product_list li div.center_block { - float: left; - width: 74% -} -ul#product_list li div.right_block { - float: left; - width: 11em; - text-align: right; - margin-left: 1em; - margin-top: 0 -} -ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only { - color: #da0f00; - text-transform: uppercase; - font-weight: bold; - display: block -} -ul#product_list li .reduction { - display: block; - margin-bottom: 0.3em -} -ul#product_list li .price { - display: block; - font-size: 1.5em; - margin-bottom: 0.2em -} -ul#product_list li span.availability { - color: #488c40; - font-size: 0.9em -} -ul#product_list li a.button { margin-top: 0.5em } -ul#product_list li p.compare input { vertical-align: text-bottom } diff --git a/themes/prestashop/css/restricted-country.css b/themes/prestashop/css/restricted-country.css deleted file mode 100644 index 8c129fa33..000000000 --- a/themes/prestashop/css/restricted-country.css +++ /dev/null @@ -1,39 +0,0 @@ -*, body{margin:0;padding:0} -body -{ - font-family:90%/1em 'Lucida Grande', Verdana, sans-serif; -} - -#restricted-country -{ - width:450px; - margin:35px auto 0 auto; - padding:12px 0; - background:#fff; - text-align:center; - text-transform:none; - font-weight:normal; - letter-spacing:0; - color: #C73178; -} - -#message -{ - width:450px; - margin-top:35px; - padding:12px 15px; - border-top:1px dotted #666; - border-bottom:1px dotted #666; - background:#F9E3EE; - text-align:justify; - font:90%/1em 'Lucida Grande', Verdana, sans-serif; - text-transform:none; - font-weight:normal; - letter-spacing:0; - color:#C73178; -} - -#message img -{ - padding:5px; -} diff --git a/themes/prestashop/css/rtl.css b/themes/prestashop/css/rtl.css deleted file mode 100644 index a6f2d3f2b..000000000 --- a/themes/prestashop/css/rtl.css +++ /dev/null @@ -1,2 +0,0 @@ -* { direction: rtl !important; } -#page { text-align: right !important; } diff --git a/themes/prestashop/css/scenes.css b/themes/prestashop/css/scenes.css deleted file mode 100644 index 70ae82d10..000000000 --- a/themes/prestashop/css/scenes.css +++ /dev/null @@ -1,134 +0,0 @@ -/* Cluetip design */ - -.cluetip-product_scene { - text-align:left; - background-color:white; - padding:10px; - border:1px solid gray; - background:#F1F2F4 url(../img/block_bg.jpg) repeat-x scroll left bottom; - opacity:0.95; - } - - .cluetip-product_scene #cluetip-close{ - text-align:right; - float:right; - } - - .cluetip-product_scene h4{ - float:left; - font-size:1.6em; - margin-bottom:5px; - width:175px; - } - - .cluetip-product_scene a{ - float:left; - margin-top:2px; - } - - .cluetip-product_scene p.description{ - float:left; - width:170px; - margin-left:15px; - } - - .cluetip-product_scene div.prices{ - float:left; - width:90px; - text-align:right; - } - - .cluetip-product_scene .new { - background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0% 50%; - border:1px solid #488C40; - clear:both; - color:white; - display:inline; - font-size:0.45em; - font-weight:bold; - margin:8px; - padding:0pt 0.4em; - text-transform:uppercase; - vertical-align:0.3em; - } - .cluetip-product_scene .on_sale, .cluetip-product_scene .discount { - color:#DA0F00; - display:block; - font-weight:bold; - text-transform:uppercase; - } - -/* END Cluetip design */ - -#scenes .screen_scene { - margin:0 auto; -} - -#scenes a.cluetip{ - display:block; - position:absolute; - text-decoration:none; -} - -/*TMP*/ -#scenes .cluetip span{ - background:transparent url(../img/icon/cible.gif) no-repeat scroll center center; - color:black; - display:block; - font-size:1.1em; - font-weight:bold; - height:23px; - padding-top:5px; - text-align:center; - width:23px; -} -/*TMP*/ -.thumbs_banner{ - margin:10px auto; - width:100%; -} - -.thumbs_banner .space-keeper{ - width:25px; - float:left; - display:block; - height:100%; -} - -.thumbs_banner .space-keeper a.prev{ - background:transparent url(../img/icon/serial_scroll_left.gif); - display:none; - width:25px; - text-align:center; - font-size:1.5em; - text-decoration:none; - background-color:#EEE; -} -#scenes_list{ - overflow:hidden; - width:504px; - float:left; - border:1px solid #EEE; -} -#scenes_list ul{ - list-style-type:none; -} - -#scenes_list li{ - float:left; -} - -#scenes_list a{ - display:block; -} - -.thumbs_banner a.next { - background:transparent url(../img/icon/serial_scroll_right.gif); - width:25px; - float:left; - display:block; - text-align:center; - font-size:1.5em; - text-decoration:none; - background-color:#DDD; -} diff --git a/themes/prestashop/css/sitemap.css b/themes/prestashop/css/sitemap.css deleted file mode 100755 index 606729dc2..000000000 --- a/themes/prestashop/css/sitemap.css +++ /dev/null @@ -1,20 +0,0 @@ -/* sitemap.tpl */ -#sitemap_content { margin-left: 5em } -div.sitemap_block { - padding: 0; - float: left; - width: 33%; - min-height: 120px; - _height: 120px -} -div.sitemap_block ul { text-align: left } -div.sitemap_block h3, .categTree h3 { - margin-top: 1em; - margin-bottom: 1em -} -div.categTree { - float: left; - margin-top: 25px; - margin-bottom: 1em; - margin-left: 5em -} diff --git a/themes/prestashop/css/stores.css b/themes/prestashop/css/stores.css deleted file mode 100644 index f85cc3efb..000000000 --- a/themes/prestashop/css/stores.css +++ /dev/null @@ -1,65 +0,0 @@ -#stores-table { - border: 1px solid #999; - width: 100%; - border-collapse: collapse; - display: none; -} - -#stores-table tr td { - height: 95px; -} - -#stores-table tr th, #stores-table tr td { - border-right: 1px solid #999; - border-bottom: 1px solid #999; - padding: 5px; -} - -#stores-table tr td.num { - font-size: 16px; -} - -#stores-table tr td.distance, #stores-table tr td.num { - text-align: center; -} - -#stores-table tr th { - text-align: center; - height: 20px; - line-height: 20px; -} - -div.store-small { - border: 1px solid #CCC; - padding: 5px; - width: 200px; - margin-bottom: 10px; -} - -#map { - width: 556px; - height: 375px; - margin: 15px auto; -} - -#locationSelect { - width: 350px; - visibility: hidden; -} - -#stores_loader { - margin-left: 5px; - display: none; -} - -#store_hours { - font-weight: bold; - text-decoration: underline; - width: 80px; - height: 15px; - display: block; -} - -#addressInput { - width: 350px; -} diff --git a/themes/prestashop/discount.tpl b/themes/prestashop/discount.tpl deleted file mode 100644 index b081457ff..000000000 --- a/themes/prestashop/discount.tpl +++ /dev/null @@ -1,89 +0,0 @@ -{* -* 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: 7075 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='My account'}{$navigationPipe}{l s='My Vouchers'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

    {l s='My Vouchers'}

    - -{if isset($discount) && count($discount) && $nbDiscounts} - - - - - - - - - - - - - - {foreach from=$discount item=discountDetail name=myLoop} - - - - - - - - - - {/foreach} - -
    {l s='Code'}{l s='Description'}{l s='Quantity'}{l s='Value'}*{l s='Minimum'}{l s='Cumulative'}{l s='Expiration date'}
    {$discountDetail.name}{$discountDetail.description}{$discountDetail.quantity_for_user} - {if $discountDetail.id_discount_type == 1} - {$discountDetail.value|escape:'htmlall':'UTF-8'}% - {elseif $discountDetail.id_discount_type == 2} - {convertPrice price=$discountDetail.value} - {else} - {l s='Free shipping'} - {/if} - - {if $discountDetail.minimal == 0} - {l s='none'} - {else} - {convertPrice price=$discountDetail.minimal} - {/if} - - {if $discountDetail.cumulable == 1} - {l s='Yes'} - {else} - {l s='No'} - {/if} - {dateFormat date=$discountDetail.date_to}
    -

    - *{l s='Tax included'} -

    -{else} -

    {l s='You do not possess any vouchers.'}

    -{/if} - - diff --git a/themes/prestashop/errors.tpl b/themes/prestashop/errors.tpl deleted file mode 100644 index db9cbfd60..000000000 --- a/themes/prestashop/errors.tpl +++ /dev/null @@ -1,39 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{if isset($errors) && $errors} -
    -

    {if $errors|@count > 1}{l s='There are'}{else}{l s='There is'}{/if} {$errors|@count} {if $errors|@count > 1}{l s='errors'}{else}{l s='error'}{/if} :

    -
      - {foreach from=$errors key=k item=error} -
    1. {$error}
    2. - {/foreach} -
    - {if isset($smarty.server.HTTP_REFERER) && !strstr($request_uri, 'authentication') && preg_replace('#^https?://[^/]+/#', '/', $smarty.server.HTTP_REFERER) != $request_uri} -

    « {l s='Back'}

    - {/if} -
    -{/if} \ No newline at end of file diff --git a/themes/prestashop/footer.tpl b/themes/prestashop/footer.tpl deleted file mode 100644 index caf4a20ac..000000000 --- a/themes/prestashop/footer.tpl +++ /dev/null @@ -1,41 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - - {if !$content_only} - - - -
    - {$HOOK_RIGHT_COLUMN} -
    - - - - - - {/if} - - diff --git a/themes/prestashop/guest-tracking.tpl b/themes/prestashop/guest-tracking.tpl deleted file mode 100644 index 1cd6c4218..000000000 --- a/themes/prestashop/guest-tracking.tpl +++ /dev/null @@ -1,84 +0,0 @@ -{* -* 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: 7075 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Track your order'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

    {l s='Track your order'}

    - -{if isset($order)} - {include file="$tpl_dir./order-detail.tpl"} - -

    {l s='Create your customer account'}

    - - {include file="$tpl_dir./errors.tpl"} - - {if isset($transformSuccess)} -

    {l s='Your guest account has been successfully transformed into a customer account. You can now log in on this'} {l s='page'}

    - {else} -
    -
    -

    {l s='Transform your guest account into a customer account and enjoy:'}

    -
      -
    • {l s='Personal and secure access'}
    • -
    • {l s='Quick and easy check out'}
    • -
    • {l s='Easier merchandise return'}
    • -
    -

    - - -

    - - - - -

    -
    -
    - {/if} -{else} - {include file="$tpl_dir./errors.tpl"} - {if isset($show_login_link) && $show_login_link} -

    {l s='Information'}{l s='Click here to log-in to your customer account'}

    - {/if} -
    -
    -

    {l s='To track your order, please enter the following information:'}

    -

    - - - {l s='For example: 010123'} -

    - -

    - - -

    - -

    -
    -
    -{/if} diff --git a/themes/prestashop/header.tpl b/themes/prestashop/header.tpl deleted file mode 100644 index 978088200..000000000 --- a/themes/prestashop/header.tpl +++ /dev/null @@ -1,90 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - - - - - {$meta_title|escape:'htmlall':'UTF-8'} -{if isset($meta_description) AND $meta_description} - -{/if} -{if isset($meta_keywords) AND $meta_keywords} - -{/if} - - - - - - -{if isset($css_files)} - {foreach from=$css_files key=css_uri item=media} - - {/foreach} -{/if} -{if isset($js_files)} - {foreach from=$js_files item=js_uri} - - {/foreach} -{/if} - {$HOOK_HEADER} - - - - {if !$content_only} - {if isset($restricted_country_mode) && $restricted_country_mode} -
    -

    {l s='You cannot place a new order from your country.'} {$geolocation_country}

    -
    - {/if} -
    - - - - -
    - -
    - {$HOOK_LEFT_COLUMN} -
    - - -
    - {/if} diff --git a/themes/prestashop/history.tpl b/themes/prestashop/history.tpl deleted file mode 100644 index e51b13be6..000000000 --- a/themes/prestashop/history.tpl +++ /dev/null @@ -1,90 +0,0 @@ -{* -* 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: 7454 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='My account'}{$navigationPipe}{l s='Order history'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} -{include file="$tpl_dir./errors.tpl"} - -

    {l s='Order history'}

    -

    {l s='Here are the orders you have placed since the creation of your account'}.

    - -{if $slowValidation}

    {l s='If you have just placed an order, it may take a few minutes for it to be validated. Please refresh the page if your order is missing.'}

    {/if} - -
    - {if $orders && count($orders)} - - - - - - - - - - - - - - {foreach from=$orders item=order name=myLoop} - - - - - - - - - - {/foreach} - -
    {l s='Order'}{l s='Date'}{l s='Total price'}{l s='Payment'}{l s='Status'}{l s='Invoice'} 
    {dateFormat date=$order.date_add full=0}{displayPrice price=$order.total_paid currency=$order.id_currency no_utf8=false convert=false}{$order.payment|escape:'htmlall':'UTF-8'}{if isset($order.order_state)}{$order.order_state|escape:'htmlall':'UTF-8'}{/if} - {if (isset($order.invoice) && $order.invoice && isset($order.invoice_number) && $order.invoice_number) && isset($invoiceAllowed) && $invoiceAllowed == true} - {l s='Invoice'} - {l s='PDF'} - {else}-{/if} - - {l s='details'} - {if isset($opc) && $opc} - - {else} - - {/if} - {l s='Reorder'} - -
    - - {else} -

    {l s='You have not placed any orders.'}

    - {/if} -
    - - diff --git a/themes/prestashop/identity.tpl b/themes/prestashop/identity.tpl deleted file mode 100644 index 23a180fcf..000000000 --- a/themes/prestashop/identity.tpl +++ /dev/null @@ -1,133 +0,0 @@ -{* -* 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: 7075 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='My account'}{$navigationPipe}{l s='Your personal information'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

    {l s='Your personal information'}

    - -{include file="$tpl_dir./errors.tpl"} - -{if isset($confirmation) && $confirmation} -

    - {l s='Your personal information has been successfully updated.'} - {if isset($pwd_changed)}
    {l s='Your password has been sent to your e-mail:'} {$email|escape:'htmlall':'UTF-8'}{/if} -

    -{else} -

    {l s='Please do not hesitate to update your personal information if it has changed.'}

    -

    *{l s='Required field'}

    -
    -
    -

    - {l s='Title'} - {foreach from=$genders key=k item=gender} - id}checked="checked"{/if} /> - - {/foreach} -

    -

    - - * -

    -

    - - * -

    -

    - - * -

    -

    - - * -

    -

    - - -

    -

    - - -

    -

    - - - {* - {l s='January'} - {l s='February'} - {l s='March'} - {l s='April'} - {l s='May'} - {l s='June'} - {l s='July'} - {l s='August'} - {l s='September'} - {l s='October'} - {l s='November'} - {l s='December'} - *} - - -

    - {if $newsletter} -

    - - -

    -

    - - -

    - {/if} -

    - -

    -
    -
    -

    - {l s='[Insert customer data privacy clause or law here, if applicable]'} -

    -{/if} - - diff --git a/themes/prestashop/img/address_alias_full_width.gif b/themes/prestashop/img/address_alias_full_width.gif deleted file mode 100644 index 60718e51e..000000000 Binary files a/themes/prestashop/img/address_alias_full_width.gif and /dev/null differ diff --git a/themes/prestashop/img/address_alias_left.gif b/themes/prestashop/img/address_alias_left.gif deleted file mode 100644 index df0d6399d..000000000 Binary files a/themes/prestashop/img/address_alias_left.gif and /dev/null differ diff --git a/themes/prestashop/img/address_alias_right.gif b/themes/prestashop/img/address_alias_right.gif deleted file mode 100644 index a0c0779cb..000000000 Binary files a/themes/prestashop/img/address_alias_right.gif and /dev/null differ diff --git a/themes/prestashop/img/ajax-loader.gif b/themes/prestashop/img/ajax-loader.gif deleted file mode 100644 index 6f1fb335a..000000000 Binary files a/themes/prestashop/img/ajax-loader.gif and /dev/null differ diff --git a/themes/prestashop/img/arrow_rotate_anticlockwise.png b/themes/prestashop/img/arrow_rotate_anticlockwise.png deleted file mode 100644 index 46c75aa85..000000000 Binary files a/themes/prestashop/img/arrow_rotate_anticlockwise.png and /dev/null differ diff --git a/themes/prestashop/img/bg_account.jpg b/themes/prestashop/img/bg_account.jpg deleted file mode 100644 index 5c1f1ff51..000000000 Binary files a/themes/prestashop/img/bg_account.jpg and /dev/null differ diff --git a/themes/prestashop/img/block_bg.jpg b/themes/prestashop/img/block_bg.jpg deleted file mode 100644 index 12d87c9d8..000000000 Binary files a/themes/prestashop/img/block_bg.jpg and /dev/null differ diff --git a/themes/prestashop/img/block_bg_myaccount.jpg b/themes/prestashop/img/block_bg_myaccount.jpg deleted file mode 100644 index 5ec840993..000000000 Binary files a/themes/prestashop/img/block_bg_myaccount.jpg and /dev/null differ diff --git a/themes/prestashop/img/block_category_item_bg.jpg b/themes/prestashop/img/block_category_item_bg.jpg deleted file mode 100644 index cd1d8bfb6..000000000 Binary files a/themes/prestashop/img/block_category_item_bg.jpg and /dev/null differ diff --git a/themes/prestashop/img/block_exclusive_bg.jpg b/themes/prestashop/img/block_exclusive_bg.jpg deleted file mode 100644 index 0c2ee9f6d..000000000 Binary files a/themes/prestashop/img/block_exclusive_bg.jpg and /dev/null differ diff --git a/themes/prestashop/img/block_exclusive_footer.jpg b/themes/prestashop/img/block_exclusive_footer.jpg deleted file mode 100644 index d6891ddd5..000000000 Binary files a/themes/prestashop/img/block_exclusive_footer.jpg and /dev/null differ diff --git a/themes/prestashop/img/block_footer.gif b/themes/prestashop/img/block_footer.gif deleted file mode 100644 index 47c8de4ff..000000000 Binary files a/themes/prestashop/img/block_footer.gif and /dev/null differ diff --git a/themes/prestashop/img/block_footer.png b/themes/prestashop/img/block_footer.png deleted file mode 100755 index dc055ece1..000000000 Binary files a/themes/prestashop/img/block_footer.png and /dev/null differ diff --git a/themes/prestashop/img/block_footer_myaccount.jpg b/themes/prestashop/img/block_footer_myaccount.jpg deleted file mode 100644 index 84df35ea9..000000000 Binary files a/themes/prestashop/img/block_footer_myaccount.jpg and /dev/null differ diff --git a/themes/prestashop/img/block_footer_page.gif b/themes/prestashop/img/block_footer_page.gif deleted file mode 100644 index f0e8c1aef..000000000 Binary files a/themes/prestashop/img/block_footer_page.gif and /dev/null differ diff --git a/themes/prestashop/img/block_footer_page_footer.png b/themes/prestashop/img/block_footer_page_footer.png deleted file mode 100644 index 349400770..000000000 Binary files a/themes/prestashop/img/block_footer_page_footer.png and /dev/null differ diff --git a/themes/prestashop/img/block_header.gif b/themes/prestashop/img/block_header.gif deleted file mode 100644 index 98a450a5b..000000000 Binary files a/themes/prestashop/img/block_header.gif and /dev/null differ diff --git a/themes/prestashop/img/block_header.png b/themes/prestashop/img/block_header.png deleted file mode 100755 index 3dbdc2c56..000000000 Binary files a/themes/prestashop/img/block_header.png and /dev/null differ diff --git a/themes/prestashop/img/block_header_exclusive.gif b/themes/prestashop/img/block_header_exclusive.gif deleted file mode 100644 index da1bacdd4..000000000 Binary files a/themes/prestashop/img/block_header_exclusive.gif and /dev/null differ diff --git a/themes/prestashop/img/block_header_exclusive.png b/themes/prestashop/img/block_header_exclusive.png deleted file mode 100755 index c19ec41e7..000000000 Binary files a/themes/prestashop/img/block_header_exclusive.png and /dev/null differ diff --git a/themes/prestashop/img/block_header_exclusive_cart.gif b/themes/prestashop/img/block_header_exclusive_cart.gif deleted file mode 100644 index 8315b8c31..000000000 Binary files a/themes/prestashop/img/block_header_exclusive_cart.gif and /dev/null differ diff --git a/themes/prestashop/img/block_header_exclusive_cart.png b/themes/prestashop/img/block_header_exclusive_cart.png deleted file mode 100755 index 26add9ea2..000000000 Binary files a/themes/prestashop/img/block_header_exclusive_cart.png and /dev/null differ diff --git a/themes/prestashop/img/block_header_large.gif b/themes/prestashop/img/block_header_large.gif deleted file mode 100644 index cb40b7427..000000000 Binary files a/themes/prestashop/img/block_header_large.gif and /dev/null differ diff --git a/themes/prestashop/img/block_header_large.png b/themes/prestashop/img/block_header_large.png deleted file mode 100755 index b0d5701ea..000000000 Binary files a/themes/prestashop/img/block_header_large.png and /dev/null differ diff --git a/themes/prestashop/img/block_header_myaccount.jpg b/themes/prestashop/img/block_header_myaccount.jpg deleted file mode 100644 index 9af1a82a2..000000000 Binary files a/themes/prestashop/img/block_header_myaccount.jpg and /dev/null differ diff --git a/themes/prestashop/img/block_myaccount_header_large.gif b/themes/prestashop/img/block_myaccount_header_large.gif deleted file mode 100644 index 298636eac..000000000 Binary files a/themes/prestashop/img/block_myaccount_header_large.gif and /dev/null differ diff --git a/themes/prestashop/img/block_search_bg.jpg b/themes/prestashop/img/block_search_bg.jpg deleted file mode 100644 index b496335c7..000000000 Binary files a/themes/prestashop/img/block_search_bg.jpg and /dev/null differ diff --git a/themes/prestashop/img/bullet.gif b/themes/prestashop/img/bullet.gif deleted file mode 100644 index e8aaa9e10..000000000 Binary files a/themes/prestashop/img/bullet.gif and /dev/null differ diff --git a/themes/prestashop/img/bullet_alt.jpg b/themes/prestashop/img/bullet_alt.jpg deleted file mode 100644 index 99fb424b1..000000000 Binary files a/themes/prestashop/img/bullet_alt.jpg and /dev/null differ diff --git a/themes/prestashop/img/bullet_myaccount.gif b/themes/prestashop/img/bullet_myaccount.gif deleted file mode 100644 index e7f9e25e4..000000000 Binary files a/themes/prestashop/img/bullet_myaccount.gif and /dev/null differ diff --git a/themes/prestashop/img/bullet_price.gif b/themes/prestashop/img/bullet_price.gif deleted file mode 100644 index b4a0ef353..000000000 Binary files a/themes/prestashop/img/bullet_price.gif and /dev/null differ diff --git a/themes/prestashop/img/button-account-large.gif b/themes/prestashop/img/button-account-large.gif deleted file mode 100644 index ffb311741..000000000 Binary files a/themes/prestashop/img/button-account-large.gif and /dev/null differ diff --git a/themes/prestashop/img/button-account-mini.gif b/themes/prestashop/img/button-account-mini.gif deleted file mode 100644 index 97cc17325..000000000 Binary files a/themes/prestashop/img/button-account-mini.gif and /dev/null differ diff --git a/themes/prestashop/img/button-account-small.gif b/themes/prestashop/img/button-account-small.gif deleted file mode 100644 index aa6aa735f..000000000 Binary files a/themes/prestashop/img/button-account-small.gif and /dev/null differ diff --git a/themes/prestashop/img/button-account.gif b/themes/prestashop/img/button-account.gif deleted file mode 100644 index 8b4239486..000000000 Binary files a/themes/prestashop/img/button-account.gif and /dev/null differ diff --git a/themes/prestashop/img/button-large.gif b/themes/prestashop/img/button-large.gif deleted file mode 100644 index b1a2bcda0..000000000 Binary files a/themes/prestashop/img/button-large.gif and /dev/null differ diff --git a/themes/prestashop/img/button-large.png b/themes/prestashop/img/button-large.png deleted file mode 100755 index cdc6cb673..000000000 Binary files a/themes/prestashop/img/button-large.png and /dev/null differ diff --git a/themes/prestashop/img/button-large_exclusive.gif b/themes/prestashop/img/button-large_exclusive.gif deleted file mode 100644 index ba5cc309c..000000000 Binary files a/themes/prestashop/img/button-large_exclusive.gif and /dev/null differ diff --git a/themes/prestashop/img/button-medium.gif b/themes/prestashop/img/button-medium.gif deleted file mode 100644 index cf429515f..000000000 Binary files a/themes/prestashop/img/button-medium.gif and /dev/null differ diff --git a/themes/prestashop/img/button-medium.png b/themes/prestashop/img/button-medium.png deleted file mode 100755 index 061df6085..000000000 Binary files a/themes/prestashop/img/button-medium.png and /dev/null differ diff --git a/themes/prestashop/img/button-medium_exclusive.gif b/themes/prestashop/img/button-medium_exclusive.gif deleted file mode 100644 index ebe67091f..000000000 Binary files a/themes/prestashop/img/button-medium_exclusive.gif and /dev/null differ diff --git a/themes/prestashop/img/button-medium_exclusive.png b/themes/prestashop/img/button-medium_exclusive.png deleted file mode 100755 index 372681e1b..000000000 Binary files a/themes/prestashop/img/button-medium_exclusive.png and /dev/null differ diff --git a/themes/prestashop/img/button-mini.gif b/themes/prestashop/img/button-mini.gif deleted file mode 100644 index 53cc95649..000000000 Binary files a/themes/prestashop/img/button-mini.gif and /dev/null differ diff --git a/themes/prestashop/img/button-mini.png b/themes/prestashop/img/button-mini.png deleted file mode 100755 index 8035b7f2a..000000000 Binary files a/themes/prestashop/img/button-mini.png and /dev/null differ diff --git a/themes/prestashop/img/button-mini_exclusive.gif b/themes/prestashop/img/button-mini_exclusive.gif deleted file mode 100644 index e7988886f..000000000 Binary files a/themes/prestashop/img/button-mini_exclusive.gif and /dev/null differ diff --git a/themes/prestashop/img/button-small.gif b/themes/prestashop/img/button-small.gif deleted file mode 100644 index 998f601ca..000000000 Binary files a/themes/prestashop/img/button-small.gif and /dev/null differ diff --git a/themes/prestashop/img/button-small.png b/themes/prestashop/img/button-small.png deleted file mode 100755 index 16f58d0bb..000000000 Binary files a/themes/prestashop/img/button-small.png and /dev/null differ diff --git a/themes/prestashop/img/button-small_exclusive.gif b/themes/prestashop/img/button-small_exclusive.gif deleted file mode 100644 index c56c23361..000000000 Binary files a/themes/prestashop/img/button-small_exclusive.gif and /dev/null differ diff --git a/themes/prestashop/img/flag_new_bg.jpg b/themes/prestashop/img/flag_new_bg.jpg deleted file mode 100644 index 7a5e68457..000000000 Binary files a/themes/prestashop/img/flag_new_bg.jpg and /dev/null differ diff --git a/themes/prestashop/img/footer_account.gif b/themes/prestashop/img/footer_account.gif deleted file mode 100644 index f8126d010..000000000 Binary files a/themes/prestashop/img/footer_account.gif and /dev/null differ diff --git a/themes/prestashop/img/form-input-bg.gif b/themes/prestashop/img/form-input-bg.gif deleted file mode 100644 index 5aca1c724..000000000 Binary files a/themes/prestashop/img/form-input-bg.gif and /dev/null differ diff --git a/themes/prestashop/img/form_bg.jpg b/themes/prestashop/img/form_bg.jpg deleted file mode 100644 index 98085963a..000000000 Binary files a/themes/prestashop/img/form_bg.jpg and /dev/null differ diff --git a/themes/prestashop/img/header_account.gif b/themes/prestashop/img/header_account.gif deleted file mode 100644 index 082590bfc..000000000 Binary files a/themes/prestashop/img/header_account.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/add.gif b/themes/prestashop/img/icon/add.gif deleted file mode 100644 index df08c0b6b..000000000 Binary files a/themes/prestashop/img/icon/add.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/addrbook.gif b/themes/prestashop/img/icon/addrbook.gif deleted file mode 100644 index a5b3a0d36..000000000 Binary files a/themes/prestashop/img/icon/addrbook.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/available.gif b/themes/prestashop/img/icon/available.gif deleted file mode 100644 index 3f93c6a3f..000000000 Binary files a/themes/prestashop/img/icon/available.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/cancel.gif b/themes/prestashop/img/icon/cancel.gif deleted file mode 100644 index fc4c2ce83..000000000 Binary files a/themes/prestashop/img/icon/cancel.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/cancel_16x18.gif b/themes/prestashop/img/icon/cancel_16x18.gif deleted file mode 100644 index 64a59b287..000000000 Binary files a/themes/prestashop/img/icon/cancel_16x18.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/cart.gif b/themes/prestashop/img/icon/cart.gif deleted file mode 100644 index e1e1ab4e5..000000000 Binary files a/themes/prestashop/img/icon/cart.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/cible.gif b/themes/prestashop/img/icon/cible.gif deleted file mode 100644 index d50ec7ccc..000000000 Binary files a/themes/prestashop/img/icon/cible.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/contact.gif b/themes/prestashop/img/icon/contact.gif deleted file mode 100644 index 72f1de6e6..000000000 Binary files a/themes/prestashop/img/icon/contact.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/delete.gif b/themes/prestashop/img/icon/delete.gif deleted file mode 100644 index 348537e13..000000000 Binary files a/themes/prestashop/img/icon/delete.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/download_product.gif b/themes/prestashop/img/icon/download_product.gif deleted file mode 100644 index f25a6121f..000000000 Binary files a/themes/prestashop/img/icon/download_product.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/error.gif b/themes/prestashop/img/icon/error.gif deleted file mode 100644 index 816705815..000000000 Binary files a/themes/prestashop/img/icon/error.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/gift.gif b/themes/prestashop/img/icon/gift.gif deleted file mode 100644 index 2074a39fe..000000000 Binary files a/themes/prestashop/img/icon/gift.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/home.gif b/themes/prestashop/img/icon/home.gif deleted file mode 100644 index 50b176a77..000000000 Binary files a/themes/prestashop/img/icon/home.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/index.php b/themes/prestashop/img/icon/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/img/icon/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/img/icon/infos.gif b/themes/prestashop/img/icon/infos.gif deleted file mode 100644 index 12cd1aef9..000000000 Binary files a/themes/prestashop/img/icon/infos.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/less.gif b/themes/prestashop/img/icon/less.gif deleted file mode 100644 index 52928a267..000000000 Binary files a/themes/prestashop/img/icon/less.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/magnify.gif b/themes/prestashop/img/icon/magnify.gif deleted file mode 100644 index 7bf707784..000000000 Binary files a/themes/prestashop/img/icon/magnify.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/more.gif b/themes/prestashop/img/icon/more.gif deleted file mode 100644 index 072e49dfd..000000000 Binary files a/themes/prestashop/img/icon/more.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/my-account.gif b/themes/prestashop/img/icon/my-account.gif deleted file mode 100644 index d9a5a9e49..000000000 Binary files a/themes/prestashop/img/icon/my-account.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/next.gif b/themes/prestashop/img/icon/next.gif deleted file mode 100644 index a4e084641..000000000 Binary files a/themes/prestashop/img/icon/next.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/no.gif b/themes/prestashop/img/icon/no.gif deleted file mode 100644 index 3fdeb6365..000000000 Binary files a/themes/prestashop/img/icon/no.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/order.gif b/themes/prestashop/img/icon/order.gif deleted file mode 100644 index 5ce7d1e2e..000000000 Binary files a/themes/prestashop/img/icon/order.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/pdf.gif b/themes/prestashop/img/icon/pdf.gif deleted file mode 100644 index d5d9488f3..000000000 Binary files a/themes/prestashop/img/icon/pdf.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/previous.gif b/themes/prestashop/img/icon/previous.gif deleted file mode 100644 index aa59060c9..000000000 Binary files a/themes/prestashop/img/icon/previous.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/quantity_down.gif b/themes/prestashop/img/icon/quantity_down.gif deleted file mode 100644 index 7a827069a..000000000 Binary files a/themes/prestashop/img/icon/quantity_down.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/quantity_down_off.gif b/themes/prestashop/img/icon/quantity_down_off.gif deleted file mode 100755 index fe6de305e..000000000 Binary files a/themes/prestashop/img/icon/quantity_down_off.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/quantity_up.gif b/themes/prestashop/img/icon/quantity_up.gif deleted file mode 100644 index 3c2dcce60..000000000 Binary files a/themes/prestashop/img/icon/quantity_up.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/recyclable.gif b/themes/prestashop/img/icon/recyclable.gif deleted file mode 100644 index 1d5dcd2fd..000000000 Binary files a/themes/prestashop/img/icon/recyclable.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/return.gif b/themes/prestashop/img/icon/return.gif deleted file mode 100644 index 198a934a3..000000000 Binary files a/themes/prestashop/img/icon/return.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/search.gif b/themes/prestashop/img/icon/search.gif deleted file mode 100644 index e32a989f1..000000000 Binary files a/themes/prestashop/img/icon/search.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/serial_scroll_left.gif b/themes/prestashop/img/icon/serial_scroll_left.gif deleted file mode 100644 index f42f520dd..000000000 Binary files a/themes/prestashop/img/icon/serial_scroll_left.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/serial_scroll_right.gif b/themes/prestashop/img/icon/serial_scroll_right.gif deleted file mode 100644 index e6de011d1..000000000 Binary files a/themes/prestashop/img/icon/serial_scroll_right.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/sitemap.gif b/themes/prestashop/img/icon/sitemap.gif deleted file mode 100644 index 594afa56e..000000000 Binary files a/themes/prestashop/img/icon/sitemap.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/slip.gif b/themes/prestashop/img/icon/slip.gif deleted file mode 100644 index c4d1352da..000000000 Binary files a/themes/prestashop/img/icon/slip.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/sort_asc.gif b/themes/prestashop/img/icon/sort_asc.gif deleted file mode 100644 index 67345103c..000000000 Binary files a/themes/prestashop/img/icon/sort_asc.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/sort_asc_disabled.gif b/themes/prestashop/img/icon/sort_asc_disabled.gif deleted file mode 100644 index c86a9a635..000000000 Binary files a/themes/prestashop/img/icon/sort_asc_disabled.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/sort_asc_white.gif b/themes/prestashop/img/icon/sort_asc_white.gif deleted file mode 100644 index 9768c8638..000000000 Binary files a/themes/prestashop/img/icon/sort_asc_white.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/sort_asc_white.png b/themes/prestashop/img/icon/sort_asc_white.png deleted file mode 100755 index d73f00a21..000000000 Binary files a/themes/prestashop/img/icon/sort_asc_white.png and /dev/null differ diff --git a/themes/prestashop/img/icon/sort_desc.gif b/themes/prestashop/img/icon/sort_desc.gif deleted file mode 100644 index f806d8534..000000000 Binary files a/themes/prestashop/img/icon/sort_desc.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/sort_desc_disabled.gif b/themes/prestashop/img/icon/sort_desc_disabled.gif deleted file mode 100644 index 6ddb4ab14..000000000 Binary files a/themes/prestashop/img/icon/sort_desc_disabled.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/sort_desc_white.gif b/themes/prestashop/img/icon/sort_desc_white.gif deleted file mode 100644 index 8c00b93e4..000000000 Binary files a/themes/prestashop/img/icon/sort_desc_white.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/sort_desc_white.png b/themes/prestashop/img/icon/sort_desc_white.png deleted file mode 100755 index 12b1a2a95..000000000 Binary files a/themes/prestashop/img/icon/sort_desc_white.png and /dev/null differ diff --git a/themes/prestashop/img/icon/star.gif b/themes/prestashop/img/icon/star.gif deleted file mode 100644 index 182e7d42c..000000000 Binary files a/themes/prestashop/img/icon/star.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/unavailable.gif b/themes/prestashop/img/icon/unavailable.gif deleted file mode 100644 index 4356d4fd7..000000000 Binary files a/themes/prestashop/img/icon/unavailable.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/up.gif b/themes/prestashop/img/icon/up.gif deleted file mode 100644 index 67345103c..000000000 Binary files a/themes/prestashop/img/icon/up.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/update.gif b/themes/prestashop/img/icon/update.gif deleted file mode 100644 index a2c05ee2c..000000000 Binary files a/themes/prestashop/img/icon/update.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/userinfo.gif b/themes/prestashop/img/icon/userinfo.gif deleted file mode 100644 index dee5739e9..000000000 Binary files a/themes/prestashop/img/icon/userinfo.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/voucher.gif b/themes/prestashop/img/icon/voucher.gif deleted file mode 100644 index 020a5a783..000000000 Binary files a/themes/prestashop/img/icon/voucher.gif and /dev/null differ diff --git a/themes/prestashop/img/icon/yes.gif b/themes/prestashop/img/icon/yes.gif deleted file mode 100644 index 7902938e9..000000000 Binary files a/themes/prestashop/img/icon/yes.gif and /dev/null differ diff --git a/themes/prestashop/img/index.php b/themes/prestashop/img/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/img/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/img/jquery/index.php b/themes/prestashop/img/jquery/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/img/jquery/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/img/jquery/macFFBgHack.png b/themes/prestashop/img/jquery/macFFBgHack.png deleted file mode 100644 index c6473b324..000000000 Binary files a/themes/prestashop/img/jquery/macFFBgHack.png and /dev/null differ diff --git a/themes/prestashop/img/logo_paiement_mastercard.jpg b/themes/prestashop/img/logo_paiement_mastercard.jpg deleted file mode 100644 index 6022d872f..000000000 Binary files a/themes/prestashop/img/logo_paiement_mastercard.jpg and /dev/null differ diff --git a/themes/prestashop/img/logo_paiement_paypal.jpg b/themes/prestashop/img/logo_paiement_paypal.jpg deleted file mode 100644 index c94c46c0d..000000000 Binary files a/themes/prestashop/img/logo_paiement_paypal.jpg and /dev/null differ diff --git a/themes/prestashop/img/logo_paiement_visa.jpg b/themes/prestashop/img/logo_paiement_visa.jpg deleted file mode 100644 index be8cc9ed2..000000000 Binary files a/themes/prestashop/img/logo_paiement_visa.jpg and /dev/null differ diff --git a/themes/prestashop/img/nav-logout.gif b/themes/prestashop/img/nav-logout.gif deleted file mode 100755 index 1d7775de6..000000000 Binary files a/themes/prestashop/img/nav-logout.gif and /dev/null differ diff --git a/themes/prestashop/img/onsale_en.gif b/themes/prestashop/img/onsale_en.gif deleted file mode 100644 index 48bfa342d..000000000 Binary files a/themes/prestashop/img/onsale_en.gif and /dev/null differ diff --git a/themes/prestashop/img/onsale_es.gif b/themes/prestashop/img/onsale_es.gif deleted file mode 100644 index 787f007f2..000000000 Binary files a/themes/prestashop/img/onsale_es.gif and /dev/null differ diff --git a/themes/prestashop/img/onsale_fr.gif b/themes/prestashop/img/onsale_fr.gif deleted file mode 100644 index 38cd74237..000000000 Binary files a/themes/prestashop/img/onsale_fr.gif and /dev/null differ diff --git a/themes/prestashop/img/pagination-bg-current.gif b/themes/prestashop/img/pagination-bg-current.gif deleted file mode 100644 index 210590a20..000000000 Binary files a/themes/prestashop/img/pagination-bg-current.gif and /dev/null differ diff --git a/themes/prestashop/img/pagination-next-border.gif b/themes/prestashop/img/pagination-next-border.gif deleted file mode 100644 index 275f9ad30..000000000 Binary files a/themes/prestashop/img/pagination-next-border.gif and /dev/null differ diff --git a/themes/prestashop/img/pagination-prev-border.gif b/themes/prestashop/img/pagination-prev-border.gif deleted file mode 100644 index 903d7afa4..000000000 Binary files a/themes/prestashop/img/pagination-prev-border.gif and /dev/null differ diff --git a/themes/prestashop/img/pagination-prevnext-bg.gif b/themes/prestashop/img/pagination-prevnext-bg.gif deleted file mode 100644 index d14448458..000000000 Binary files a/themes/prestashop/img/pagination-prevnext-bg.gif and /dev/null differ diff --git a/themes/prestashop/img/pagination_bg.gif b/themes/prestashop/img/pagination_bg.gif deleted file mode 100644 index 824748ea4..000000000 Binary files a/themes/prestashop/img/pagination_bg.gif and /dev/null differ diff --git a/themes/prestashop/img/product-buy-bg.gif b/themes/prestashop/img/product-buy-bg.gif deleted file mode 100644 index 626fb3f63..000000000 Binary files a/themes/prestashop/img/product-buy-bg.gif and /dev/null differ diff --git a/themes/prestashop/img/product-short-desc-bg.gif b/themes/prestashop/img/product-short-desc-bg.gif deleted file mode 100644 index dda67ed0a..000000000 Binary files a/themes/prestashop/img/product-short-desc-bg.gif and /dev/null differ diff --git a/themes/prestashop/img/rss.gif b/themes/prestashop/img/rss.gif deleted file mode 100644 index 12c1d33b5..000000000 Binary files a/themes/prestashop/img/rss.gif and /dev/null differ diff --git a/themes/prestashop/img/sitemap-horizontal.gif b/themes/prestashop/img/sitemap-horizontal.gif deleted file mode 100644 index 2cea2f772..000000000 Binary files a/themes/prestashop/img/sitemap-horizontal.gif and /dev/null differ diff --git a/themes/prestashop/img/sitemap-horizontal.png b/themes/prestashop/img/sitemap-horizontal.png deleted file mode 100755 index 8810d5488..000000000 Binary files a/themes/prestashop/img/sitemap-horizontal.png and /dev/null differ diff --git a/themes/prestashop/img/sitemap-last.gif b/themes/prestashop/img/sitemap-last.gif deleted file mode 100644 index ee3a5ef3f..000000000 Binary files a/themes/prestashop/img/sitemap-last.gif and /dev/null differ diff --git a/themes/prestashop/img/sitemap-top.gif b/themes/prestashop/img/sitemap-top.gif deleted file mode 100644 index 98a27e4a0..000000000 Binary files a/themes/prestashop/img/sitemap-top.gif and /dev/null differ diff --git a/themes/prestashop/img/sitemap_long.gif b/themes/prestashop/img/sitemap_long.gif deleted file mode 100644 index 61e090b6a..000000000 Binary files a/themes/prestashop/img/sitemap_long.gif and /dev/null differ diff --git a/themes/prestashop/img/step_current.gif b/themes/prestashop/img/step_current.gif deleted file mode 100644 index 2b63ceced..000000000 Binary files a/themes/prestashop/img/step_current.gif and /dev/null differ diff --git a/themes/prestashop/img/step_end.gif b/themes/prestashop/img/step_end.gif deleted file mode 100644 index fd181fd50..000000000 Binary files a/themes/prestashop/img/step_end.gif and /dev/null differ diff --git a/themes/prestashop/img/step_end_current.gif b/themes/prestashop/img/step_end_current.gif deleted file mode 100644 index e1a6c42e5..000000000 Binary files a/themes/prestashop/img/step_end_current.gif and /dev/null differ diff --git a/themes/prestashop/img/step_standard.gif b/themes/prestashop/img/step_standard.gif deleted file mode 100644 index 18fd20667..000000000 Binary files a/themes/prestashop/img/step_standard.gif and /dev/null differ diff --git a/themes/prestashop/img/step_start.gif b/themes/prestashop/img/step_start.gif deleted file mode 100644 index e595e199d..000000000 Binary files a/themes/prestashop/img/step_start.gif and /dev/null differ diff --git a/themes/prestashop/img/tab_bg.jpg b/themes/prestashop/img/tab_bg.jpg deleted file mode 100644 index 79f1e23ae..000000000 Binary files a/themes/prestashop/img/tab_bg.jpg and /dev/null differ diff --git a/themes/prestashop/img/tab_bg_selected.jpg b/themes/prestashop/img/tab_bg_selected.jpg deleted file mode 100644 index 18610f21a..000000000 Binary files a/themes/prestashop/img/tab_bg_selected.jpg and /dev/null differ diff --git a/themes/prestashop/img/tab_bg_selected_short.jpg b/themes/prestashop/img/tab_bg_selected_short.jpg deleted file mode 100644 index 914fe292b..000000000 Binary files a/themes/prestashop/img/tab_bg_selected_short.jpg and /dev/null differ diff --git a/themes/prestashop/img/tab_bg_short.jpg b/themes/prestashop/img/tab_bg_short.jpg deleted file mode 100644 index b15dcddd3..000000000 Binary files a/themes/prestashop/img/tab_bg_short.jpg and /dev/null differ diff --git a/themes/prestashop/img/table_footer.gif b/themes/prestashop/img/table_footer.gif deleted file mode 100644 index 01f1e34f4..000000000 Binary files a/themes/prestashop/img/table_footer.gif and /dev/null differ diff --git a/themes/prestashop/img/table_header.gif b/themes/prestashop/img/table_header.gif deleted file mode 100644 index 0c25ee4d7..000000000 Binary files a/themes/prestashop/img/table_header.gif and /dev/null differ diff --git a/themes/prestashop/img/thumbs_left.gif b/themes/prestashop/img/thumbs_left.gif deleted file mode 100644 index 2830a5fc8..000000000 Binary files a/themes/prestashop/img/thumbs_left.gif and /dev/null differ diff --git a/themes/prestashop/img/thumbs_right.gif b/themes/prestashop/img/thumbs_right.gif deleted file mode 100644 index 8fc577522..000000000 Binary files a/themes/prestashop/img/thumbs_right.gif and /dev/null differ diff --git a/themes/prestashop/img/title_bg.gif b/themes/prestashop/img/title_bg.gif deleted file mode 100644 index 44fd38e9a..000000000 Binary files a/themes/prestashop/img/title_bg.gif and /dev/null differ diff --git a/themes/prestashop/img/title_bg.png b/themes/prestashop/img/title_bg.png deleted file mode 100755 index 628588424..000000000 Binary files a/themes/prestashop/img/title_bg.png and /dev/null differ diff --git a/themes/prestashop/img/title_bg_large.gif b/themes/prestashop/img/title_bg_large.gif deleted file mode 100644 index d06f6e6ba..000000000 Binary files a/themes/prestashop/img/title_bg_large.gif and /dev/null differ diff --git a/themes/prestashop/index.php b/themes/prestashop/index.php deleted file mode 100644 index 521586247..000000000 --- a/themes/prestashop/index.php +++ /dev/null @@ -1,37 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; -?> \ No newline at end of file diff --git a/themes/prestashop/index.tpl b/themes/prestashop/index.tpl deleted file mode 100644 index c6dfe9651..000000000 --- a/themes/prestashop/index.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{$HOOK_HOME} \ No newline at end of file diff --git a/themes/prestashop/js/cart-summary.js b/themes/prestashop/js/cart-summary.js deleted file mode 100644 index 28283b886..000000000 --- a/themes/prestashop/js/cart-summary.js +++ /dev/null @@ -1,649 +0,0 @@ -/* -* 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: 7040 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -$(document).ready(function() -{ - // If block cart isn't used, we don't bind the handle actions - if (window.ajaxCart !== undefined) - { - $('.cart_quantity_up').unbind('click').live('click', function(){ upQuantity($(this).attr('id').replace('cart_quantity_up_', '')); return false; }); - $('.cart_quantity_down').unbind('click').live('click', function(){ downQuantity($(this).attr('id').replace('cart_quantity_down_', '')); return false; }); - $('.cart_quantity_delete' ).unbind('click').live('click', function(){ deleteProductFromSummary($(this).attr('id')); return false; }); - $('.cart_quantity_input').typeWatch({ highlight: true, wait: 600, captureLength: 0, callback: updateQty }); - - $('.cart_address_delivery').live('change', function(){ changeAddressDelivery($(this)); }); - } - else - { - $('.cart_address_delivery').change(function(){ submit(); }); - } - cleanSelectAddressDelivery(); -}); - -function cleanSelectAddressDelivery() -{ - if (window.ajaxCart !== undefined) - { - //Removing "Ship to an other address" from the address delivery select option if there is not enought address - $.each($('.cart_address_delivery'), function(it, item) - { - var options = $(item).find('option'); - var address_count = 0; - - var ids = $(item).attr('id').split('_'); - var id_product = ids[3]; - var id_product_attribute = ids[4]; - var id_address_delivery = ids[5]; - - $.each(options, function(i) { - if ($(options[i]).val() > 0 - && ($('#product_' + id_product + '_' + id_product_attribute + '_0_' + $(options[i]).val()).length == 0 // Check the address is not already used for a similare products - || id_address_delivery == $(options[i]).val() - ) - ) - address_count++; - }); - - if (address_count < 2) // Need at least two address to allow skipping products to multiple address - $($(item).find('option[value=-2]')).remove(); - else if($($(item).find('option[value=-2]')).length == 0) - $(item).append($('')); // @todo add translation - }); - } -} - -function changeAddressDelivery(obj) -{ - var ids = obj.attr('id').split('_'); - var id_product = ids[3]; - var id_product_attribute = ids[4]; - var old_id_address_delivery = ids[5]; - var new_id_address_delivery = obj.val(); - - if (new_id_address_delivery == old_id_address_delivery) - return; - - if (new_id_address_delivery > 0) // Change the delivery address - { - $.ajax({ - type: 'GET', - url: baseDir, - async: true, - cache: false, - dataType: 'json', - data: 'controller=cart&ajax=true&changeAddressDelivery&summary&id_product='+id_product - +'&id_product_attribute='+id_product_attribute - +'&old_id_address_delivery='+old_id_address_delivery - +'&new_id_address_delivery='+new_id_address_delivery - +'&token='+static_token, - success: function(jsonData) - { - // The product exist - if ($('#product_'+id_product+'_'+id_product_attribute+'_0_'+new_id_address_delivery).length) - { - updateCustomizedDatas(jsonData.customizedDatas); - updateCartSummary(jsonData.summary); - updateHookShoppingCart(jsonData.HOOK_SHOPPING_CART); - updateHookShoppingCartExtra(jsonData.HOOK_SHOPPING_CART_EXTRA); - if (jsonData.carriers != null) - if (typeof(getCarrierListAndUpdate) != 'undefined') - getCarrierListAndUpdate(); - - // @todo reverse the remove order - // This effect remove the current line, but it's better to remove the other one, and refresshing this one - $('#product_'+id_product+'_'+id_product_attribute+'_0_'+old_id_address_delivery).remove(); - - // @todo improve customization upgrading - $('.product_'+id_product+'_'+id_product_attribute+'_0_'+old_id_address_delivery).remove(); - } - - if (window.ajaxCart !== undefined) - ajaxCart.refresh(); - updateAddressId(id_product, id_product_attribute, old_id_address_delivery, new_id_address_delivery); - cleanSelectAddressDelivery(); - } - }); - } - else if (new_id_address_delivery == -1) // Adding a new address - window.location = $($('.address_add a')[0]).attr('href'); - else if (new_id_address_delivery == -2) // Add a new line for this product - { - // This test is will not usefull in the future - if (old_id_address_delivery == 0) - { - alert('Please select first an address'); // @todo translate - return false; - } - - // Get new address to deliver - var id_address_delivery = 0; - var options = $('#select_address_delivery_'+id_product+'_'+id_product_attribute+'_'+old_id_address_delivery+' option'); - $.each(options, function(i) { - if ($(options[i]).val() > 0 && $(options[i]).val() != old_id_address_delivery - && $('#product_' + id_product + '_' + id_product_attribute + '_0_' + $(options[i]).val()).length == 0 // Check the address is not already used for a similare products - ) - { - id_address_delivery = $(options[i]).val(); - return false; - } - }); - - $.ajax({ - type: 'GET', - url: baseDir, - async: true, - cache: false, - dataType: 'json', - context: obj, - data: 'controller=cart&ajax=true&duplicate&summary&id_product='+id_product+'&id_product_attribute='+id_product_attribute+'&id_address_delivery='+old_id_address_delivery+'&new_id_address_delivery='+id_address_delivery+'&token='+static_token , - success: function(jsonData) - { - if (jsonData.error) - { - alert(jsonData.reason); - return; - } - - var line = $('#product_' + id_product+'_' + id_product_attribute + '_0_' + old_id_address_delivery); - var new_line = line.clone(); - updateAddressId(id_product, id_product_attribute, old_id_address_delivery, id_address_delivery, new_line); - line.after(new_line); - new_line.find('input[name=quantity_' + id_product+'_' + id_product_attribute + '_0_' + old_id_address_delivery + '_hidden]') - .val(1); - new_line.find('.cart_quantity_input') - .val(1); - $('#select_address_delivery_' + id_product+'_' + id_product_attribute + '_' + old_id_address_delivery).val(old_id_address_delivery); - $('#select_address_delivery_' + id_product+'_' + id_product_attribute + '_' + id_address_delivery).val(id_address_delivery); - - - cleanSelectAddressDelivery(); - - updateCartSummary(jsonData.summary); - - if (window.ajaxCart !== undefined) - ajaxCart.refresh(); - } - }); - } -} - -function updateAddressId(id_product, id_product_attribute, old_id_address_delivery, id_address_delivery, line) -{ - if (typeof(line) == 'undefined') - var line = $('#product_' + id_product+'_' + id_product_attribute + '_0_' + old_id_address_delivery); - - line.attr('id', 'product_' + id_product+'_' + id_product_attribute + '_0_' + id_address_delivery); - line.find('.cart_quantity_input') - .attr('name', 'quantity_' + id_product+'_' + id_product_attribute + '_0_' + id_address_delivery); - line.find('input[name=quantity_' + id_product+'_' + id_product_attribute + '_0_' + old_id_address_delivery + '_hidden]') - .attr('name', 'quantity_' + id_product+'_' + id_product_attribute + '_0_' + id_address_delivery + '_hidden'); - line.find('#cart_quantity_down_' + id_product+'_' + id_product_attribute + '_0_' + old_id_address_delivery) - .attr('id', 'cart_quantity_down_' + id_product+'_' + id_product_attribute + '_0_' + id_address_delivery); - line.find('#cart_quantity_up_' + id_product+'_' + id_product_attribute + '_0_' + old_id_address_delivery) - .attr('id', 'cart_quantity_up_' + id_product+'_' + id_product_attribute + '_0_' + id_address_delivery); - line.find('#' + id_product+'_' + id_product_attribute + '_0_' + old_id_address_delivery) - .attr('id', id_product+'_' + id_product_attribute + '_0_' + id_address_delivery); - line.find('#select_address_delivery_' + id_product+'_' + id_product_attribute + '_' + old_id_address_delivery) - .attr('id', 'select_address_delivery_' + id_product+'_' + id_product_attribute + '_' + id_address_delivery); -} - -function updateQty(val) -{ - var id = $(this.el).attr('name'); - var exp = new RegExp("^[0-9]+$"); - - if (exp.test(val) == true) - { - var hidden = $('input[name='+ id +'_hidden]').val(); - var input = $('input[name='+ id +']').val(); - var QtyToUp = parseInt(input) - parseInt(hidden); - - if (parseInt(QtyToUp) > 0) - upQuantity(id.replace('quantity_', ''), QtyToUp); - else if(parseInt(QtyToUp) < 0) - downQuantity(id.replace('quantity_', ''), QtyToUp); - } - else - $('input[name='+ id +']').val($('input[name='+ id +'_hidden]').val()); -} - -function deleteProductFromSummary(id) -{ - var customizationId = 0; - var productId = 0; - var productAttributeId = 0; - var id_address_delivery = 0; - var ids = 0; - ids = id.split('_'); - productId = parseInt(ids[0]); - if (typeof(ids[1]) != 'undefined') - productAttributeId = parseInt(ids[1]); - if (typeof(ids[2]) != 'undefined') - customizationId = parseInt(ids[2]); - if (typeof(ids[3]) != 'undefined') - id_address_delivery = parseInt(ids[3]); - $.ajax({ - type: 'GET', - url: baseDir, - async: true, - cache: false, - dataType: 'json', - data: 'controller=cart&ajax=true&delete&summary&id_product='+productId+'&ipa='+productAttributeId+'&id_address_delivery='+id_address_delivery+ ( (customizationId != 0) ? '&id_customization='+customizationId : '') + '&token=' + static_token , - success: function(jsonData) - { - if (jsonData.hasError) - { - var errors = ''; - for(error in jsonData.errors) - //IE6 bug fix - if(error != 'indexOf') - errors += jsonData.errors[error] + "\n"; - } - else - { - if (parseInt(jsonData.summary.products.length) == 0) - { - $('#center_column').children().each(function() { - if ($(this).attr('id') != 'emptyCartWarning' && $(this).attr('class') != 'breadcrumb' && $(this).attr('id') != 'cart_title') - { - $(this).fadeOut('slow', function () { - $(this).remove(); - }); - } - }); - $('#summary_products_label').remove(); - $('#emptyCartWarning').fadeIn('slow'); - } - else - { - $('#product_'+ id).fadeOut('slow', function() { - $(this).remove(); - cleanSelectAddressDelivery(); - }); - - var exist = false; - for (i=0;i delete product line - if (!exist) - $('#product_'+ productId+'_'+productAttributeId).fadeOut('slow', function() { - $(this).remove(); - }); - } - updateCartSummary(jsonData.summary); - updateHookShoppingCart(jsonData.HOOK_SHOPPING_CART); - updateHookShoppingCartExtra(jsonData.HOOK_SHOPPING_CART_EXTRA); - updateCustomizedDatas(jsonData.customizedDatas); - if (jsonData.carriers != null) - if (typeof(getCarrierListAndUpdate) != 'undefined') - getCarrierListAndUpdate(); - } - }, - error: function(XMLHttpRequest, textStatus, errorThrown) {alert("TECHNICAL ERROR: unable to save update quantity \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus);} - }); -} - -function upQuantity(id, qty) -{ - if(typeof(qty)=='undefined' || !qty) - qty = 1; - var customizationId = 0; - var productId = 0; - var productAttributeId = 0; - var id_address_delivery = 0; - var ids = 0; - ids = id.split('_'); - productId = parseInt(ids[0]); - if (typeof(ids[1]) != 'undefined') - productAttributeId = parseInt(ids[1]); - if (typeof(ids[2]) != 'undefined') - customizationId = parseInt(ids[2]); - if (typeof(ids[3]) != 'undefined') - id_address_delivery = parseInt(ids[3]); - $.ajax({ - type: 'GET', - url: baseDir, - async: true, - cache: false, - dataType: 'json', - data: 'controller=cart&ajax=true&add&getproductprice&summary&id_product='+productId+'&ipa='+productAttributeId+'&id_address_delivery='+id_address_delivery + ( (customizationId != 0) ? '&id_customization='+customizationId : '') + '&qty='+qty+'&token=' + static_token , - success: function(jsonData) - { - if (jsonData.hasError) - { - var errors = ''; - for(error in jsonData.errors) - //IE6 bug fix - if(error != 'indexOf') - errors += jsonData.errors[error] + "\n"; - alert(errors); - $('input[name=quantity_'+ id +']').val($('input[name=quantity_'+ id +'_hidden]').val()); - } - else - { - updateCustomizedDatas(jsonData.customizedDatas); - updateCartSummary(jsonData.summary); - updateHookShoppingCart(jsonData.HOOK_SHOPPING_CART); - updateHookShoppingCartExtra(jsonData.HOOK_SHOPPING_CART_EXTRA); - if (jsonData.carriers != null) - if (typeof(getCarrierListAndUpdate) != 'undefined') - getCarrierListAndUpdate(); - } - }, - error: function(XMLHttpRequest, textStatus, errorThrown) {alert("TECHNICAL ERROR: unable to save update quantity \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus);} - }); -} - -function downQuantity(id, qty) -{ - var val = $('input[name=quantity_'+id+']').val(); - var newVal = val; - if(typeof(qty)=='undefined' || !qty) - { - qty = 1; - newVal = val - 1; - } - else if (qty < 0) - qty = -qty; - var customizationId = 0; - var productId = 0; - var productAttributeId = 0; - var id_address_delivery = 0; - var ids = 0; - if (newVal > 0) - { - ids = id.split('_'); - productId = parseInt(ids[0]); - if (typeof(ids[1]) != 'undefined') - productAttributeId = parseInt(ids[1]); - if (typeof(ids[2]) != 'undefined') - customizationId = parseInt(ids[2]); - if (typeof(ids[3]) != 'undefined') - id_address_delivery = parseInt(ids[3]); - $.ajax({ - type: 'GET', - url: baseDir, - async: true, - cache: false, - dataType: 'json', - data: 'controller=cart&ajax=true&add&getproductprice&summary&id_product='+productId+'&ipa='+productAttributeId+'&id_address_delivery='+id_address_delivery+'&op=down' + ( (customizationId != 0) ? '&id_customization='+customizationId : '') + '&qty='+qty+'&token=' + static_token , - success: function(jsonData) - { - if (jsonData.hasError) - { - var errors = ''; - for(error in jsonData.errors) - //IE6 bug fix - if(error != 'indexOf') - errors += jsonData.errors[error] + "\n"; - alert(errors); - $('input[name=quantity_'+ id +']').val($('input[name=quantity_'+ id +'_hidden]').val()); - } - else - { - updateCustomizedDatas(jsonData.customizedDatas); - updateCartSummary(jsonData.summary); - updateHookShoppingCart(jsonData.HOOK_SHOPPING_CART); - updateHookShoppingCartExtra(jsonData.HOOK_SHOPPING_CART_EXTRA); - if (jsonData.carriers != null) - if (typeof(getCarrierListAndUpdate) != 'undefined') - getCarrierListAndUpdate(); - } - }, - error: function(XMLHttpRequest, textStatus, errorThrown) {alert("TECHNICAL ERROR: unable to save update quantity \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus);} - }); - - } - else - { - deleteProductFromSummary(id); - } -} - -function updateCartSummary(json) -{ - // Update products prices + discount - var i; - var nbrProducts = 0; - - if (typeof json == 'undefined') - return; - - for (i=0;i current_price) - initial_price_text = ''+initial_price+'
    '; - } - - key_for_blockcart = json.products[i].id_product+'_'+json.products[i].id_product_attribute; - if (json.products[i].id_product_attribute == 0) - key_for_blockcart = json.products[i].id_product; - - $('#cart_block_product_'+key_for_blockcart+' span.quantity').html(json.products[i].cart_quantity); - - if (priceDisplayMethod != 0) - { - $('#cart_block_product_'+key_for_blockcart+' span.price').html(formatCurrency(json.products[i].total, currencyFormat, currencySign, currencyBlank)); - $('#product_price_'+json.products[i].id_product+'_'+json.products[i].id_product_attribute+'_'+json.products[i].id_address_delivery).html(initial_price_text+current_price); - $('#total_product_price_'+json.products[i].id_product+'_'+json.products[i].id_product_attribute+'_'+json.products[i].id_address_delivery).html(formatCurrency(json.products[i].total, currencyFormat, currencySign, currencyBlank)); - } - else - { - $('#cart_block_product_'+key_for_blockcart+' span.price').html(formatCurrency(json.products[i].total_wt, currencyFormat, currencySign, currencyBlank)); - $('#product_price_'+json.products[i].id_product+'_'+json.products[i].id_product_attribute+'_'+json.products[i].id_address_delivery).html(initial_price_text+current_price); - $('#total_product_price_'+json.products[i].id_product+'_'+json.products[i].id_product_attribute+'_'+json.products[i].id_address_delivery).html(formatCurrency(json.products[i].total_wt, currencyFormat, currencySign, currencyBlank)); - } - - nbrProducts += parseInt(json.products[i].cart_quantity); - - if(json.products[i].id_customization == null) - { - $('input[name=quantity_'+json.products[i].id_product+'_'+json.products[i].id_product_attribute+'_0_'+json.products[i].id_address_delivery+']').val(json.products[i].cart_quantity); - $('input[name=quantity_'+json.products[i].id_product+'_'+json.products[i].id_product_attribute+'_0_'+json.products[i].id_address_delivery+'_hidden]').val(json.products[i].cart_quantity); - } - else - { - //$('input[name=quantity_'+json.products[i].id_product+'_'+json.products[i].id_product_attribute+'_'+json.products[i].id_customization+'_'+json.products[i].id_address_delivery+']') - // .val(json.products[i].cart_quantity); - $('#cart_quantity_custom_'+json.products[i].id_product+'_'+json.products[i].id_product_attribute+'_'+json.products[i].id_address_delivery) - .html(json.products[i].cart_quantity); - } - - // Show / hide quantity button if minimal quantity - if (parseInt(json.products[i].minimal_quantity) == parseInt(json.products[i].cart_quantity) && json.products[i].minimal_quantity != 1) - $('#cart_quantity_down_'+json.products[i].id_product+'_'+json.products[i].id_product_attribute+Number(json.products[i].id_customization)+'_'+json.products[i].id_address_delivery).fadeTo('slow',0.3); - else - $('#cart_quantity_down_'+json.products[i].id_product+'_'+json.products[i].id_product_attribute+Number(json.products[i].id_customization)+'_'+json.products[i].id_address_delivery).fadeTo('slow',1); - - } - - // Update discounts - if (json.discounts.length == 0) - { - $('.cart_discount').each(function(){$(this).remove()}); - $('.cart_total_voucher').remove(); - } - else - { - if (priceDisplayMethod != 0) - $('#total_discount').html(formatCurrency(json.total_discounts_tax_exc, currencyFormat, currencySign, currencyBlank)); - else - $('#total_discount').html(formatCurrency(json.total_discounts, currencyFormat, currencySign, currencyBlank)); - - $('.cart_discount').each(function(){ - var idElmt = $(this).attr('id').replace('cart_discount_',''); - var toDelete = true; - - for (i=0;i 1 ? txtProducts : txtProduct)); - if (priceDisplayMethod != 0) - $('#total_product').html(formatCurrency(json.total_products, currencyFormat, currencySign, currencyBlank)); - else - $('#total_product').html(formatCurrency(json.total_products_wt, currencyFormat, currencySign, currencyBlank)); - $('#total_price').html(formatCurrency(json.total_price, currencyFormat, currencySign, currencyBlank)); - $('#total_price_without_tax').html(formatCurrency(json.total_price_without_tax, currencyFormat, currencySign, currencyBlank)); - $('#total_tax').html(formatCurrency(json.total_tax, currencyFormat, currencySign, currencyBlank)); - - if (json.total_shipping <= 0) - $('.cart_total_delivery').fadeOut(); - else - { - $('.cart_total_delivery').fadeIn(); - if (priceDisplayMethod != 0) - { - $('#total_shipping').html(formatCurrency(json.total_shipping_tax_exc, currencyFormat, currencySign, currencyBlank)); - } - else - { - $('#total_shipping').html(formatCurrency(json.total_shipping, currencyFormat, currencySign, currencyBlank)); - } - } - - if (json.free_ship > 0 && !json.is_virtual_cart) - { - $('.cart_free_shipping').fadeIn(); - $('#free_shipping').html(formatCurrency(json.free_ship, currencyFormat, currencySign, currencyBlank)); - } - else - $('.cart_free_shipping').hide(); - - if (json.total_wrapping > 0) - { - $('#total_wrapping').html(formatCurrency(json.total_wrapping, currencyFormat, currencySign, currencyBlank)); - $('#total_wrapping').parent().show(); - } - else - { - $('#total_wrapping').html(formatCurrency(json.total_wrapping, currencyFormat, currencySign, currencyBlank)); - $('#total_wrapping').parent().hide(); - } - if (window.ajaxCart !== undefined) - ajaxCart.refresh(); -} - -function updateCustomizedDatas(json) -{ - for(i in json) - for(j in json[i]) - for(k in json[i][j]) - for(l in json[i][j][k]) - { - $('input[name=quantity_'+i+'_'+j+'_'+l+'_'+k+'_hidden]').val(json[i][j][k][l]['quantity']); - $('input[name=quantity_'+i+'_'+j+'_'+l+'_'+k+']').val(json[i][j][k][l]['quantity']); - } -} - -function updateHookShoppingCart(html) -{ - $('#HOOK_SHOPPING_CART').html(html); -} - -function updateHookShoppingCartExtra(html) -{ - $('#HOOK_SHOPPING_CART_EXTRA').html(html); -} -$(document).ready(function() { - $.each($('.delivery_option_radio'), function() { - if ($(this).attr('checked')) - $(this).parent().find('.delivery_option_carrier').show(); - else - $(this).parent().find('.delivery_option_carrier').hide(); - - }); - $('.delivery_option_radio').change(function() { - $(this).parent().parent().find('.delivery_option_carrier').hide(); - $(this).parent().find('.delivery_option_carrier').show(); - }); - - $('#allow_seperated_package').live('click', function() { - $.ajax({ - type: 'GET', - url: baseDir, - async: true, - cache: false, - data: 'controller=cart&ajax=true&allowSeperatedPackage&value=' - +($(this).attr('checked') ? '1' : '0') - +'&token='+static_token, - success: function(jsonData) - { - if (typeof(getCarrierListAndUpdate) != 'undefined') - getCarrierListAndUpdate(); - } - }); - }); - - $('#gift').checkboxChange(function() { $('#gift_div').show('slow'); }, function() { $('#gift_div').hide('slow'); }); -}); diff --git a/themes/prestashop/js/cms.js b/themes/prestashop/js/cms.js deleted file mode 100644 index a644500ae..000000000 --- a/themes/prestashop/js/cms.js +++ /dev/null @@ -1,41 +0,0 @@ -/* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -function submitPublishCMS(url, redirect) -{ - var id_cms = $('#admin-action-cms-id').val(); - - $.ajaxSetup({async: false}); - $.post(url+'/ajax.php', { submitPublishCMS: '1', id_cms: id_cms, status: 1, redirect: redirect }, - function(data) - { - if (data.indexOf('error') === -1) - document.location.href = data; - } - ); - - return true; -} \ No newline at end of file diff --git a/themes/prestashop/js/history.js b/themes/prestashop/js/history.js deleted file mode 100644 index 240620a33..000000000 --- a/themes/prestashop/js/history.js +++ /dev/null @@ -1,123 +0,0 @@ -/* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -//show the order-details with ajax -function showOrder(mode, var_content, file) -{ - $.get( - file, - ((mode == 1) ? {'id_order': var_content, 'ajax': true} : {'id_order_return': var_content, 'ajax': true}), - function(data) - { - $('#block-order-detail').fadeOut('slow', function() - { - $(this).html(data); - /* if return is allowed*/ - if ($('div#order-detail-content table td.order_cb').length > 0) - { - //return slip : check or uncheck every checkboxes - $('form div#order-detail-content th input[type=checkbox]').click(function() - { - $('form div#order-detail-content td input[type=checkbox]').each(function() - { - this.checked = $('form div#order-detail-content th input[type=checkbox]').is(':checked'); - updateOrderLineDisplay(this); - }); - }); - //return slip : enable or disable 'global' quantity editing - $('form div#order-detail-content td input[type=checkbox]').click(function() - { - updateOrderLineDisplay(this); - }); - //return slip : limit quantities - $('form div#order-detail-content td input.order_qte_input').keyup(function() - { - var maxQuantity = parseInt($(this).parent().find('span.order_qte_span').text()); - var quantity = parseInt($(this).val()); - if (isNaN($(this).val()) && $(this).val() != '') - { - $(this).val(maxQuantity); - } - else - { - if (quantity > maxQuantity) - $(this).val(maxQuantity); - else if (quantity < 1) - $(this).val(1); - } - }); - } - //catch the submit event of sendOrderMessage form - $('form#sendOrderMessage').submit(function(){ - return sendOrderMessage(); - }); - $(this).fadeIn('slow'); - $.scrollTo(this, 1200); - if(typeof(resizeAddressesBox) == 'function') - resizeAddressesBox(); - }); - }); -} - -function updateOrderLineDisplay(domCheckbox){ - var lineQuantitySpan = $(domCheckbox).parent().parent().find('span.order_qte_span'); - var lineQuantityInput = $(domCheckbox).parent().parent().find('input.order_qte_input'); - if($(domCheckbox).is(':checked')) - { - lineQuantitySpan.hide(); - lineQuantityInput.show(); - } - else - { - lineQuantityInput.hide(); - lineQuantityInput.val(lineQuantitySpan.text()); - lineQuantitySpan.show(); - } -} - -//send a message in relation to the order with ajax -function sendOrderMessage (){ - paramString = "controller=order-detail&ajax=true"; - $('form#sendOrderMessage').find('input, textarea, select').each(function(){ - paramString += '&' + $(this).attr('name') + '=' + encodeURI($(this).val()); - }); - $.ajax({ - type: "POST", - url: baseDir + "index.php", - data: paramString, - success: function (msg){ - $('#block-order-detail').fadeOut('slow', function() { - $(this).html(msg); - //catch the submit event of sendOrderMessage form - $('form#sendOrderMessage').submit(function(){ - return sendOrderMessage(); - }); - $(this).fadeIn('slow'); - }); - } - }); - return false; -} diff --git a/themes/prestashop/js/index.php b/themes/prestashop/js/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/js/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/js/modules/index.php b/themes/prestashop/js/modules/index.php deleted file mode 100644 index dce6b30f5..000000000 --- a/themes/prestashop/js/modules/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/js/order-address.js b/themes/prestashop/js/order-address.js deleted file mode 100644 index 49441f2d3..000000000 --- a/themes/prestashop/js/order-address.js +++ /dev/null @@ -1,125 +0,0 @@ -/* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -$(document).ready(function() -{ - if (typeof(formatedAddressFieldsValuesList) != 'undefined') - updateAddressesDisplay(true); - resizeAddressesBox(); -}); - -//update the display of the addresses -function updateAddressesDisplay(first_view) -{ - // update content of delivery address - updateAddressDisplay('delivery'); - - var txtInvoiceTitle = ""; - - try{ - var adrs_titles = getAddressesTitles(); - txtInvoiceTitle = adrs_titles.invoice; - } - catch (e) - { - - } - - // update content of invoice address - //if addresses have to be equals... - - if ($('input[type=checkbox]#addressesAreEquals:checked').length == 1) - { - $('#address_invoice_form:visible').hide('fast'); - $('ul#address_invoice').html($('ul#address_delivery').html()); - $('ul#address_invoice li.address_title').html(txtInvoiceTitle); - } - else - { - $('#address_invoice_form:hidden').show('fast'); - if ($('#id_address_invoice').val()) - updateAddressDisplay('invoice'); - else - { - $('ul#address_invoice').html($('ul#address_delivery').html()); - $('ul#address_invoice li.address_title').html(txtInvoiceTitle); - } - } - - if(!first_view) - { - if (orderProcess == 'order') - updateAddresses(); - } - return true; -} - -function updateAddressDisplay(addressType) -{ - if (formatedAddressFieldsValuesList.length <= 0) - return false; - - var idAddress = $('#id_address_' + addressType + '').val(); - buildAddressBlock(idAddress, addressType, $('#address_'+ addressType)); - - // change update link - var link = $('ul#address_' + addressType + ' li.address_update a').attr('href'); - var expression = /id_address=\d+/; - if (link) - { - link = link.replace(expression, 'id_address='+idAddress); - $('ul#address_' + addressType + ' li.address_update a').attr('href', link); - } -} - -function updateAddresses() -{ - var idAddress_delivery = $('#id_address_delivery').val(); - var idAddress_invoice = $('input[type=checkbox]#addressesAreEquals:checked').length == 1 ? idAddress_delivery : $('#id_address_invoice').val(); - - $.ajax({ - type: 'GET', - url: baseDir + '?controller=order', - async: true, - cache: false, - dataType : "json", - data: 'processAddress=true&step=2&ajax=true&id_address_delivery=' + idAddress_delivery + '&id_address_invoice=' + idAddress_invoice+ '&token=' + static_token , - success: function(jsonData) - { - if (jsonData.hasError) - { - var errors = ''; - for(error in jsonData.errors) - //IE6 bug fix - if(error != 'indexOf') - errors += jsonData.errors[error] + "\n"; - alert(errors); - } - }, - error: function(XMLHttpRequest, textStatus, errorThrown) {alert("TECHNICAL ERROR: unable to save adresses \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus);} - }); - resizeAddressesBox(); -} diff --git a/themes/prestashop/js/order-opc.js b/themes/prestashop/js/order-opc.js deleted file mode 100755 index fa54cc913..000000000 --- a/themes/prestashop/js/order-opc.js +++ /dev/null @@ -1,743 +0,0 @@ -/* -* 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: 7040 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -function updateCarrierList(json) -{ - var html = json.carrier_block; - - if (json.HOOK_EXTRACARRIER !== null && json.HOOK_EXTRACARRIER != undefined) - html += json.HOOK_EXTRACARRIER; - - $('#carrier_area').replaceWith(html); - - /* update hooks for carrier module */ - $('#HOOK_BEFORECARRIER').html(json.HOOK_BEFORECARRIER); -} - -function updatePaymentMethods(json) -{ - $('#HOOK_TOP_PAYMENT').html(json.HOOK_TOP_PAYMENT); - $('#opc_payment_methods-content div#HOOK_PAYMENT').html(json.HOOK_PAYMENT); -} - -function updateAddressSelection() -{ - var idAddress_delivery = ($('input#opc_id_address_delivery').length == 1 ? $('input#opc_id_address_delivery').val() : $('#id_address_delivery').val()); - var idAddress_invoice = ($('input#opc_id_address_invoice').length == 1 ? $('input#opc_id_address_invoice').val() : ($('input[type=checkbox]#addressesAreEquals:checked').length == 1 ? idAddress_delivery : ($('#id_address_invoice').length == 1 ? $('select#id_address_invoice').val() : idAddress_delivery))); - - $('#opc_account-overlay').fadeIn('slow'); - $('#opc_delivery_methods-overlay').fadeIn('slow'); - $('#opc_payment_methods-overlay').fadeIn('slow'); - - $.ajax({ - type: 'POST', - url: orderOpcUrl, - async: true, - cache: false, - dataType : "json", - data: 'ajax=true&method=updateAddressesSelected&id_address_delivery=' + idAddress_delivery + '&id_address_invoice=' + idAddress_invoice + '&token=' + static_token, - success: function(jsonData) - { - if (jsonData.hasError) - { - var errors = ''; - for(error in jsonData.errors) - //IE6 bug fix - if(error != 'indexOf') - errors += jsonData.errors[error] + "\n"; - alert(errors); - } - else - { - updateCarrierList(jsonData.carrier_data); - updatePaymentMethods(jsonData); - updateCartSummary(jsonData.summary); - updateHookShoppingCart(jsonData.HOOK_SHOPPING_CART); - updateHookShoppingCartExtra(jsonData.HOOK_SHOPPING_CART_EXTRA); - if ($('#gift-price').length == 1) - $('#gift-price').html(jsonData.gift_price); - $('#opc_account-overlay').fadeOut('slow'); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - $('#opc_payment_methods-overlay').fadeOut('slow'); - } - }, - error: function(XMLHttpRequest, textStatus, errorThrown) { - alert("TECHNICAL ERROR: unable to save adresses \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus); - $('#opc_account-overlay').fadeOut('slow'); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - $('#opc_payment_methods-overlay').fadeOut('slow'); - } - }); -} - -function getCarrierListAndUpdate() -{ - $('#opc_delivery_methods-overlay').fadeIn('slow'); - $.ajax({ - type: 'POST', - url: orderOpcUrl, - async: true, - cache: false, - dataType : "json", - data: 'ajax=true&method=getCarrierList&token=' + static_token, - success: function(jsonData) - { - if (jsonData.hasError) - { - var errors = ''; - for(error in jsonData.errors) - //IE6 bug fix - if(error != 'indexOf') - errors += jsonData.errors[error] + "\n"; - alert(errors); - } - else - updateCarrierList(jsonData); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - } - }); -} - -function updateCarrierSelectionAndGift() -{ - var recyclablePackage = 0; - var gift = 0; - var giftMessage = ''; - - var delivery_option_radio = $('.delivery_option_radio'); - var delivery_option_params = '&'; - $.each(delivery_option_radio, function(i) { - delivery_option_params += $(delivery_option_radio[i]).attr('name') + '=' + $(delivery_option_radio[i]).val() + '&'; - }); - if (delivery_option_params == '&') - delivery_option_params = '&delivery_option=&' - - if ($('input#recyclable:checked').length) - recyclablePackage = 1; - if ($('input#gift:checked').length) - { - gift = 1; - giftMessage = encodeURIComponent($('textarea#gift_message').val()); - } - - $('#opc_payment_methods-overlay').fadeIn('slow'); - $('#opc_delivery_methods-overlay').fadeIn('slow'); - $.ajax({ - type: 'POST', - url: orderOpcUrl, - async: true, - cache: false, - dataType : "json", - data: 'ajax=true&method=updateCarrierAndGetPayments' + delivery_option_params + 'recyclable=' + recyclablePackage + '&gift=' + gift + '&gift_message=' + giftMessage + '&token=' + static_token , - success: function(jsonData) - { - if (jsonData.hasError) - { - var errors = ''; - for(error in jsonData.errors) - //IE6 bug fix - if(error != 'indexOf') - errors += jsonData.errors[error] + "\n"; - alert(errors); - } - else - { - updateCartSummary(jsonData.summary); - updatePaymentMethods(jsonData); - updateHookShoppingCart(jsonData.summary.HOOK_SHOPPING_CART); - updateHookShoppingCartExtra(jsonData.summary.HOOK_SHOPPING_CART_EXTRA); - updateCarrierList(jsonData.carrier_data); - $('#opc_payment_methods-overlay').fadeOut('slow'); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - } - }, - error: function(XMLHttpRequest, textStatus, errorThrown) { - alert("TECHNICAL ERROR: unable to save carrier \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus); - $('#opc_payment_methods-overlay').fadeOut('slow'); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - } - }); -} - -function confirmFreeOrder() -{ - if ($('#opc_new_account-overlay').length != 0) - $('#opc_new_account-overlay').fadeIn('slow'); - else - $('#opc_account-overlay').fadeIn('slow'); - $('#opc_delivery_methods-overlay').fadeIn('slow'); - $('#opc_payment_methods-overlay').fadeIn('slow'); - $.ajax({ - type: 'POST', - url: orderOpcUrl, - async: true, - cache: false, - dataType : "html", - data: 'ajax=true&method=makeFreeOrder&token=' + static_token , - success: function(html) - { - var array_split = html.split(':'); - if (array_split[0] === 'freeorder') - { - if (isGuest) - document.location.href = guestTrackingUrl+'?id_order='+encodeURIComponent(array_split[1])+'&email='+encodeURIComponent(array_split[2]); - else - document.location.href = historyUrl; - } - }, - error: function(XMLHttpRequest, textStatus, errorThrown) {alert("TECHNICAL ERROR: unable to confirm the order \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus);} - }); -} - -function saveAddress(type) -{ - if (type != 'delivery' && type != 'invoice') - return false; - - var params = 'firstname='+encodeURIComponent($('#firstname'+(type == 'invoice' ? '_invoice' : '')).val())+'&lastname='+encodeURIComponent($('#lastname'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - params += 'company='+encodeURIComponent($('#company'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - params += 'vat_number='+encodeURIComponent($('#vat_number'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - params += 'dni='+encodeURIComponent($('#dni'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - params += 'address1='+encodeURIComponent($('#address1'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - params += 'address2='+encodeURIComponent($('#address2'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - params += 'postcode='+encodeURIComponent($('#postcode'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - params += 'city='+encodeURIComponent($('#city'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - params += 'id_country='+encodeURIComponent($('#id_country').val())+'&'; - if ($('#id_state'+(type == 'invoice' ? '_invoice' : '')).val()) - { - params += 'id_state='+encodeURIComponent($('#id_state'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - } - params += 'other='+encodeURIComponent($('#other'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - params += 'phone='+encodeURIComponent($('#phone'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - params += 'phone_mobile='+encodeURIComponent($('#phone_mobile'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - params += 'alias='+encodeURIComponent($('#alias'+(type == 'invoice' ? '_invoice' : '')).val())+'&'; - // Clean the last & - params = params.substr(0, params.length-1); - - var result = false; - - $.ajax({ - type: 'POST', - url: addressUrl, - async: false, - cache: false, - dataType : "json", - data: 'ajax=true&submitAddress=true&type='+type+'&'+params+'&token=' + static_token, - success: function(jsonData) - { - if (jsonData.hasError) - { - var tmp = ''; - var i = 0; - for(error in jsonData.errors) - //IE6 bug fix - if(error != 'indexOf') - { - i = i+1; - tmp += '
  • '+jsonData.errors[error]+'
  • '; - } - tmp += ''; - var errors = ''+txtThereis+' '+i+' '+txtErrors+':
      '+tmp; - $('#opc_account_errors').html(errors).slideDown('slow'); - $.scrollTo('#opc_account_errors', 800); - $('#opc_new_account-overlay').fadeOut('slow'); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - $('#opc_payment_methods-overlay').fadeOut('slow'); - result = false; - } - else - { - // update addresses id - $('input#opc_id_address_delivery').val(jsonData.id_address_delivery); - $('input#opc_id_address_invoice').val(jsonData.id_address_invoice); - - result = true; - } - }, - error: function(XMLHttpRequest, textStatus, errorThrown) { - alert("TECHNICAL ERROR: unable to save adresses \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus); - $('#opc_new_account-overlay').fadeOut('slow'); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - $('#opc_payment_methods-overlay').fadeOut('slow'); - } - }); - - return result; -} - -function updateNewAccountToAddressBlock() -{ - $('#opc_new_account-overlay').fadeIn('slow'); - $('#opc_delivery_methods-overlay').fadeIn('slow'); - $('#opc_payment_methods-overlay').fadeIn('slow'); - $.ajax({ - type: 'POST', - url: orderOpcUrl, - async: true, - cache: false, - dataType : "json", - data: 'ajax=true&method=getAddressBlockAndCarriersAndPayments&token=' + static_token , - success: function(json) - { - isLogged = 1; - if (json.no_address == 1) - document.location.href = addressUrl; - - $('#opc_new_account').fadeOut('fast', function() { - $('#opc_new_account').html(json.order_opc_adress); - // update block user info - if (json.block_user_info != '' && $('#header_user').length == 1) - { - $('#header_user').fadeOut('slow', function() { - $(this).attr('id', 'header_user_old').after(json.block_user_info).fadeIn('slow'); - $('#header_user_old').remove(); - }); - } - $('#opc_new_account').fadeIn('fast', function() { - updateCartSummary(json.summary); - updateAddressesDisplay(true); - updateCarrierList(json.carrier_data); - updatePaymentMethods(json); - if ($('#gift-price').length == 1) - $('#gift-price').html(json.gift_price); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - $('#opc_payment_methods-overlay').fadeOut('slow'); - }); - }); - }, - error: function(XMLHttpRequest, textStatus, errorThrown) { - alert("TECHNICAL ERROR: unable to send login informations \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - $('#opc_payment_methods-overlay').fadeOut('slow'); - } - }); -} - -$(function() { - // GUEST CHECKOUT / NEW ACCOUNT MANAGEMENT - if ((!isLogged) || (isGuest)) - { - if (guestCheckoutEnabled && !isLogged) - { - $('#opc_account_choice').show(); - $('#opc_account_form').hide(); - $('#opc_invoice_address').hide(); - - $('#opc_createAccount').click(function() { - $('.is_customer_param').show(); - $('#opc_account_form').slideDown('slow'); - $('#is_new_customer').val('1'); - $('#opc_account_choice').hide(); - $('#opc_invoice_address').hide(); - updateState(); - updateNeedIDNumber(); - updateZipCode(); - }); - $('#opc_guestCheckout').click(function() { - $('.is_customer_param').hide(); - $('#opc_account_form').slideDown('slow'); - $('#is_new_customer').val('0'); - $('#opc_account_choice').hide(); - $('#opc_invoice_address').hide(); - $('#new_account_title').html(txtInstantCheckout); - updateState(); - updateNeedIDNumber(); - updateZipCode(); - }); - } - else if (isGuest) - { - $('.is_customer_param').hide(); - $('#opc_account_form').show('slow'); - $('#is_new_customer').val('0'); - $('#opc_account_choice').hide(); - $('#opc_invoice_address').hide(); - $('#new_account_title').html(txtInstantCheckout); - updateState(); - updateNeedIDNumber(); - updateZipCode(); - } - else - { - $('#opc_account_choice').hide(); - $('#is_new_customer').val('1'); - $('.is_customer_param').show(); - $('#opc_account_form').show(); - $('#opc_invoice_address').hide(); - updateState(); - updateNeedIDNumber(); - updateZipCode(); - } - - // LOGIN FORM - $('#openLoginFormBlock').click(function() { - $('#openNewAccountBlock').show(); - $(this).hide(); - $('#login_form_content').slideDown('slow'); - $('#new_account_form_content').slideUp('slow'); - return false; - }); - // LOGIN FORM SENDING - $('#SubmitLogin').click(function() { - $.ajax({ - type: 'POST', - url: authenticationUrl, - async: false, - cache: false, - dataType : "json", - data: 'SubmitLogin=true&ajax=true&email='+encodeURIComponent($('#login_email').val())+'&passwd='+encodeURIComponent($('#login_passwd').val())+'&token=' + static_token , - success: function(jsonData) - { - if (jsonData.hasError) - { - var errors = ''+txtThereis+' '+jsonData.errors.length+' '+txtErrors+':
        '; - for(error in jsonData.errors) - //IE6 bug fix - if(error != 'indexOf') - errors += '
      1. '+jsonData.errors[error]+'
      2. '; - errors += '
      '; - $('#opc_login_errors').html(errors).slideDown('slow'); - } - else - { - // update token - static_token = jsonData.token; - updateNewAccountToAddressBlock(); - } - }, - error: function(XMLHttpRequest, textStatus, errorThrown) {alert("TECHNICAL ERROR: unable to send login informations \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus);} - }); - return false; - }); - - // INVOICE ADDRESS - $('#invoice_address').click(function() { - if ($('#invoice_address:checked').length > 0) - { - $('#opc_invoice_address').slideDown('slow'); - if ($('#company_invoice').val() == '') - $('#vat_number_block_invoice').hide(); - updateState('invoice'); - updateNeedIDNumber('invoice'); - updateZipCode('invoice'); - } - else - $('#opc_invoice_address').slideUp('slow'); - }); - - // VALIDATION / CREATION AJAX - $('#submitAccount').click(function() { - $('#opc_new_account-overlay').fadeIn('slow'); - $('#opc_delivery_methods-overlay').fadeIn('slow'); - $('#opc_payment_methods-overlay').fadeIn('slow'); - - // RESET ERROR(S) MESSAGE(S) - $('#opc_account_errors').html('').slideUp('slow'); - - if ($('input#opc_id_customer').val() == 0) - { - var callingFile = authenticationUrl; - var params = 'submitAccount=true&'; - } - else - { - var callingFile = orderOpcUrl; - var params = 'method=editCustomer&'; - } - - $('#opc_account_form input:visible').each(function() { - if ($(this).is('input[type=checkbox]')) - { - if ($(this).is(':checked')) - params += encodeURIComponent($(this).attr('name'))+'=1&'; - } - else if ($(this).is('input[type=radio]')) - { - if ($(this).is(':checked')) - params += encodeURIComponent($(this).attr('name'))+'='+encodeURIComponent($(this).val())+'&'; - } - else - params += encodeURIComponent($(this).attr('name'))+'='+encodeURIComponent($(this).val())+'&'; - }); - $('#opc_account_form select:visible').each(function() { - params += encodeURIComponent($(this).attr('name'))+'='+encodeURIComponent($(this).val())+'&'; - }); - params += 'customer_lastname='+encodeURIComponent($('#customer_lastname').val())+'&'; - params += 'customer_firstname='+encodeURIComponent($('#customer_firstname').val())+'&'; - params += 'alias='+encodeURIComponent($('#alias').val())+'&'; - params += 'other='+encodeURIComponent($('#other').val())+'&'; - params += 'is_new_customer='+encodeURIComponent($('#is_new_customer').val())+'&'; - // Clean the last & - params = params.substr(0, params.length-1); - - $.ajax({ - type: 'POST', - url: callingFile, - async: false, - cache: false, - dataType : "json", - data: 'ajax=true&'+params+'&token=' + static_token , - success: function(jsonData) - { - if (jsonData.hasError) - { - var tmp = ''; - var i = 0; - for(error in jsonData.errors) - //IE6 bug fix - if(error != 'indexOf') - { - i = i+1; - tmp += '
    1. '+jsonData.errors[error]+'
    2. '; - } - tmp += '
    '; - var errors = ''+txtThereis+' '+i+' '+txtErrors+':
      '+tmp; - $('#opc_account_errors').html(errors).slideDown('slow'); - $.scrollTo('#opc_account_errors', 800); - } - - isGuest = ($('#is_new_customer').val() == 1 ? 0 : 1); - - if (jsonData.id_customer != undefined && jsonData.id_customer != 0 && jsonData.isSaved) - { - // update token - static_token = jsonData.token; - - // update addresses id - $('input#opc_id_address_delivery').val(jsonData.id_address_delivery); - $('input#opc_id_address_invoice').val(jsonData.id_address_invoice); - - // It's not a new customer - if ($('input#opc_id_customer').val() != '0') - { - if (!saveAddress('delivery')) - return false; - } - - // update id_customer - $('input#opc_id_customer').val(jsonData.id_customer); - - if ($('#invoice_address:checked').length != 0) - { - if (!saveAddress('invoice')) - return false; - } - - // update id_customer - $('input#opc_id_customer').val(jsonData.id_customer); - - // force to refresh carrier list - if (isGuest) - { - isLogged = 1; - $('#opc_account_saved').fadeIn('slow'); - $('#submitAccount').hide(); - updateAddressSelection(); - } - else - updateNewAccountToAddressBlock(); - } - $('#opc_new_account-overlay').fadeOut('slow'); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - $('#opc_payment_methods-overlay').fadeOut('slow'); - }, - error: function(XMLHttpRequest, textStatus, errorThrown) { - alert("TECHNICAL ERROR: unable to save account \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus); - $('#opc_new_account-overlay').fadeOut('slow'); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - $('#opc_payment_methods-overlay').fadeOut('slow'); - } - }); - return false; - }); - } - - // Order message update - $('#message').blur(function() { - $('#opc_delivery_methods-overlay').fadeIn('slow'); - $.ajax({ - type: 'POST', - url: orderOpcUrl, - async: false, - cache: false, - dataType : "json", - data: 'ajax=true&method=updateMessage&message=' + encodeURIComponent($('#message').val()) + '&token=' + static_token , - success: function(jsonData) - { - if (jsonData.hasError) - { - var errors = ''; - for(error in jsonData.errors) - //IE6 bug fix - if(error != 'indexOf') - errors += jsonData.errors[error] + "\n"; - alert(errors); - } - else - $('#opc_delivery_methods-overlay').fadeOut('slow'); - }, - error: function(XMLHttpRequest, textStatus, errorThrown) { - alert("TECHNICAL ERROR: unable to save message \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus); - $('#opc_delivery_methods-overlay').fadeOut('slow'); - } - }); - }); - - // Recyclable checkbox - $('input#recyclable').click(function() { - updateCarrierSelectionAndGift(); - }); - - // Gift checkbox update - $('input#gift').click(function() { - if ($('input#gift').is(':checked')) - $('p#gift_div').show(); - else - $('p#gift_div').hide(); - updateCarrierSelectionAndGift(); - }); - - if ($('input#gift').is(':checked')) - $('p#gift_div').show(); - else - $('p#gift_div').hide(); - - // Gift message update - $('textarea#gift_message').blur(function() { - updateCarrierSelectionAndGift(); - }); - - // Term Of Service (TOS) - $('#cgv').live('click', function() { - if ($('#cgv:checked').length != 0) - var checked = 1; - else - var checked = 0; - - $('#opc_payment_methods-overlay').fadeIn('slow'); - $.ajax({ - type: 'POST', - url: orderOpcUrl, - async: true, - cache: false, - dataType : "json", - data: 'ajax=true&method=updateTOSStatusAndGetPayments&checked=' + checked + '&token=' + static_token, - success: function(json) - { - $('div#HOOK_TOP_PAYMENT').html(json.HOOK_TOP_PAYMENT); - $('#opc_payment_methods-content div#HOOK_PAYMENT').html(json.HOOK_PAYMENT); - $('#opc_payment_methods-overlay').fadeOut('slow'); - } - }); - }); - - $('#opc_account_form input,select,textarea').change(function() { - if ($(this).is(':visible')) - { - $('#opc_account_saved').fadeOut('slow'); - $('#submitAccount').show(); - } - }); - -}); - -function multishippingMode(it) -{ - if ($(it).attr('checked')) - { - $('#address_delivery').hide(); - $('#address_invoice').removeClass('alternate_item').addClass('item'); - $('#multishipping_mode_box').addClass('on'); - - $('#link_multishipping_form').click(function() {return false;}); - - $('#link_multishipping_form').fancybox({ - 'transitionIn': 'elastic', - 'transitionOut': 'elastic', - 'type': 'ajax', - 'onClosed': function() - { - // Reload the cart - $.ajax({ - url: orderOpcUrl, - data: 'ajax=true&method=cartReload', - dataType : 'html', - cache: false, - success: function(data) { - $('#cart_summary').replaceWith($(data).find('#cart_summary')); - } - }); - updateCarrierSelectionAndGift(); - }, - 'onStart': function() - { - // Removing all ids on the cart to avoid conflic with the new one on the fancybox - // This action could "break" the cart design, if css rules use ids of the cart - $.each($('#cart_summary *'), function(it, el) { - $(el).attr('id', ''); - }); - }, - 'onComplete': function() - { - cleanSelectAddressDelivery(); - } - }); - } - else - { - $('#address_delivery').show(); - $('#address_invoice').removeClass('item').addClass('alternate_item'); - $('#multishipping_mode_box').removeClass('on'); - - // Disable multi address shipping - $.ajax({ - url: orderOpcUrl, - async: true, - cache: false, - data: 'ajax=true&method=noMultiAddressDelivery', - }); - - // Reload the cart - $.ajax({ - url: orderOpcUrl, - async: true, - cache: false, - data: 'ajax=true&method=cartReload', - dataType : 'html', - success: function(data) { - $('#cart_summary').replaceWith($(data).find('#cart_summary')); - } - }); - } -} - -$(document).ready(function() { - // If the multishipping mode is off assure us the checkbox "I want to specify a delivery address for each products I order." is unchecked. - $('#multishipping_mode_checkbox').attr('checked', false); - // If the multishipping mode is on, check the box "I want to specify a delivery address for each products I order.". - if (typeof(multishipping_mode) != 'undefined' && multishipping_mode) - $('#multishipping_mode_checkbox').click() -}); diff --git a/themes/prestashop/js/product.js b/themes/prestashop/js/product.js deleted file mode 100644 index 755980ebf..000000000 --- a/themes/prestashop/js/product.js +++ /dev/null @@ -1,684 +0,0 @@ -/* -* 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: 7310 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - - -//global variables -var combinations = new Array(); -var selectedCombination = new Array(); -var globalQuantity = new Number; -var colors = new Array(); - -//check if a function exists -function function_exists(function_name) -{ - if (typeof function_name == 'string') - return (typeof window[function_name] == 'function'); - return (function_name instanceof Function); -} - -//execute oosHook js code -function oosHookJsCode() -{ - for (var i = 0; i < oosHookJsCodeFunctions.length; i++) - { - if (function_exists(oosHookJsCodeFunctions[i])) - setTimeout(oosHookJsCodeFunctions[i]+'()', 0); - } -} - -//add a combination of attributes in the global JS sytem -function addCombination(idCombination, arrayOfIdAttributes, quantity, price, ecotax, id_image, reference, unit_price, minimal_quantity, available_date, combination_specific_price) -{ - globalQuantity += quantity; - - var combination = new Array(); - combination['idCombination'] = idCombination; - combination['quantity'] = quantity; - combination['idsAttributes'] = arrayOfIdAttributes; - combination['price'] = price; - combination['ecotax'] = ecotax; - combination['image'] = id_image; - combination['reference'] = reference; - combination['unit_price'] = unit_price; - combination['minimal_quantity'] = minimal_quantity; - combination['available_date'] = available_date; - combination['specific_price'] = combination_specific_price; - combinations.push(combination); -} - -// search the combinations' case of attributes and update displaying of availability, prices, ecotax, and image -function findCombination(firstTime) -{ - $('#minimal_quantity_wanted_p').fadeOut(); - $('#quantity_wanted').val(1); - //create a temporary 'choice' array containing the choices of the customer - var choice = new Array(); - $('div#attributes select, div#attributes input[type=hidden], div#attributes input[type=radio]:checked').each(function(){ - choice.push($(this).val()); - }); - - //testing every combination to find the conbination's attributes' case of the user - for (var combination = 0; combination < combinations.length; ++combination) - { - //verify if this combinaison is the same that the user's choice - var combinationMatchForm = true; - $.each(combinations[combination]['idsAttributes'], function(key, value) - { - if (!in_array(value, choice)) - { - combinationMatchForm = false; - } - }) - - if (combinationMatchForm) - { - if (combinations[combination]['minimal_quantity'] > 1) - { - $('#minimal_quantity_label').html(combinations[combination]['minimal_quantity']); - $('#minimal_quantity_wanted_p').fadeIn(); - $('#quantity_wanted').val(combinations[combination]['minimal_quantity']); - $('#quantity_wanted').bind('keyup', function() {checkMinimalQuantity(combinations[combination]['minimal_quantity'])}); - } - //combination of the user has been found in our specifications of combinations (created in back office) - selectedCombination['unavailable'] = false; - selectedCombination['reference'] = combinations[combination]['reference']; - $('#idCombination').val(combinations[combination]['idCombination']); - - //get the data of product with these attributes - quantityAvailable = combinations[combination]['quantity']; - selectedCombination['price'] = combinations[combination]['price']; - selectedCombination['unit_price'] = combinations[combination]['unit_price']; - selectedCombination['specific_price'] = combinations[combination]['specific_price']; - if (combinations[combination]['ecotax']) - selectedCombination['ecotax'] = combinations[combination]['ecotax']; - else - selectedCombination['ecotax'] = default_eco_tax; - - //show the large image in relation to the selected combination - if (combinations[combination]['image'] && combinations[combination]['image'] != -1) - displayImage( $('#thumb_'+combinations[combination]['image']).parent() ); - - //get available_date for combination product - selectedCombination['available_date'] = combinations[combination]['available_date']; - - //update the display - updateDisplay(); - - if(typeof(firstTime) != 'undefined' && firstTime) - refreshProductImages(0); - else - refreshProductImages(combinations[combination]['idCombination']); - //leave the function because combination has been found - return; - } - } - //this combination doesn't exist (not created in back office) - selectedCombination['unavailable'] = true; - updateDisplay(); -} - -//update display of the availability of the product AND the prices of the product -function updateDisplay() -{ - if (!selectedCombination['unavailable'] && quantityAvailable > 0 && productAvailableForOrder == 1) - { - //show the choice of quantities - $('#quantity_wanted_p:hidden').show('slow'); - - //show the "add to cart" button ONLY if it was hidden - $('#add_to_cart:hidden').fadeIn(600); - - //hide the hook out of stock - $('#oosHook').hide(); - - //hide availability date - $('#availability_date_label').hide(); - $('#availability_date_value').hide(); - - //availability value management - if (availableNowValue != '') - { - //update the availability statut of the product - $('#availability_value').removeClass('warning_inline'); - $('#availability_value').text(availableNowValue); - $('#availability_statut:hidden').show(); - } - else - { - //hide the availability value - $('#availability_statut:visible').hide(); - } - - //'last quantities' message management - if (!allowBuyWhenOutOfStock) - { - if (quantityAvailable <= maxQuantityToAllowDisplayOfLastQuantityMessage) - $('#last_quantities').show('slow'); - else - $('#last_quantities').hide('slow'); - } - - if (quantitiesDisplayAllowed) - { - $('#pQuantityAvailable:hidden').show('slow'); - $('#quantityAvailable').text(quantityAvailable); - - if (quantityAvailable < 2) // we have 1 or less product in stock and need to show "item" instead of "items" - { - $('#quantityAvailableTxt').show(); - $('#quantityAvailableTxtMultiple').hide(); - } - else - { - $('#quantityAvailableTxt').hide(); - $('#quantityAvailableTxtMultiple').show(); - } - } - } - else - { - //show the hook out of stock - if (productAvailableForOrder == 1) - { - $('#oosHook').show(); - if ($('#oosHook').length > 0 && function_exists('oosHookJsCode')) - oosHookJsCode(); - } - - //hide 'last quantities' message if it was previously visible - $('#last_quantities:visible').hide('slow'); - - //hide the quantity of pieces if it was previously visible - $('#pQuantityAvailable:visible').hide('slow'); - - //hide the choice of quantities - if (!allowBuyWhenOutOfStock) - $('#quantity_wanted_p:visible').hide('slow'); - - //display that the product is unavailable with these attributes - if (!selectedCombination['unavailable']) - $('#availability_value').text(doesntExistNoMore + (globalQuantity > 0 ? ' ' + doesntExistNoMoreBut : '')).addClass('warning_inline'); - else - { - $('#availability_value').text(doesntExist).addClass('warning_inline'); - $('#oosHook').hide(); - } - $('#availability_statut:hidden').show(); - - //display availability date - if (selectedCombination.length) - { - var available_date = selectedCombination['available_date']; - tab_date = available_date.split('-'); - var time_available = new Date(tab_date[2], tab_date[1], tab_date[0]); - time_available.setMonth(time_available.getMonth()-1); - var now = new Date(); - // date displayed only if time_available - if (now.getTime() < time_available.getTime()) - { - $('#availability_date_value').text(selectedCombination['available_date']); - $('#availability_date_label').show(); - $('#availability_date_value').show(); - } - else - { - $('#availability_date_label').hide(); - $('#availability_date_value').hide(); - } - } - //show the 'add to cart' button ONLY IF it's possible to buy when out of stock AND if it was previously invisible - if (allowBuyWhenOutOfStock && !selectedCombination['unavailable'] && productAvailableForOrder == 1) - { - $('#add_to_cart:hidden').fadeIn(600); - - if (availableLaterValue != '') - { - $('#availability_value').text(availableLaterValue); - $('p#availability_statut:hidden').show('slow'); - } - else - $('p#availability_statut:visible').hide('slow'); - } - else - { - $('#add_to_cart:visible').fadeOut(600); - $('p#availability_statut:hidden').show('slow'); - } - - if (productAvailableForOrder == 0) - $('p#availability_statut:visible').hide(); - } - - if (selectedCombination['reference'] || productReference) - { - if (selectedCombination['reference']) - $('#product_reference span').text(selectedCombination['reference']); - else if (productReference) - $('#product_reference span').text(productReference); - $('#product_reference:hidden').show('slow'); - } - else - $('#product_reference:visible').hide('slow'); - - //update display of the the prices in relation to tax, discount, ecotax, and currency criteria - if (!selectedCombination['unavailable'] && productShowPrice == 1) - { - // retrieve price without group_reduction in order to compute the group reduction after - // the specific price discount (done in the JS in order to keep backward compatibility) - if (!displayPrice && !noTaxForThisProduct) - { - var priceTaxExclWithoutGroupReduction = ps_round(productPriceTaxExcluded, 6) * (1 / group_reduction); - } else { - var priceTaxExclWithoutGroupReduction = ps_round(productPriceTaxExcluded, 6) * (1 / group_reduction); - } - var combination_add_price = selectedCombination['price'] * group_reduction; - - var tax = (taxRate / 100) + 1; - - var display_specific_price; - if (selectedCombination.specific_price) - { - display_specific_price = selectedCombination.specific_price['price']; - if (selectedCombination['specific_price'].reduction_type == 'percentage') - $('#reduction_percent_display').html(selectedCombination['specific_price'].reduction_percent); - } - else - { - display_specific_price = product_specific_price['price']; - if (product_specific_price['reduction_type'] == 'percentage') - $('#reduction_percent_display').html(product_specific_price['specific_price'].reduction_percent); - } - - if (product_specific_price['reduction_type'] != '' || selectedCombination['specific_price'].reduction_type != '') - $('#discount_reduced_price,#old_price').show(); - else - $('#discount_reduced_price,#old_price').hide(); - - if (product_specific_price['reduction_type'] == 'percentage' || selectedCombination['specific_price'].reduction_type == 'percentage') - $('#reduction_percent').show(); - else - $('#reduction_percent').hide(); - if (display_specific_price) - $('#not_impacted_by_discount').show(); - else - $('#not_impacted_by_discount').hide(); - - var taxExclPrice = (display_specific_price ? (specific_currency ? display_specific_price : display_specific_price * currencyRate) : priceTaxExclWithoutGroupReduction) + selectedCombination['price'] * currencyRate; - - if (display_specific_price) - var productPriceWithoutReduction = priceTaxExclWithoutGroupReduction + selectedCombination['price'] * currencyRate; - - if (!displayPrice && !noTaxForThisProduct) - { - var productPrice = taxExclPrice * tax; - if (display_specific_price) - productPriceWithoutReduction = ps_round(productPriceWithoutReduction * tax, 2); - } - else - { - var productPrice = ps_round(taxExclPrice, 2); - if (display_specific_price) - productPriceWithoutReduction = ps_round(productPriceWithoutReduction, 2); - } - - var reduction = 0; - if (selectedCombination['specific_price'].reduction_price || selectedCombination['specific_price'].reduction_percent) - { - selectedCombination['specific_price'].reduction_price = (specific_currency ? selectedCombination['specific_price'].reduction_price : selectedCombination['specific_price'].reduction_price * currencyRate); - reduction = productPrice * (parseFloat(selectedCombination['specific_price'].reduction_percent) / 100) + selectedCombination['specific_price'].reduction_price; - if (selectedCombination['specific_price'].reduction_price && (displayPrice || noTaxForThisProduct)) - reduction = ps_round(reduction / tax, 6); - } - else if (product_specific_price.reduction_price || product_specific_price.reduction_percent) - { - product_specific_price.reduction_price = (specific_currency ? product_specific_price.reduction_price : product_specific_price.reduction_price * currencyRate); - reduction = productPrice * (parseFloat(product_specific_price.reduction_percent) / 100) + product_specific_price.reduction_price; - if (product_specific_price.reduction_price && (displayPrice || noTaxForThisProduct)) - reduction = ps_round(reduction / tax, 6); - } - - if (!display_specific_price) - productPriceWithoutReduction = productPrice * group_reduction; - - - productPrice -= reduction; - var tmp = productPrice * group_reduction; - productPrice = ps_round(productPrice * group_reduction, 2); - - var ecotaxAmount = !displayPrice ? ps_round(selectedCombination['ecotax'] * (1 + ecotaxTax_rate / 100), 2) : selectedCombination['ecotax']; - productPrice += ecotaxAmount; - productPriceWithoutReduction += ecotaxAmount; - - //productPrice = ps_round(productPrice * currencyRate, 2); - if (productPrice > 0) - $('#our_price_display').text(formatCurrency(productPrice, currencyFormat, currencySign, currencyBlank)); - else - $('#our_price_display').text(formatCurrency(0, currencyFormat, currencySign, currencyBlank)); - - $('#old_price_display').text(formatCurrency(productPriceWithoutReduction, currencyFormat, currencySign, currencyBlank)); - if (productPriceWithoutReduction > productPrice) - $('#old_price,#old_price_display,#old_price_display_taxes').show(); - else - $('#old_price,#old_price_display,#old_price_display_taxes').hide(); - /* Special feature: "Display product price tax excluded on product page" */ - if (!noTaxForThisProduct) - var productPricePretaxed = productPrice / tax; - else - var productPricePretaxed = productPrice; - $('#pretaxe_price_display').text(formatCurrency(productPricePretaxed, currencyFormat, currencySign, currencyBlank)); - /* Unit price */ - productUnitPriceRatio = parseFloat(productUnitPriceRatio); - if (productUnitPriceRatio > 0 ) - { - newUnitPrice = (productPrice / parseFloat(productUnitPriceRatio)) + selectedCombination['unit_price']; - $('#unit_price_display').text(formatCurrency(newUnitPrice, currencyFormat, currencySign, currencyBlank)); - } - - /* Ecotax */ - var ecotaxAmount = !displayPrice ? ps_round(selectedCombination['ecotax'] * (1 + ecotaxTax_rate / 100), 2) : selectedCombination['ecotax']; - $('#ecotax_price_display').text(formatCurrency(ecotaxAmount, currencyFormat, currencySign, currencyBlank)); - } -} - -//update display of the large image -function displayImage(domAAroundImgThumb) -{ - if (domAAroundImgThumb.attr('href')) - { - var newSrc = domAAroundImgThumb.attr('href').replace('thickbox','large'); - if ($('#bigpic').attr('src') != newSrc) - { - $('#bigpic').fadeOut('fast', function(){ - $(this).attr('src', newSrc).show(); - if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled) - $(this).attr('alt', domAAroundImgThumb.attr('href')); - }); - } - $('#views_block li a').removeClass('shown'); - $(domAAroundImgThumb).addClass('shown'); - } -} - -// Serialscroll exclude option bug ? -function serialScrollFixLock(event, targeted, scrolled, items, position) -{ - serialScrollNbImages = $('#thumbs_list li:visible').length; - serialScrollNbImagesDisplayed = 3; - - var leftArrow = position == 0 ? true : false; - var rightArrow = position + serialScrollNbImagesDisplayed >= serialScrollNbImages ? true : false; - - $('a#view_scroll_left').css('cursor', leftArrow ? 'default' : 'pointer').css('display', leftArrow ? 'none' : 'block').fadeTo(0, leftArrow ? 0 : 1); - $('a#view_scroll_right').css('cursor', rightArrow ? 'default' : 'pointer').fadeTo(0, rightArrow ? 0 : 1).css('display', rightArrow ? 'none' : 'block'); - return true; -} - -// Change the current product images regarding the combination selected -function refreshProductImages(id_product_attribute) -{ - $('#thumbs_list_frame').scrollTo('li:eq(0)', 700, {axis:'x'}); - $('#thumbs_list li').hide(); - id_product_attribute = parseInt(id_product_attribute); - - if (typeof(combinationImages) != 'undefined' && typeof(combinationImages[id_product_attribute]) != 'undefined') - { - for (var i = 0; i < combinationImages[id_product_attribute].length; i++) - $('#thumbnail_' + parseInt(combinationImages[id_product_attribute][i])).show(); - } - if (i > 0) - { - var thumb_width = $('#thumbs_list_frame >li').width()+parseInt($('#thumbs_list_frame >li').css('marginRight')); - $('#thumbs_list_frame').width((parseInt((thumb_width)* i) + 3) + 'px'); // Bug IE6, needs 3 pixels more ? - } - else - { - $('#thumbnail_' + idDefaultImage).show(); - displayImage($('#thumbnail_'+ idDefaultImage +' a')); - } - $('#thumbs_list').trigger('goto', 0); - serialScrollFixLock('', '', '', '', 0);// SerialScroll Bug on goto 0 ? -} - -//To do after loading HTML -$(document).ready(function() -{ - //init the serialScroll for thumbs - $('#thumbs_list').serialScroll({ - items:'li:visible', - prev:'a#view_scroll_left', - next:'a#view_scroll_right', - axis:'x', - offset:0, - start:0, - stop:true, - onBefore:serialScrollFixLock, - duration:700, - step: 2, - lazy: true, - lock: false, - force:false, - cycle:false - }); - - $('#thumbs_list').trigger('goto', 1);// SerialScroll Bug on goto 0 ? - $('#thumbs_list').trigger('goto', 0); - - //hover 'other views' images management - $('#views_block li a').hover( - function(){displayImage($(this));}, - function(){} - ); - - //set jqZoom parameters if needed - if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled) - { - $('img.jqzoom').jqueryzoom({ - xzoom: 200, //zooming div default width(default width value is 200) - yzoom: 200, //zooming div default width(default height value is 200) - offset: 21 //zooming div default offset(default offset value is 10) - //position: "right" //zooming div position(default position value is "right") - }); - } - - //add a link on the span 'view full size' and on the big image - $('span#view_full_size, div#image-block img').click(function(){ - $('#views_block li a.shown').click(); - }); - - //catch the click on the "more infos" button at the top of the page - $('div#short_description_block p a.button').click(function(){ - $('#more_info_tab_more_info').click(); - $.scrollTo( '#more_info_tabs', 1200 ); - }); - - // Hide the customization submit button and display some message - $('p#customizedDatas input').click(function() { - $('p#customizedDatas input').hide(); - $('#ajax-loader').fadeIn(); - $('p#customizedDatas').append(uploading_in_progress); - }); - - //init the price in relation of the selected attributes - if (typeof productHasAttributes != 'undefined' && productHasAttributes) - findCombination(true); - else if (typeof productHasAttributes != 'undefined' && !productHasAttributes) - refreshProductImages(0); - - // - $('a#resetImages').click(function() { - refreshProductImages(0); - }); - - $('.thickbox').fancybox({ - 'hideOnContentClick': true, - 'transitionIn' : 'elastic', - 'transitionOut' : 'elastic' - }); -}); - -function saveCustomization() -{ - $('#quantityBackup').val($('#quantity_wanted').val()); - customAction = $('#customizationForm').attr('action'); - $('body select[id^="group_"]').each(function() { - customAction = customAction.replace(new RegExp(this.id + '=\\d+'), this.id +'='+this.value); - }); - $('#customizationForm').attr('action', customAction); - $('#customizationForm').submit(); -} - -function submitPublishProduct(url, redirect) -{ - var id_product = $('#admin-action-product-id').val(); - - $.ajaxSetup({async: false}); - $.post(url+'/ajax.php', { submitPublishProduct: '1', id_product: id_product, status: 1, redirect: redirect }, - function(data) - { - if (data.indexOf('error') === -1) - document.location.href = data; - } - ); - - return true; -} - -function checkMinimalQuantity(minimal_quantity) -{ - if ($('#quantity_wanted').val() < minimal_quantity) - { - $('#quantity_wanted').css('border', '1px solid red'); - $('#minimal_quantity_wanted_p').css('color', 'red'); - } - else - { - $('#quantity_wanted').css('border', '1px solid #BDC2C9'); - $('#minimal_quantity_wanted_p').css('color', '#374853'); - } -} - -function colorPickerClick(elt) -{ - id_attribute = $(elt).attr('id').replace('color_', ''); - $('.color_pick').removeClass('selected'); - $(elt).fadeTo('fast', 1, function(){ - $(this).fadeTo('slow', 0, function(){ - $(this).fadeTo('slow', 1, function(){ - $(this).addClass('selected'); - }); - }); - }); - $('#color_pick_hidden').val(id_attribute); - findCombination(); -} - - -function getProductAttribute() -{ - // get product attribute id - product_attribute_id = $('#idCombination').val(); - product_id = $('#product_page_product_id').val(); - - // get every attributes values - request = ''; - //create a temporary 'tab_attributes' array containing the choices of the customer - var tab_attributes = new Array(); - $('div#attributes select, div#attributes input[type=hidden], div#attributes input[type=radio]:checked').each(function(){ - tab_attributes.push($(this).val()); - }); - - // build new request - for (i in attributesCombinations) - for (a in tab_attributes) - if (attributesCombinations[i]['id_attribute'] == tab_attributes[a]) - request += '/'+attributesCombinations[i]['group']+'-'+attributesCombinations[i]['attribute']; - request = request.replace(request.substring(0, 1), '#/'); - url = window.location+''; - - // redirection - if (url.indexOf('#') != -1) - url = url.substring(0, url.indexOf('#')); - window.location = url+request; -} - -$(document).ready(function(){ - original_url = window.location+''; - first_url_check = true; - checkUrl(); - initLocationChange(); -}); - -function initLocationChange(time) -{ - if(!time) time = 500; - setInterval(checkUrl, time); -} - -function checkUrl() -{ - if (original_url != window.location || first_url_check) - { - first_url_check = false; - url = window.location+''; - // if we need to load a specific combination - if (url.indexOf('#/') != -1) - { - // get the params to fill from a "normal" url - params = url.substring(url.indexOf('#') + 1, url.length); - tabParams = params.split('/'); - tabValues = new Array(); - if (tabParams[0] == '') - tabParams.shift(); - for (i in tabParams) - tabValues.push(tabParams[i].split('-')); - product_id = $('#product_page_product_id').val(); - // fill html with values - $('.color_pick').removeClass('selected'); - count = 0; - for (z in tabValues) - for (a in attributesCombinations) - if (attributesCombinations[a]['group'] == tabValues[z][0] - && attributesCombinations[a]['attribute'] == tabValues[z][1]) - { - count++; - // add class 'selected' to the selected color - $('#color_'+attributesCombinations[a]['id_attribute']).addClass('selected'); - $('input:radio[value='+attributesCombinations[a]['id_attribute']+']').attr('checked', 'checked'); - $('input:hidden[name=group_'+attributesCombinations[a]['id_attribute_group']+']').val(attributesCombinations[a]['id_attribute']); - $('select[name=group_'+attributesCombinations[a]['id_attribute_group']+']').val(attributesCombinations[a]['id_attribute']); - } - // find combination - if (count > 0) - { - findCombination(); - original_url = window.location+''; - } - // no combination found = removing attributes from url - else - window.location = url.substring(0, url.indexOf('#')); - } - } -} \ No newline at end of file diff --git a/themes/prestashop/js/products-comparison.js b/themes/prestashop/js/products-comparison.js deleted file mode 100644 index ed4e4cc1c..000000000 --- a/themes/prestashop/js/products-comparison.js +++ /dev/null @@ -1,82 +0,0 @@ -/* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -$('document').ready(function(){ - reloadProductComparison(); -}); - -reloadProductComparison = function() { - $('a.cmp_remove').click(function(){ - - var idProduct = $(this).attr('rel').replace('ajax_id_product_', ''); - - $.ajax({ - url: 'index.php?controller=products-comparison&ajax=1&action=remove&id_product=' + idProduct, - async: false, - success: function(){ - return true; -} - }); - }); - - $('input:checkbox.comparator').click(function(){ - - var idProduct = $(this).attr('value').replace('comparator_item_', ''); - var checkbox = $(this); - - if(checkbox.is(':checked')) -{ - $.ajax({ - url: 'index.php?controller=products-comparison&ajax=1&action=add&id_product=' + idProduct, - async: true, - success: function(data){ - if (data == '0') - { - checkbox.attr('checked', false); - alert(max_item); -} - }, - error: function(){ - checkbox.attr('checked', false); - } - }); - } - else - { - $.ajax({ - url: 'index.php?controller=products-comparison&ajax=1&action=remove&id_product=' + idProduct, - async: true, - success: function(data){ - if (data == '0') - checkbox.attr('checked', true); - }, - error: function(){ - checkbox.attr('checked', true); - } - }); - } - }); -} \ No newline at end of file diff --git a/themes/prestashop/js/scenes.js b/themes/prestashop/js/scenes.js deleted file mode 100644 index 1b140bd1f..000000000 --- a/themes/prestashop/js/scenes.js +++ /dev/null @@ -1,92 +0,0 @@ -/* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -nb_move_available = null; -current_move = -1; -next_scene_is_at_right = true; - -function loadScene(id_scene){ - $('#scenes').find('.screen_scene:visible').fadeTo(300, 0, function(){ - $(this).hide(); - $('#scenes').find('#screen_scene_' + id_scene).css('opacity', '0').show().fadeTo(500, 1); - }); - return false; -} - -function onSceneMove(){ - if (next_scene_is_at_right) current_move++; - else current_move--; - if (current_move == nb_move_available - 1) $('#scenes .next').fadeOut(); - else $('#scenes .next:hidden').fadeIn().css('display','block'); - if (current_move == 0) $('#scenes .prev').fadeOut(); - else $('#scenes .prev').fadeIn().css('display','block'); - return true; -} - -$(function () { - /* calcul nb of click to see every scenes */ - var ul_width = parseInt($('#scenes_list ul').width()); - var div_width = parseInt($('#scenes_list').width()); - nb_move_available = Math.ceil((ul_width-div_width)/li_width)+1; - if (nb_move_available < 2) - $('#scenes .next').hide(); - - /* set cluetip parameters */ - $('a.cluetip') - .cluetip({ - local:true, - cursor: 'pointer', - attribute:'accesskey', - cluetipClass: 'product_scene', - dropShadow: false, - dropShadowSteps: 0, - showTitle: false, - tracking: true, - sticky: false, - mouseOutClose: true, - closeText: i18n_scene_close, - fx: { - open: 'fadeIn', - openSpeed: 'fast' - } - }) - .css('opacity', 0.8); - - /* set serialscroll parameters */ - $('#scenes_list').serialScroll({ - items:'a', - duration:1000, - lock:false, - axis:'x', - cycle:false, - force:true, - lazy:true, - step:1, - onBefore:onSceneMove - }); - $('#scenes_list').trigger( 'goto', 0); - -}); diff --git a/themes/prestashop/js/stores.js b/themes/prestashop/js/stores.js deleted file mode 100644 index 79196bf19..000000000 --- a/themes/prestashop/js/stores.js +++ /dev/null @@ -1,217 +0,0 @@ -/* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -function initMarkers() -{ - var localSearchUrl = searchUrl + '?ajax=1&all=1'; - downloadUrl(localSearchUrl, function(data) { - var xml = parseXml(data); - var markerNodes = xml.documentElement.getElementsByTagName('marker'); - var bounds = new google.maps.LatLngBounds(); - for (var i = 0; i < markerNodes.length; i++) - { - var name = markerNodes[i].getAttribute('name'); - var address = markerNodes[i].getAttribute('address'); - var addressNoHtml = markerNodes[i].getAttribute('addressNoHtml'); - var other = markerNodes[i].getAttribute('other'); - var id_store = markerNodes[i].getAttribute('id_store'); - var has_store_picture = markerNodes[i].getAttribute('has_store_picture'); - var latlng = new google.maps.LatLng( - parseFloat(markerNodes[i].getAttribute('lat')), - parseFloat(markerNodes[i].getAttribute('lng'))); - createMarker(latlng, name, address, addressNoHtml, other, id_store, has_store_picture); - bounds.extend(latlng); - } -}); -} - -function searchLocations() -{ - $('#stores_loader').show(); - var address = document.getElementById('addressInput').value; - var geocoder = new google.maps.Geocoder(); - geocoder.geocode({address: address}, function(results, status) { - if (status == google.maps.GeocoderStatus.OK) - searchLocationsNear(results[0].geometry.location); - else - alert(address+' '+translation_6); - $('#stores_loader').hide(); - }); -} - -function clearLocations(n) -{ - infoWindow.close(); - for (var i = 0; i < markers.length; i++) - markers[i].setMap(null); - - markers.length = 0; - - locationSelect.innerHTML = ''; - var option = document.createElement('option'); - option.value = 'none'; - if (!n) - option.innerHTML = translation_1; - else - { - if (n == 1) - option.innerHTML = '1'+' '+translation_2; - else - option.innerHTML = n+' '+translation_3; - } - locationSelect.appendChild(option); - $('#stores-table tr.node').remove(); - initMarkers(); -} - -function searchLocationsNear(center) -{ - var radius = document.getElementById('radiusSelect').value; - var localSearchUrl = searchUrl + '?ajax=1&latitude=' + center.lat() + '&longitude=' + center.lng() + '&radius=' + radius; - downloadUrl(localSearchUrl, function(data) { - var xml = parseXml(data); - var markerNodes = xml.documentElement.getElementsByTagName('marker'); - var bounds = new google.maps.LatLngBounds(); - - clearLocations(markerNodes.length); - for (var i = 0; i < markerNodes.length; i++) - { - var name = markerNodes[i].getAttribute('name'); - var address = markerNodes[i].getAttribute('address'); - var addressNoHtml = markerNodes[i].getAttribute('addressNoHtml'); - var other = markerNodes[i].getAttribute('other'); - var distance = parseFloat(markerNodes[i].getAttribute('distance')); - var id_store = parseFloat(markerNodes[i].getAttribute('id_store')); - var phone = markerNodes[i].getAttribute('phone'); - var has_store_picture = markerNodes[i].getAttribute('has_store_picture'); - var latlng = new google.maps.LatLng( - parseFloat(markerNodes[i].getAttribute('lat')), - parseFloat(markerNodes[i].getAttribute('lng'))); - - createOption(name, distance, i); - createMarker(latlng, name, address, addressNoHtml, other, id_store, has_store_picture); - bounds.extend(latlng); - - $('#stores-table tr:last').after(''+parseInt(i + 1)+''+name+''+(has_store_picture == 1 ? '
      ' : '')+''+address+(phone != '' ? '

      '+translation_4+' '+phone : '')+''+distance+' '+distance_unit+''); - $('#stores-table').show(); - } - - if (markerNodes.length) - { - map.fitBounds(bounds); - var listener = google.maps.event.addListener(map, "idle", function() { - if (map.getZoom() > 13) map.setZoom(13); - google.maps.event.removeListener(listener); - }); - } - locationSelect.style.visibility = 'visible'; - locationSelect.onchange = function() { - var markerNum = locationSelect.options[locationSelect.selectedIndex].value; - google.maps.event.trigger(markers[markerNum], 'click'); - }; - }); -} - -function createMarker(latlng, name, address, addressNoHtml, other, id_store, has_store_picture) -{ - var html = ''+name+'
      '+address+(has_store_picture == 1 ? '

      ' : '')+other+'
      '+translation_5+'<\/a>'; - var image = new google.maps.MarkerImage(img_ps_dir+'logo_stores.gif'); - if (hasStoreIcon) - var marker = new google.maps.Marker({ map: map, icon: image, position: latlng }); - else - var marker = new google.maps.Marker({ map: map, position: latlng }); - google.maps.event.addListener(marker, 'click', function() { - infoWindow.setContent(html); - infoWindow.open(map, marker); - }); - markers.push(marker); -} - -function createOption(name, distance, num) -{ - var option = document.createElement('option'); - option.value = num; - option.innerHTML = name+' ('+distance.toFixed(1)+' '+distance_unit+')'; - locationSelect.appendChild(option); -} - -function downloadUrl(url, callback) -{ - var request = window.ActiveXObject ? - new ActiveXObject('Microsoft.XMLHTTP') : - new XMLHttpRequest; - - request.onreadystatechange = function() { - if (request.readyState == 4) { - request.onreadystatechange = doNothing; - callback(request.responseText, request.status); - } - }; - - request.open('GET', url, true); - request.send(null); -} - -function parseXml(str) -{ - if (window.ActiveXObject) { - var doc = new ActiveXObject('Microsoft.XMLDOM'); - doc.loadXML(str); - return doc; - } - else if (window.DOMParser) { - return (new DOMParser).parseFromString(str, 'text/xml'); - } -} - -function doNothing() {} - -$(document).ready(function() -{ - map = new google.maps.Map(document.getElementById('map'), { - center: new google.maps.LatLng(defaultLat, defaultLong), - zoom: 10, - mapTypeId: 'roadmap', - mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU} - }); - infoWindow = new google.maps.InfoWindow(); - - locationSelect = document.getElementById('locationSelect'); - locationSelect.onchange = function() { - var markerNum = locationSelect.options[locationSelect.selectedIndex].value; - if (markerNum != 'none') - google.maps.event.trigger(markers[markerNum], 'click'); - }; - - $('#addressInput').keypress(function(e) { - code = e.keyCode ? e.keyCode : e.which; - if(code.toString() == 13) - searchLocations(); - }); - - - initMarkers(); -}); diff --git a/themes/prestashop/js/tools.js b/themes/prestashop/js/tools.js deleted file mode 100644 index 778e183bf..000000000 --- a/themes/prestashop/js/tools.js +++ /dev/null @@ -1,241 +0,0 @@ -/* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -function ps_round(value, precision) -{ - if (typeof(roundMode) == 'undefined') - roundMode = 2; - if (typeof(precision) == 'undefined') - precision = 2; - - method = roundMode; - if (method == 0) - return ceilf(value, precision); - else if (method == 1) - return floorf(value, precision); - precisionFactor = precision == 0 ? 1 : Math.pow(10, precision); - return Math.round(value * precisionFactor) / precisionFactor; -} - -function ceilf(value, precision) -{ - if (typeof(precision) == 'undefined') - precision = 0; - precisionFactor = precision == 0 ? 1 : Math.pow(10, precision); - tmp = value * precisionFactor; - tmp2 = tmp.toString(); - if (tmp2[tmp2.length - 1] == 0) - return value; - return Math.ceil(value * precisionFactor) / precisionFactor; -} - -function floorf(value, precision) -{ - if (typeof(precision) == 'undefined') - precision = 0; - precisionFactor = precision == 0 ? 1 : Math.pow(10, precision); - tmp = value * precisionFactor; - tmp2 = tmp.toString(); - if (tmp2[tmp2.length - 1] == 0) - return value; - return Math.floor(value * precisionFactor) / precisionFactor; -} - -function formatedNumberToFloat(price, currencyFormat, currencySign) -{ - price = price.replace(currencySign, ''); - if (currencyFormat == 1) - return parseFloat(price.replace(',', '').replace(' ', '')); - else if (currencyFormat == 2) - return parseFloat(price.replace(' ', '').replace(',', '.')); - else if (currencyFormat == 3) - return parseFloat(price.replace('.', '').replace(' ', '').replace(',', '.')); - else if (currencyFormat == 4) - return parseFloat(price.replace(',', '').replace(' ', '')); - return price; -} - -//return a formatted price -function formatCurrency(price, currencyFormat, currencySign, currencyBlank) -{ - // if you modified this function, don't forget to modify the PHP function displayPrice (in the Tools.php class) - blank = ''; - price = parseFloat(price.toFixed(6)); - price = ps_round(price, priceDisplayPrecision); - if (currencyBlank > 0) - blank = ' '; - if (currencyFormat == 1) - return currencySign + blank + formatNumber(price, priceDisplayPrecision, ',', '.'); - if (currencyFormat == 2) - return (formatNumber(price, priceDisplayPrecision, ' ', ',') + blank + currencySign); - if (currencyFormat == 3) - return (currencySign + blank + formatNumber(price, priceDisplayPrecision, '.', ',')); - if (currencyFormat == 4) - return (formatNumber(price, priceDisplayPrecision, ',', '.') + blank + currencySign); - return price; -} - -//return a formatted number -function formatNumber(value, numberOfDecimal, thousenSeparator, virgule) -{ - value = value.toFixed(numberOfDecimal); - var val_string = value+''; - var tmp = val_string.split('.'); - var abs_val_string = (tmp.length == 2) ? tmp[0] : val_string; - var deci_string = ('0.' + (tmp.length == 2 ? tmp[1] : 0)).substr(2); - var nb = abs_val_string.length; - - for (var i = 1 ; i < 4; i++) - if (value >= Math.pow(10, (3 * i))) - abs_val_string = abs_val_string.substring(0, nb - (3 * i)) + thousenSeparator + abs_val_string.substring(nb - (3 * i)); - - if (parseInt(numberOfDecimal) == 0) - return abs_val_string; - return abs_val_string + virgule + (deci_string > 0 ? deci_string : '00'); -} - -//change the text of a jQuery element with a sliding effect (velocity could be a number in ms, 'slow' or 'fast', effect1 and effect2 could be slide, fade, hide, show) -function updateTextWithEffect(jQueryElement, text, velocity, effect1, effect2, newClass) -{ - if(jQueryElement.text() != text) - if(effect1 == 'fade') - jQueryElement.fadeOut(velocity, function(){ - $(this).addClass(newClass); - if(effect2 == 'fade') $(this).text(text).fadeIn(velocity); - else if(effect2 == 'slide') $(this).text(text).slideDown(velocity); - else if(effect2 == 'show') $(this).text(text).show(velocity, function(){}); - }); - else if(effect1 == 'slide') - jQueryElement.slideUp(velocity, function(){ - $(this).addClass(newClass); - if(effect2 == 'fade') $(this).text(text).fadeIn(velocity); - else if(effect2 == 'slide') $(this).text(text).slideDown(velocity); - else if(effect2 == 'show') $(this).text(text).show(velocity); - }); - else if(effect1 == 'hide') - jQueryElement.hide(velocity, function(){ - $(this).addClass(newClass); - if(effect2 == 'fade') $(this).text(text).fadeIn(velocity); - else if(effect2 == 'slide') $(this).text(text).slideDown(velocity); - else if(effect2 == 'show') $(this).text(text).show(velocity); - }); -} - -//show a JS debug -function dbg(value) -{ - var active = false;//true for active - var firefox = true;//true if debug under firefox - - if (active) - if (firefox) - console.log(value); - else - alert(value); -} - -/** -* Function : print_r() -* Arguments: The data - array,hash(associative array),object -* The level - OPTIONAL -* Returns : The textual representation of the array. -* This function was inspired by the print_r function of PHP. -* This will accept some data as the argument and return a -* text that will be a more readable version of the -* array/hash/object that is given. -*/ -function print_r(arr, level) -{ - var dumped_text = ""; - if (!level) - level = 0; - - //The padding given at the beginning of the line. - var level_padding = ""; - for (var j = 0 ; j < level + 1; j++) - level_padding += " "; - - if (typeof(arr) == 'object') - { //Array/Hashes/Objects - for (var item in arr) - { - var value = arr[item]; - if (typeof(value) == 'object') { //If it is an array, - dumped_text += level_padding + "'" + item + "' ...\n"; - dumped_text += dump(value,level+1); - } - else - { - dumped_text += level_padding + "'" + item + "' => \"" + value + "\"\n"; - } - } - } - else - { //Stings/Chars/Numbers etc. - dumped_text = "===>" + arr + "<===("+typeof(arr)+")"; - } - return dumped_text; -} - -//verify if value is in the array -function in_array(value, array) -{ - for (var i in array) - if (array[i] == value) - return true; - return false; -} - -function resizeAddressesBox(nameBox) -{ - maxHeight = 0; - - if (typeof(nameBox) == 'undefined') - nameBox = '.address'; - $(nameBox).each(function() - { - $(this).css('height', 'auto'); - currentHeight = $(this).height(); - if (maxHeight < currentHeight) - maxHeight = currentHeight; - }); - $(nameBox).height(maxHeight); -} - -$(document).ready(function() { - $.fn.checkboxChange = function(fnChecked, fnUnchecked) { - if ($(this).attr('checked') && fnChecked) - fnChecked.call(this); - else if(fnUnchecked) - fnUnchecked.call(this); - - if (!$(this).attr('eventCheckboxChange')) - { - $(this).live('change', function() { $(this).checkboxChange(fnChecked, fnUnchecked) }); - $(this).attr('eventCheckboxChange', true); - } - } -}); \ No newline at end of file diff --git a/themes/prestashop/js/tools/index.php b/themes/prestashop/js/tools/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/js/tools/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/js/tools/statesManagement.js b/themes/prestashop/js/tools/statesManagement.js deleted file mode 100644 index 94317f785..000000000 --- a/themes/prestashop/js/tools/statesManagement.js +++ /dev/null @@ -1,61 +0,0 @@ -$(document).ready(function(){ - $('select#id_country').change(function(){ - updateState(); - updateNeedIDNumber(); - updateZipCode(); - }); - updateState(); - updateNeedIDNumber(); - updateZipCode(); - - if ($('select#id_country_invoice').length != 0) - { - $('select#id_country_invoice').change(function(){ - updateState('invoice'); - updateNeedIDNumber('invoice'); - updateZipCode(); - }); - if ($('select#id_country_invoice:visible').length != 0) - { - updateState('invoice'); - updateNeedIDNumber('invoice'); - updateZipCode('invoice'); - } - } -}); - -function updateState(suffix) -{ - $('select#id_state'+(suffix !== undefined ? '_'+suffix : '')+' option:not(:first-child)').remove(); - var states = countries[$('select#id_country'+(suffix !== undefined ? '_'+suffix : '')).val()]; - if(typeof(states) != 'undefined') - { - $(states).each(function (key, item){ - $('select#id_state'+(suffix !== undefined ? '_'+suffix : '')).append(''); - }); - - $('p.id_state'+(suffix !== undefined ? '_'+suffix : '')+':hidden').slideDown('slow'); - } - else - $('p.id_state'+(suffix !== undefined ? '_'+suffix : '')).slideUp('fast'); -} - -function updateNeedIDNumber(suffix) -{ - var idCountry = parseInt($('select#id_country'+(suffix !== undefined ? '_'+suffix : '')).val()); - - if ($.inArray(idCountry, countriesNeedIDNumber) >= 0) - $('.dni'+(suffix !== undefined ? '_'+suffix : '')).slideDown('slow'); - else - $('.dni'+(suffix !== undefined ? '_'+suffix : '')).slideUp('fast'); -} - -function updateZipCode(suffix) -{ - var idCountry = parseInt($('select#id_country'+(suffix !== undefined ? '_'+suffix : '')).val()); - - if (countriesNeedZipCode[idCountry] != 0) - $('.postcode'+(suffix !== undefined ? '_'+suffix : '')).slideDown('slow'); - else - $('.postcode'+(suffix !== undefined ? '_'+suffix : '')).slideUp('fast'); -} diff --git a/themes/prestashop/js/tools/treeManagement.js b/themes/prestashop/js/tools/treeManagement.js deleted file mode 100644 index dc308b578..000000000 --- a/themes/prestashop/js/tools/treeManagement.js +++ /dev/null @@ -1,57 +0,0 @@ -//animate the opening of the branch (span.grower jQueryElement) -function openBranch(jQueryElement, noAnimation) { - jQueryElement.addClass('OPEN').removeClass('CLOSE'); - if(noAnimation) - jQueryElement.parent().find('ul:first').show(); - else - jQueryElement.parent().find('ul:first').slideDown(); -} -//animate the closing of the branch (span.grower jQueryElement) -function closeBranch(jQueryElement, noAnimation) { - jQueryElement.addClass('CLOSE').removeClass('OPEN'); - if(noAnimation) - jQueryElement.parent().find('ul:first').hide(); - else - jQueryElement.parent().find('ul:first').slideUp(); -} - -//animate the closing or opening of the branch (ul jQueryElement) -function toggleBranch(jQueryElement, noAnimation) { - if(jQueryElement.hasClass('OPEN')) - closeBranch(jQueryElement, noAnimation); - else - openBranch(jQueryElement, noAnimation); -} - -//when the page is loaded... -$(document).ready(function () { - //to do not execute this script as much as it's called... - if(!$('ul.tree.dhtml').hasClass('dynamized')) - { - //add growers to each ul.tree elements - $('ul.tree.dhtml ul').prev().before(" "); - - //dynamically add the '.last' class on each last item of a branch - $('ul.tree.dhtml ul li:last-child, ul.tree.dhtml li:last-child').addClass('last'); - - //collapse every expanded branch - $('ul.tree.dhtml span.grower.OPEN').addClass('CLOSE').removeClass('OPEN').parent().find('ul:first').hide(); - $('ul.tree.dhtml').show(); - - //open the tree for the selected branch - $('ul.tree.dhtml .selected').parents().each( function() { - if ($(this).is('ul')) - toggleBranch($(this).prev().prev(), true); - }); - toggleBranch( $('ul.tree.dhtml .selected').prev(), true); - - //add a fonction on clicks on growers - $('ul.tree.dhtml span.grower').click(function(){ - toggleBranch($(this)); - }); - //mark this 'ul.tree' elements as already 'dynamized' - $('ul.tree.dhtml').addClass('dynamized'); - - $('ul.tree.dhtml').removeClass('dhtml'); - } -}); diff --git a/themes/prestashop/lang/de.php b/themes/prestashop/lang/de.php deleted file mode 100644 index 7321e8dd2..000000000 --- a/themes/prestashop/lang/de.php +++ /dev/null @@ -1,737 +0,0 @@ - diff --git a/themes/prestashop/lang/en.php b/themes/prestashop/lang/en.php deleted file mode 100644 index caceb73ac..000000000 --- a/themes/prestashop/lang/en.php +++ /dev/null @@ -1,737 +0,0 @@ - \ No newline at end of file diff --git a/themes/prestashop/lang/es.php b/themes/prestashop/lang/es.php deleted file mode 100644 index 9272c51ae..000000000 --- a/themes/prestashop/lang/es.php +++ /dev/null @@ -1,737 +0,0 @@ - diff --git a/themes/prestashop/lang/fr.php b/themes/prestashop/lang/fr.php deleted file mode 100644 index 151d57caf..000000000 --- a/themes/prestashop/lang/fr.php +++ /dev/null @@ -1,732 +0,0 @@ - \ No newline at end of file diff --git a/themes/prestashop/lang/index.php b/themes/prestashop/lang/index.php deleted file mode 100644 index 4e2611d37..000000000 --- a/themes/prestashop/lang/index.php +++ /dev/null @@ -1,36 +0,0 @@ - -* @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; \ No newline at end of file diff --git a/themes/prestashop/lang/it.php b/themes/prestashop/lang/it.php deleted file mode 100755 index dcd2a462a..000000000 --- a/themes/prestashop/lang/it.php +++ /dev/null @@ -1,737 +0,0 @@ - \ No newline at end of file diff --git a/themes/prestashop/maintenance.tpl b/themes/prestashop/maintenance.tpl deleted file mode 100644 index 93fda5137..000000000 --- a/themes/prestashop/maintenance.tpl +++ /dev/null @@ -1,51 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - - - - - {$meta_title|escape:'htmlall':'UTF-8'} - -{if isset($meta_description)} - -{/if} -{if isset($meta_keywords)} - -{/if} - - - - - -
      -

      logo

      -

      - {l s='In order to perform site maintenance, our online shop has shut down temporarily. We apologize for the inconvenience and ask that you please try again later.'} -

      -   -
      - - diff --git a/themes/prestashop/manufacturer-list.tpl b/themes/prestashop/manufacturer-list.tpl deleted file mode 100644 index 6696db1c2..000000000 --- a/themes/prestashop/manufacturer-list.tpl +++ /dev/null @@ -1,85 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Manufacturers'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      {l s='Manufacturers'}

      - -{if isset($errors) AND $errors} - {include file="$tpl_dir./errors.tpl"} -{else} -

      {strip} - - {if $nbManufacturers == 0}{l s='There are no manufacturers.'} - {else} - {if $nbManufacturers == 1}{l s='There is'}{else}{l s='There are'}{/if}  - {$nbManufacturers}  - {if $nbManufacturers == 1}{l s='manufacturer.'}{else}{l s='manufacturers.'}{/if} - {/if} - {/strip} -

      - - {if $nbManufacturers > 0} -
      - {include file="$tpl_dir./pagination.tpl"} - {/if} -{/if} diff --git a/themes/prestashop/manufacturer.tpl b/themes/prestashop/manufacturer.tpl deleted file mode 100644 index 31ebd62d8..000000000 --- a/themes/prestashop/manufacturer.tpl +++ /dev/null @@ -1,41 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{include file="$tpl_dir./breadcrumb.tpl"} - -{include file="$tpl_dir./errors.tpl"} - -{if !isset($errors) OR !sizeof($errors)} -

      {l s='List of products by manufacturer:'} {$manufacturer->name|escape:'htmlall':'UTF-8'}

      - - {if $products} - {include file="$tpl_dir./product-sort.tpl"} - {include file="$tpl_dir./product-list.tpl" products=$products} - {include file="$tpl_dir./pagination.tpl"} - {else} -

      {l s='No products for this manufacturer.'}

      - {/if} -{/if} diff --git a/themes/prestashop/my-account.tpl b/themes/prestashop/my-account.tpl deleted file mode 100644 index bbf55aabb..000000000 --- a/themes/prestashop/my-account.tpl +++ /dev/null @@ -1,50 +0,0 @@ -{* -* 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: 7075 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='My account'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      {l s='My account'}

      -{if isset($account_created)} -

      - {l s='Your account is now created.'} -

      -{/if} -

      {l s='Welcome to your account. Here you can manage your addresses and orders.'}

      - -

      {l s='Home'}{l s='Home'}

      diff --git a/themes/prestashop/new-products.tpl b/themes/prestashop/new-products.tpl deleted file mode 100644 index 17b7eb131..000000000 --- a/themes/prestashop/new-products.tpl +++ /dev/null @@ -1,38 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='New products'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      {l s='New products'}

      - -{if $products} - {include file="$tpl_dir./product-sort.tpl"} - {include file="$tpl_dir./product-list.tpl" products=$products} - {include file="$tpl_dir./pagination.tpl"} -{else} -

      {l s='No new products.'}

      -{/if} diff --git a/themes/prestashop/order-address-multishipping-products.tpl b/themes/prestashop/order-address-multishipping-products.tpl deleted file mode 100644 index 5644b15ef..000000000 --- a/themes/prestashop/order-address-multishipping-products.tpl +++ /dev/null @@ -1,101 +0,0 @@ -{* -* 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$ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} -

      {l s='Choose the delivery addresses:'}

      - -
      - - - - - - - - - - - - {foreach from=$products item=product name=productLoop} - {assign var='productId' value=$product.id_product} - {assign var='productAttributeId' value=$product.id_product_attribute} - {assign var='quantityDisplayed' value=0} - {* Display the product line *} - {include file="$tpl_dir./order-address-product-line.tpl" productLast=$smarty.foreach.productLoop.last productFirst=$smarty.foreach.productLoop.first} - {* Then the customized datas ones*} - {if isset($customizedDatas.$productId.$productAttributeId)} - {foreach from=$customizedDatas.$productId.$productAttributeId[$product.id_address_delivery] key='id_customization' item='customization'} - - - - - - {assign var='quantityDisplayed' value=$quantityDisplayed+$customization.quantity} - {/foreach} - {* If it exists also some uncustomized products *} - {if $product.quantity-$quantityDisplayed > 0} - {include file="$tpl_dir./order-address-product-line.tpl" productLast=$smarty.foreach.productLoop.last productFirst=$smarty.foreach.productLoop.first} - {/if} - - {/if} - {/foreach} - -
      {l s='Product'}{l s='Description'}{l s='Ref.'}{l s='Qty'}{l s='Shipping address'}
      - {foreach from=$customization.datas key='type' item='datas'} - {if $type == $CUSTOMIZE_FILE} -
      -
        - {foreach from=$datas item='picture'}
      • {/foreach} -
      -
      - {elseif $type == $CUSTOMIZE_TEXTFIELD} -
        - {foreach from=$datas item='textField' name='typedText'}
      • {if $textField.name}{$textField.name}{else}{l s='Text #'}{$smarty.foreach.typedText.index+1}{/if}{l s=':'} {$textField.value}
      • {/foreach} -
      - {/if} - {/foreach} -
      - {if isset($cannotModify) AND $cannotModify == 1} - {if $quantityDisplayed == 0 AND isset($customizedDatas.$productId.$productAttributeId)}{$customizedDatas.$productId.$productAttributeId|@count}{else}{$product.cart_quantity-$quantityDisplayed}{/if} - {else} -
      - {l s='Delete'} -
      -
      - {l s='Add'}
      - {if $product.minimal_quantity < ($customization.quantity -$quantityDisplayed) OR $product.minimal_quantity <= 1} - - {l s='Subtract'} - - {else} - - {l s='Subtract'} - - {/if} -
      - - - {/if} -
      -
      diff --git a/themes/prestashop/order-address-multishipping.tpl b/themes/prestashop/order-address-multishipping.tpl deleted file mode 100644 index eb6dc1467..000000000 --- a/themes/prestashop/order-address-multishipping.tpl +++ /dev/null @@ -1,214 +0,0 @@ -{* -* 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$ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} -{* Will be deleted for 1.5 version and more *} -{if !isset($formatedAddressFieldsValuesList)} - {$ignoreList.0 = "id_address"} - {$ignoreList.1 = "id_country"} - {$ignoreList.2 = "id_state"} - {$ignoreList.3 = "id_customer"} - {$ignoreList.4 = "id_manufacturer"} - {$ignoreList.5 = "id_supplier"} - {$ignoreList.6 = "date_add"} - {$ignoreList.7 = "date_upd"} - {$ignoreList.8 = "active"} - {$ignoreList.9 = "deleted"} - - {* PrestaShop 1.4.0.17 compatibility *} - {if isset($addresses)} - {foreach from=$addresses key=k item=address} - {counter start=0 skip=1 assign=address_key_number} - {$id_address = $address.id_address} - {foreach from=$address key=address_key item=address_content} - {if !in_array($address_key, $ignoreList)} - {$formatedAddressFieldsValuesList.$id_address.ordered_fields.$address_key_number = $address_key} - {$formatedAddressFieldsValuesList.$id_address.formated_fields_values.$address_key = $address_content} - {counter} - {/if} - {/foreach} - {/foreach} - {/if} -{/if} - - - -{if !$opc} -{capture name=path}{l s='Addresses'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} -{/if} - -{if !$opc}

      {l s='Addresses'}

      {else}

      1. {l s='Addresses'}

      {/if} - -{if !$opc} -{assign var='current_step' value='address'} -{include file="$tpl_dir./order-steps.tpl"} -{include file="$tpl_dir./errors.tpl"} - -{include file="$tpl_dir./order-address-multishipping-products.tpl"} - -
      -{else} -
      - -{/if} - -
      - -

      id_address_invoice == $cart->id_address_delivery}style="display: none;"{/if}> - - {if $addresses|@count > 1} - - - {else} - {if $back} - {l s='Add a new address'} - {else} - {l s='Add a new address'} - {/if} - {/if} -

      -
      -
        -
      -
      -

      - {if $back} - {l s='Add a new address'} - {else} - {l s='Add a new address'} - {/if} -

      - {if !$opc} -
      -

      {l s='If you would like to add a comment about your order, please write it below.'}

      -

      -
      - {/if} -
      -{if !$opc} -

      - - - {if $back} - « {l s='Previous'} - {else} - « {l s='Previous'} - {/if} - -

      - -{else} -
      -{/if} diff --git a/themes/prestashop/order-address-product-line.tpl b/themes/prestashop/order-address-product-line.tpl deleted file mode 100644 index 1d52bd7d6..000000000 --- a/themes/prestashop/order-address-product-line.tpl +++ /dev/null @@ -1,84 +0,0 @@ -{* -* 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$ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - - - {$product.name|escape:'htmlall':'UTF-8'} - - -
      {$product.name|escape:'htmlall':'UTF-8'}
      - {if isset($product.attributes) && $product.attributes}{$product.attributes|escape:'htmlall':'UTF-8'}{/if} - - {if $product.reference}{$product.reference|escape:'htmlall':'UTF-8'}{else}--{/if} - - {if isset($cannotModify) AND $cannotModify == 1} - {if $quantityDisplayed == 0 AND isset($customizedDatas.$productId.$productAttributeId)}{$customizedDatas.$productId.$productAttributeId|@count}{else}{$product.cart_quantity-$quantityDisplayed}{/if} - {else} - {if isset($customizedDatas.$productId.$productAttributeId) AND $quantityDisplayed == 0}{$product.customizationQuantityTotal}{/if} - {if !isset($customizedDatas.$productId.$productAttributeId) OR $quantityDisplayed > 0} -
      - {l s='Delete'} -
      -
      - {l s='Add'}
      - {if $product.minimal_quantity < ($product.cart_quantity-$quantityDisplayed) OR $product.minimal_quantity <= 1} - - {l s='Subtract'} - - {else} - - {l s='Subtract'} - - {/if} -
      - - - - {/if} - {/if} - - - - - - - - - \ No newline at end of file diff --git a/themes/prestashop/order-address.tpl b/themes/prestashop/order-address.tpl deleted file mode 100644 index df4314339..000000000 --- a/themes/prestashop/order-address.tpl +++ /dev/null @@ -1,259 +0,0 @@ -{* -* 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: 7471 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{if $opc} - {assign var="back_order_page" value="order-opc.php"} -{else} - {assign var="back_order_page" value="order.php"} -{/if} - -{* -** Retro compatibility for PrestaShop version < 1.4.2.5 with a recent theme -** Syntax smarty for v2 -*} - -{* Will be deleted for 1.5 version and more *} -{if !isset($formatedAddressFieldsValuesList)} - {$ignoreList.0 = "id_address"} - {$ignoreList.1 = "id_country"} - {$ignoreList.2 = "id_state"} - {$ignoreList.3 = "id_customer"} - {$ignoreList.4 = "id_manufacturer"} - {$ignoreList.5 = "id_supplier"} - {$ignoreList.6 = "date_add"} - {$ignoreList.7 = "date_upd"} - {$ignoreList.8 = "active"} - {$ignoreList.9 = "deleted"} - - {* PrestaShop 1.4.0.17 compatibility *} - {if isset($addresses)} - {foreach from=$addresses key=k item=address} - {counter start=0 skip=1 assign=address_key_number} - {$id_address = $address.id_address} - {foreach from=$address key=address_key item=address_content} - {if !in_array($address_key, $ignoreList)} - {$formatedAddressFieldsValuesList.$id_address.ordered_fields.$address_key_number = $address_key} - {$formatedAddressFieldsValuesList.$id_address.formated_fields_values.$address_key = $address_content} - {counter} - {/if} - {/foreach} - {/foreach} - {/if} -{/if} - - - -{if !$opc} -{capture name=path}{l s='Addresses'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} -{/if} - -{if !$opc}

      {l s='Addresses'}

      {else}

      1. {l s='Addresses'}

      {/if} - -{if !$opc} - {assign var='current_step' value='address'} - {include file="$tpl_dir./order-steps.tpl"} - {include file="$tpl_dir./errors.tpl"} - - {if !$multi_shipping && {Configuration::get('PS_ALLOW_MULTISHIPPING')}} - - {/if} -
      -{else} - {if {Configuration::get('PS_ALLOW_MULTISHIPPING')}} -
      -
      -
      {l s='Multi-shipping'}
      -
      - -
      - -
      - -
      - {/if} -
      - -{/if} -
      -

      - - -

      -

      isVirtualCart()}style="display:none;"{/if}> - id_address_invoice == $cart->id_address_delivery || $addresses|@count == 1}checked="checked"{/if} /> - -

      - -

      id_address_invoice == $cart->id_address_delivery}style="display: none;"{/if}> - - {if $addresses|@count > 1} - - - {else} - {l s='Add a new address'} - {/if} -

      -
      -
        isVirtualCart()}style="display:none;"{/if}> -
      -
        -
      -
      -

      - {l s='Add a new address'} -

      - {if !$opc} -
      -

      {l s='If you would like to add a comment about your order, please write it below.'}

      -

      -
      - {/if} -
      -{if !$opc} -

      - - - « {l s='Previous'} - -

      - -{else} -
      -{/if} diff --git a/themes/prestashop/order-carrier.tpl b/themes/prestashop/order-carrier.tpl deleted file mode 100644 index 61c96013a..000000000 --- a/themes/prestashop/order-carrier.tpl +++ /dev/null @@ -1,243 +0,0 @@ -{* -* 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: 7444 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} -
      -{if !$opc} - -{else} - -{/if} - -{if !$virtual_cart && $giftAllowed && $cart->gift == 1} - -{/if} - -{if !$opc} -{capture name=path}{l s='Shipping'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} -{/if} - -{if !$opc}

      {l s='Shipping'}

      {else}

      2. {l s='Delivery methods'}

      {/if} - -{if !$opc} -{assign var='current_step' value='shipping'} -{include file="$tpl_dir./order-steps.tpl"} - -{include file="$tpl_dir./errors.tpl"} - -
      -{else} -
      - -{/if} - -{if $conditions AND $cms_id} -

      {l s='Terms of service'}

      -

      - - {l s='(read)'} -

      - -{/if} - -{if $virtual_cart} - -{else} -

      {l s='Choose your delivery method'}

      - -
      {if isset($carriers)}{$HOOK_BEFORECARRIER}{/if}
      - {if isset($isVirtualCart) && $isVirtualCart} -

      {l s='No carrier needed for this order'}

      - {else} - {if $recyclablePackAllowed} -

      - - -

      - {/if} -
      - {if isset($delivery_option_list)} - {foreach $delivery_option_list as $id_address => $option_list} -

      {$address_collection[$id_address]->alias}

      -
      - {foreach $option_list as $key => $option} -
      - - -
      - {/foreach} -
      - {/foreach} - {/if} -
      - - - {if $giftAllowed} -

      {l s='Gift'}

      -

      - gift == 1}checked="checked"{/if} /> - -
      -       - {if $gift_wrapping_price > 0} - ({l s='Additional cost of'} - - {if $priceDisplay == 1}{convertPrice price=$total_wrapping_tax_exc_cost}{else}{convertPrice price=$total_wrapping_cost}{/if} - - {if $use_taxes}{if $priceDisplay == 1} {l s='(tax excl.)'}{else} {l s='(tax incl.)'}{/if}{/if}) - {/if} -

      -

      - - -

      - {/if} - {/if} -{/if} - -{if !$opc} -

      - - - {if !$is_guest} - {if $back} - « {l s='Previous'} - {else} - « {l s='Previous'} - {/if} - {else} - « {l s='Previous'} - {/if} - -

      - -{else} -

      {l s='Leave a message'}

      -
      -

      {l s='If you would like to add a comment about your order, please write it below.'}

      -

      -
      -
      -{/if} -
      diff --git a/themes/prestashop/order-confirmation.tpl b/themes/prestashop/order-confirmation.tpl deleted file mode 100644 index adbb81915..000000000 --- a/themes/prestashop/order-confirmation.tpl +++ /dev/null @@ -1,48 +0,0 @@ -{* -* 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: 7455 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Order confirmation'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      {l s='Order confirmation'}

      - -{assign var='current_step' value='payment'} -{include file="$tpl_dir./order-steps.tpl"} - -{include file="$tpl_dir./errors.tpl"} - -{$HOOK_ORDER_CONFIRMATION} -{$HOOK_PAYMENT_RETURN} - -
      -{if $is_guest} -

      {l s='Your order ID is:'} {$id_order_formatted} . {l s='Your order ID has been sent to your e-mail.'}

      - {l s='Follow my order'} - {l s='Follow my order'} -{else} - {l s='Back to orders'} - {l s='Back to orders'} -{/if} diff --git a/themes/prestashop/order-detail.tpl b/themes/prestashop/order-detail.tpl deleted file mode 100644 index 6b8a4ceda..000000000 --- a/themes/prestashop/order-detail.tpl +++ /dev/null @@ -1,416 +0,0 @@ -{* -* 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: 7455 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{include file="$tpl_dir./errors.tpl"} -{if !isset($smarty.get.ajax)} -
      -
      -{/if} -
      -
      - -

      - {l s='Order placed on'} {dateFormat date=$order->date_add full=0} - -

      -
      -
      - -{if count($order_history)} -

      {l s='Follow your order step by step'}

      -
      - - - - - - - - - {foreach from=$order_history item=state name="orderStates"} - - - - - {/foreach} - -
      {l s='Date'}{l s='Status'}
      {dateFormat date=$state.date_add full=1}{$state.ostate_name|escape:'htmlall':'UTF-8'}
      -
      -{/if} - -{if isset($followup)} -

      {l s='Click the following link to track the delivery of your order'}

      -{$followup|escape:'htmlall':'UTF-8'} -{/if} - -

      {l s='Order:'} {l s='#'}{$order->id|string_format:"%06d"}

      -

      {l s='Refrence:'} {$order->reference}

      -{if $carrier->id}

      {l s='Carrier:'} {if $carrier->name == "0"}{$shop_name|escape:'htmlall':'UTF-8'}{else}{$carrier->name|escape:'htmlall':'UTF-8'}{/if}

      {/if} -

      {l s='Payment method:'} {$order->payment|escape:'htmlall':'UTF-8'}

      -{if $invoice AND $invoiceAllowed} -

      - - {if $is_guest} - id}&secure_key=$order->secure_key")}" >{l s='Download your invoice as a .PDF file'} - {else} - id}")}" >{l s='Download your invoice as a .PDF file'} - {/if} -

      -{/if} -{if $order->recyclable && isset($isRecyclable) && $isRecyclable} -

       {l s='You have given permission to receive your order in recycled packaging.'}

      -{/if} -{if $order->gift} -

       {l s='You requested gift-wrapping for your order.'}

      -

      {l s='Message:'} {$order->gift_message|nl2br}

      -{/if} -
      -
        isVirtual()}style="display:none;"{/if}> -
      • {l s='Invoice'}
      • - {foreach from=$inv_adr_fields name=inv_loop item=field_item} - {if $field_item eq "company" && isset($address_invoice->company)}
      • {$address_invoice->company|escape:'htmlall':'UTF-8'}
      • - {elseif $field_item eq "address2" && $address_invoice->address2}
      • {$address_invoice->address2|escape:'htmlall':'UTF-8'}
      • - {elseif $field_item eq "phone_mobile" && $address_invoice->phone_mobile}
      • {$address_invoice->phone_mobile|escape:'htmlall':'UTF-8'}
      • - {else} - {assign var=address_words value=" "|explode:$field_item} -
      • {foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$invoiceAddressFormatedValues[$word_item]|escape:'htmlall':'UTF-8'}{/foreach}
      • - {/if} - - {/foreach} -
      -
        -
      • {l s='Delivery'}
      • - {foreach from=$dlv_adr_fields name=dlv_loop item=field_item} - {if $field_item eq "company" && isset($address_delivery->company)}
      • {$address_delivery->company|escape:'htmlall':'UTF-8'}
      • - {elseif $field_item eq "address2" && $address_delivery->address2}
      • {$address_delivery->address2|escape:'htmlall':'UTF-8'}
      • - {elseif $field_item eq "phone_mobile" && $address_delivery->phone_mobile}
      • {$address_delivery->phone_mobile|escape:'htmlall':'UTF-8'}
      • - {else} - {assign var=address_words value=" "|explode:$field_item} -
      • {foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$deliveryAddressFormatedValues[$word_item]|escape:'htmlall':'UTF-8'}{/foreach}
      • - {/if} - {/foreach} -
      -{$HOOK_ORDERDETAILDISPLAYED} -{if !$is_guest}
      {/if} -
      - - - - {if $return_allowed}{/if} - - - - - - - - - {if $priceDisplay && $use_tax} - - - - {/if} - - - - {if $order->total_discounts > 0} - - - - {/if} - {if $order->total_wrapping > 0} - - - - {/if} - - - - - - - - - {foreach from=$products item=product name=products} - {if !isset($product.deleted)} - {assign var='productId' value=$product.product_id} - {assign var='productAttributeId' value=$product.product_attribute_id} - {if isset($product.customizedDatas)} - {assign var='productQuantity' value=$product.product_quantity-$product.customizationQuantityTotal} - {else} - {assign var='productQuantity' value=$product.product_quantity} - {/if} - - {if isset($product.customizedDatas)} - - {if $return_allowed}{/if} - - - - - - - {foreach from=$product.customizedDatas item='customization' key='customizationId'} - - {if $return_allowed}{/if} - - - - - {/foreach} - {/if} - - {if $product.product_quantity > $product.customizationQuantityTotal} - - {if $return_allowed}{/if} - - - - - - - {/if} - {/if} - {/foreach} - {foreach from=$discounts item=discount} - - - - - - - {if $return_allowed} - - {/if} - - {/foreach} - -
      {l s='Reference'}{l s='Product'}{l s='Quantity'}{l s='Unit price'}{l s='Total price'}
      - {l s='Total products (tax excl.):'} {displayWtPriceWithCurrency price=$order->getTotalProductsWithoutTaxes() currency=$currency} -
      - {l s='Total products'} {if $use_tax}{l s='(tax incl.)'}{/if}: {displayWtPriceWithCurrency price=$order->getTotalProductsWithTaxes() currency=$currency} -
      - {l s='Total vouchers:'} {displayWtPriceWithCurrency price=$order->total_discounts currency=$currency} -
      - {l s='Total gift-wrapping:'} {displayWtPriceWithCurrency price=$order->total_wrapping currency=$currency} -
      - {l s='Total shipping'} {if $use_tax}{l s='(tax incl.)'}{/if}: {displayWtPriceWithCurrency price=$order->total_shipping currency=$currency} -
      - {l s='Total:'} {displayWtPriceWithCurrency price=$order->total_paid currency=$currency} -
      - - - - - -
      - {foreach from=$customization.datas key='type' item='datas'} - {if $type == $CUSTOMIZE_FILE} -
        - {foreach from=$datas item='data'} -
      • - {/foreach} -
      - {elseif $type == $CUSTOMIZE_TEXTFIELD} -
        {counter start=0 print=false} - {foreach from=$datas item='data'} - {assign var='customizationFieldName' value="Text #"|cat:$data.id_customization_field} -
      • {$data.name|default:$customizationFieldName}{l s=':'} {$data.value}
      • - {/foreach} -
      - {/if} - {/foreach} -
      - -
      - - - - - -
      {$discount.name|escape:'htmlall':'UTF-8'}{l s='Voucher:'} {$discount.name|escape:'htmlall':'UTF-8'}1 {if $discount.value != 0.00}{l s='-'}{/if}{convertPriceWithCurrency price=$discount.value currency=$currency convert=0} 
      -
      -
      -{if $order->getShipping()|count > 0} - - - - - - - - - - - - {foreach from=$order->getShipping() item=line} - - - - - - - - {/foreach} - -
      {l s='Date'}{l s='Carrier'}{l s='Weight'}{l s='Shipping cost'}{l s='Tracking number'}
      {$line.date_add}{$line.state_name}{$line.weight|string_format:"%.3f"} {Configuration::get('PS_WEIGHT_UNIT')}{if $order->getTaxCalculationMethod() == $smarty.const.PS_TAX_INC}{displayPrice price=$line.shipping_cost_tax_incl currency=$currency->id}{else}{displayPrice price=$line.shipping_cost_tax_excl currency=$currency->id}{/if} - {if $line.url && $line.tracking_number}{$line.tracking_number}{else}{$line.tracking_number}{/if} -
      -{/if} -
      -
      -{if !$is_guest} - {if $return_allowed} -

      {l s='Merchandise return'}

      -

      {l s='If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. Then click the button below.'}

      -

      - -

      -

      - - -

      -
      - {/if} -
      - - {if count($messages)} -

      {l s='Messages'}

      -
      - - - - - - - - - {foreach from=$messages item=message name="messageList"} - - - - - {/foreach} - -
      {l s='From'}{l s='Message'}
      - {if isset($message.ename) && $message.ename} - {$message.efirstname|escape:'htmlall':'UTF-8'} {$message.elastname|escape:'htmlall':'UTF-8'} - {elseif $message.clastname} - {$message.cfirstname|escape:'htmlall':'UTF-8'} {$message.clastname|escape:'htmlall':'UTF-8'} - {else} - {$shop_name|escape:'htmlall':'UTF-8'} - {/if} -
      - {dateFormat date=$message.date_add full=1} -
      {$message.message|nl2br}
      -
      - {/if} - {if isset($errors) && $errors} -
      -

      {if $errors|@count > 1}{l s='There are'}{else}{l s='There is'}{/if} {$errors|@count} {if $errors|@count > 1}{l s='errors'}{else}{l s='error'}{/if} :

      -
        - {foreach from=$errors key=k item=error} -
      1. {$error}
      2. - {/foreach} -
      -
      - {/if} -
      -

      {l s='Add a message:'}

      -

      {l s='If you would like to add a comment about your order, please write it below.'}

      -

      - - -

      -

      - -

      -

      - - -

      -
      -{else} -

       {l s='You can\'t make a merchandise return with a guest account'}

      -{/if} -{if !isset($smarty.get.ajax)} -
      -
      -{/if} \ No newline at end of file diff --git a/themes/prestashop/order-follow.tpl b/themes/prestashop/order-follow.tpl deleted file mode 100644 index 22092065e..000000000 --- a/themes/prestashop/order-follow.tpl +++ /dev/null @@ -1,78 +0,0 @@ -{* -* 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: 7465 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='My account'}{$navigationPipe}{l s='Return Merchandise Authorization (RMA)'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      {l s='Return Merchandise Authorization (RMA)'}

      -{if isset($errorQuantity) && $errorQuantity}

      {l s='You do not have enough products to request another merchandise return.'}

      {/if} -{if isset($errorMsg) && $errorMsg}

      {l s='Please provide an explanation for your RMA.'}

      {/if} -{if isset($errorDetail1) && $errorDetail1}

      {l s='Please check at least one product you would like to return.'}

      {/if} -{if isset($errorDetail2) && $errorDetail2}

      {l s='Please provide a quantity for the product you checked.'}

      {/if} -{if isset($errorNotReturnable) && $errorNotReturnable}

      {l s='This order cannot be returned.'}

      {/if} - -

      {l s='Here are the merchandise returns you have made'}.

      -
      - {if $ordersReturn && count($ordersReturn)} - - - - - - - - - - - - {foreach from=$ordersReturn item=return name=myLoop} - - - - - - - - {/foreach} - -
      {l s='Return'}{l s='Order'}{l s='Package status'}{l s='Date issued'}{l s='Return slip'}
      {l s='#'}{$return.id_order_return|string_format:"%06d"}{l s='#'}{$return.id_order|string_format:"%06d"}{$return.state_name|escape:'htmlall':'UTF-8'}{dateFormat date=$return.date_add full=0} - {if $return.state == 2} - {l s='Order return'} {l s='#'}{$return.id_order_return|string_format: - {l s='Print out'} - {else} - -- - {/if} -
      - - {else} -

      {l s='You have no return merchandise authorizations.'}

      - {/if} -
      - - diff --git a/themes/prestashop/order-opc-new-account.tpl b/themes/prestashop/order-opc-new-account.tpl deleted file mode 100644 index 4f2fec152..000000000 --- a/themes/prestashop/order-opc-new-account.tpl +++ /dev/null @@ -1,428 +0,0 @@ -{* -** Compatibility code for Prestashop older than 1.4.2 using a recent theme -** Ignore list isn't require here -** $address exist in every PrestaShop version -*} - -{* Will be deleted for 1.5 version and more *} -{* If ordered_adr_fields doesn't exist, it's a PrestaShop older than 1.4.2 *} -{if !isset($dlv_all_fields)} - {$dlv_all_fields.0 = 'company'} - {$dlv_all_fields.1 = 'firstname'} - {$dlv_all_fields.2 = 'lastname'} - {$dlv_all_fields.3 = 'address1'} - {$dlv_all_fields.4 = 'address2'} - {$dlv_all_fields.5 = 'postcode'} - {$dlv_all_fields.6 = 'city'} - {$dlv_all_fields.7 = 'country'} - {$dlv_all_fields.8 = 'state'} -{/if} - -
      - -

      1. {l s='Account'}

      -
      -
      -

      {l s='Already registered?'} {l s='Click here'}

      - -
      -
      -
      -
      -

      {l s='New Customer'}

      -
      -
      -

      {l s='Instant Checkout'}

      -

      - -

      -
      - -
      -

      {l s='Create your account today and enjoy:'}

      -
        -
      • {l s='Personalized and secure access'}
      • -
      • {l s='Fast and easy check out'}
      • -
      • {l s='Separate billing and shipping addresses'}
      • -
      -

      - -

      -
      -
      -
      -
      - {$HOOK_CREATE_ACCOUNT_TOP} - - - - - - - - - -

      - - - * -

      -

      - - - * - {l s='(5 characters min.)'} -

      -

      - {l s='Title'} - {foreach from=$genders key=k item=gender} - id_gender}checked="checked"{/if} /> - - {/foreach} -

      -

      - - - * -

      -

      - - - * -

      -

      - {l s='Date of Birth'} - - {* - {l s='January'} - {l s='February'} - {l s='March'} - {l s='April'} - {l s='May'} - {l s='June'} - {l s='July'} - {l s='August'} - {l s='September'} - {l s='October'} - {l s='November'} - {l s='December'} - *} - - -

      - {if isset($newsletter) && $newsletter} -

      - - -

      -

      - - -

      - {/if} -

      {l s='Delivery address'}

      - {$stateExist = false} - {foreach from=$dlv_all_fields item=field_name} - {if $field_name eq "company"} -

      - - -

      - {elseif $field_name eq "firstname"} -

      - - - * -

      - {elseif $field_name eq "lastname"} -

      - - - * -

      - {elseif $field_name eq "address1"} -

      - - - * -

      - {elseif $field_name eq "address2"} -

      - - -

      - {elseif $field_name eq "postcode"} -

      - - - * -

      - {elseif $field_name eq "city"} -

      - - - * -

      - {elseif $field_name eq "country" || $field_name eq "Country:name"} -

      - - - * -

      - {elseif $field_name eq "vat_number"} - - {elseif $field_name eq "state" || $field_name eq 'State:name'} - {$stateExist = true} - - {/if} - {/foreach} -

      - - - {l s='DNI / NIF / NIE'} - * -

      - {if !$stateExist} -

      - - - * -

      - {/if} -

      - - -

      -

      - - * -

      -

      - - -

      - - -

      - - -

      - -
      - {assign var=stateExist value=false} -

      {l s='Invoice address'}

      - {foreach from=$inv_all_fields item=field_name} - {if $field_name eq "company"} -

      - - -

      - {elseif $field_name eq "vat_number"} - -

      - - - {l s='DNI / NIF / NIE'} - * -

      - {elseif $field_name eq "firstname"} -

      - - - * -

      - {elseif $field_name eq "lastname"} -

      - - - * -

      - {elseif $field_name eq "address1"} -

      - - - * -

      - {elseif $field_name eq "address2"} -

      - - -

      - {elseif $field_name eq "postcode"} -

      - - - * -

      - {elseif $field_name eq "city"} -

      - - - * -

      - {elseif $field_name eq "country" || $field_name eq "Country:name"} -

      - - - * -

      - {elseif $field_name eq "state" || $field_name eq 'State:name'} - {$stateExist = true} - - {/if} - {/foreach} - {if !$stateExist} - - {/if} -

      - - -

      -

      - - * -

      -

      - - -

      - -
      - {$HOOK_CREATE_ACCOUNT_FORM} -

      - -

      - -

      - *{l s='Required field'} -

      - -
      -
      -
      -
      -
      - diff --git a/themes/prestashop/order-opc.tpl b/themes/prestashop/order-opc.tpl deleted file mode 100755 index 5d168b835..000000000 --- a/themes/prestashop/order-opc.tpl +++ /dev/null @@ -1,104 +0,0 @@ -{* -* 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: 7075 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{if $PS_CATALOG_MODE} - {capture name=path}{l s='Your shopping cart'}{/capture} - {include file="./breadcrumb.tpl"} -

      {l s='Your shopping cart'}

      -

      {l s='This store has not accepted your new order.'}

      -{else} - - {if $productNumber} - - {include file="./shopping-cart.tpl"} - - {if $isLogged AND !$isGuest} - {include file="./order-address.tpl"} - {else} - - {include file="./order-opc-new-account.tpl"} - - {/if} - - {include file="./order-carrier.tpl"} - - - - {include file="./order-payment.tpl"} - - {else} - {capture name=path}{l s='Your shopping cart'}{/capture} - {include file="./breadcrumb.tpl"} -

      {l s='Your shopping cart'}

      -

      {l s='Your shopping cart is empty.'}

      - {/if} -{/if} diff --git a/themes/prestashop/order-payment.tpl b/themes/prestashop/order-payment.tpl deleted file mode 100644 index f306eaa4f..000000000 --- a/themes/prestashop/order-payment.tpl +++ /dev/null @@ -1,290 +0,0 @@ -{* -* 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: 7465 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{if !$opc} - - - {capture name=path}{l s='Your payment method'}{/capture} - {include file="$tpl_dir./breadcrumb.tpl"} -{/if} - -{if !$opc}

      {l s='Choose your payment method'}

      {else}

      3. {l s='Choose your payment method'}

      {/if} - -{if !$opc} - {assign var='current_step' value='payment'} - {include file="$tpl_dir./order-steps.tpl"} - - {include file="$tpl_dir./errors.tpl"} -{else} -
      - -{/if} - -
      {$HOOK_TOP_PAYMENT}
      - -{if $HOOK_PAYMENT} - {if !$opc} -
      - - - - - - - - - - - - - - {if $use_taxes} - {if $priceDisplay} - - - - - {else} - - - - - {/if} - {else} - - - - - {/if} - - - - - - - - - {if $use_taxes} - {if $priceDisplay} - - - - - {else} - - - - - {/if} - {else} - - - - - {/if} - - {if $use_taxes} - - - - - - - - - - - - - {else} - - - - - {/if} - {* - - - *} - - - {foreach from=$products item=product name=productLoop} - {assign var='productId' value=$product.id_product} - {assign var='productAttributeId' value=$product.id_product_attribute} - {assign var='quantityDisplayed' value=0} - {assign var='cannotModify' value=1} - {* Display the product line *} - {include file="$tpl_dir./shopping-cart-product-line.tpl"} - {* Then the customized datas ones*} - {if isset($customizedDatas.$productId.$productAttributeId)} - {foreach from=$customizedDatas.$productId.$productAttributeId[$product.id_address_delivery] key='id_customization' item='customization'} - - - - - - {assign var='quantityDisplayed' value=$quantityDisplayed+$customization.quantity} - {/foreach} - {* If it exists also some uncustomized products *} - {if $product.quantity-$quantityDisplayed > 0}{include file="$tpl_dir./shopping-cart-product-line.tpl"}{/if} - {/if} - {/foreach} - - {if sizeof($discounts)} - - {foreach from=$discounts item=discount name=discountLoop} - - - - - - - {/foreach} - - {/if} -
      {l s='Product'}{l s='Description'}{l s='Ref.'}{l s='Avail.'}{l s='Unit price'}{l s='Qty'}{l s='Total'}
      {l s='Total products'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}{displayPrice price=$total_products}
      {l s='Total products'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}{displayPrice price=$total_products_wt}
      {l s='Total products:'}{displayPrice price=$total_products}
      - {if $use_taxes} - {if $priceDisplay} - {l s='Total vouchers'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'} - {else} - {l s='Total vouchers'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'} - {/if} - {else} - {l s='Total vouchers:'} - {/if} - - {if $use_taxes} - {if $priceDisplay} - {displayPrice price=$total_discounts_tax_exc} - {else} - {displayPrice price=$total_discounts} - {/if} - {else} - {displayPrice price=$total_discounts_tax_exc} - {/if} -
      - {if $use_taxes} - {if $priceDisplay} - {l s='Total gift-wrapping'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'} - {else} - {l s='Total gift-wrapping'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'} - {/if} - {else} - {l s='Total gift-wrapping:'} - {/if} - - {if $use_taxes} - {if $priceDisplay} - {displayPrice price=$total_wrapping_tax_exc} - {else} - {displayPrice price=$total_wrapping} - {/if} - {else} - {displayPrice price=$total_wrapping_tax_exc} - {/if} -
      - {if $display_tax_label} - {l s='Total (tax excl.):'} - {else} - {l s='Subtotal:'} - {/if} - {displayPrice price=$total_price_without_tax}
      - {if $display_tax_label} - {l s='Total tax:'} - {else} - {l s='Estimated Sales Tax:'} - {/if} - {displayPrice price=$total_tax}
      - {if $display_tax_label} - {l s='Total (tax incl.):'} - {else} - {l s='Total:'} - {/if} - {displayPrice price=$total_price}
      {l s='Total:'}{displayPrice price=$total_price_without_tax}
      - {foreach from=$customization.datas key='type' item='datas'} - {if $type == $CUSTOMIZE_FILE} -
      -
        - {foreach from=$datas item='picture'}
      • {/foreach} -
      -
      - {elseif $type == $CUSTOMIZE_TEXTFIELD} -
        - {foreach from=$datas item='textField' name='typedText'}
      • {if $textField.name}{$textField.name}{else}{l s='Text #'}{$smarty.foreach.typedText.index+1}{/if}{l s=':'} {$textField.value}
      • {/foreach} -
      - {/if} - {/foreach} -
      - {if isset($cannotModify) AND $cannotModify == 1} - {if $quantityDisplayed == 0 AND isset($customizedDatas.$productId.$productAttributeId)}{$customizedDatas.$productId.$productAttributeId|@count}{else}{$product.cart_quantity-$quantityDisplayed}{/if} - {else} -
      - {l s='Delete'} -
      -
      - {l s='Add'}
      - {if $product.minimal_quantity < ($customization.quantity -$quantityDisplayed) OR $product.minimal_quantity <= 1} - - {l s='Subtract'} - - {else} - - {l s='Subtract'} - - {/if} -
      - - - {/if} -
      {$discount.name}{$discount.description}{l s='Delete'} - {if $discount.value_real > 0} - {if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if} - {/if} -
      -
      -{/if} - {if $opc}
      {/if} -
      {$HOOK_PAYMENT}
      - {if $opc}
      {/if} -{else} -

      {l s='No payment modules have been installed.'}

      -{/if} - -{if !$opc} -

      « {l s='Previous'}

      -{else} -
      -{/if} - diff --git a/themes/prestashop/order-return.tpl b/themes/prestashop/order-return.tpl deleted file mode 100644 index f5bf8d6f7..000000000 --- a/themes/prestashop/order-return.tpl +++ /dev/null @@ -1,109 +0,0 @@ -{* -* 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: 7471 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} -{include file="$tpl_dir./errors.tpl"} -{if isset($orderRet)} -

      {l s='RE#'}{$orderRet->id|string_format:"%06d"} {l s='on'} {dateFormat date=$order->date_add full=0}

      -
      -

      {l s='We have logged your return request.'}

      -

      {l s='Your package must be returned to us within'} {$nbdaysreturn} {l s='days of receiving your order.'}

      -

      {l s='Current status of your merchandise return:'} {$state_name|escape:'htmlall':'UTF-8'}

      -

      {l s='List of items marked as returned:'}

      -
      -
      - - - - - - - - - - {foreach from=$products item=product name=products} - - {assign var='quantityDisplayed' value=0} - {foreach from=$returnedCustomizations item='customization' name=products} - {if $customization.product_id == $product.product_id} - - - - - - {assign var='productId' value=$customization.product_id} - {assign var='productAttributeId' value=$customization.product_attribute_id} - {assign var='customizationId' value=$customization.id_customization} - {foreach from=$customizedDatas.$productId.$productAttributeId.$customizationId.datas key='type' item='datas'} - - - - {/foreach} - {assign var='quantityDisplayed' value=$quantityDisplayed+$customization.product_quantity} - {/if} - {/foreach} - - {if $product.product_quantity > $quantityDisplayed} - - - - - - {/if} - {/foreach} - -
      {l s='Reference'}{l s='Product'}{l s='Quantity'}
      {if $customization.reference}{$customization.reference|escape:'htmlall':'UTF-8'}{else}--{/if}{$customization.name|escape:'htmlall':'UTF-8'}{$customization.product_quantity|intval}
      - {if $type == $smarty.const._CUSTOMIZE_FILE_} -
        - {foreach from=$datas item='data'} -
      • - {/foreach} -
      - {elseif $type == $smarty.const._CUSTOMIZE_TEXTFIELD_} -
        {counter start=0 print=false} - {foreach from=$datas item='data'} - {assign var='customizationFieldName' value="Text #"|cat:$data.id_customization_field} -
      • {$data.name|default:$customizationFieldName}{l s=':'} {$data.value}
      • - {/foreach} -
      - {/if} -
      {if $product.product_reference}{$product.product_reference|escape:'htmlall':'UTF-8'}{else}--{/if}{$product.product_name|escape:'htmlall':'UTF-8'}{$product.product_quantity|intval}
      -
      - {if $orderRet->state == 2} -

      {l s='REMINDER:'}

      -
      - - {l s='All products must be returned in their original packaging without damage or wear.'} -
      - {l s='Please print out the'} id|intval}")}">{l s='PDF document'} {l s='and slip it into your package.'} -
      - {l s='Please see PDF document'} (id|intval}")}">{l s='for the correct address'}) -

      - {l s='Upon receiving your package, you will be notified by e-mail. We will then begin processing the reimbursement of your order total.'} -

      {l s='Let us know if you have any questions.'} -
      -

      {l s='If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement.'}

      -
      - {elseif $orderRet->state == 1} -

      {l s='You must wait for our confirmation before returning any merchandise.'}

      - {/if} -{/if} - diff --git a/themes/prestashop/order-slip.tpl b/themes/prestashop/order-slip.tpl deleted file mode 100644 index bf7960f06..000000000 --- a/themes/prestashop/order-slip.tpl +++ /dev/null @@ -1,65 +0,0 @@ -{* -* 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: 7465 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='My account'}{$navigationPipe}{l s='Credit slips'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      {l s='Credit slips'}

      -

      {l s='Credit slips you have received after cancelled orders'}.

      -
      - {if $ordersSlip && count($ordersSlip)} - - - - - - - - - - - {foreach from=$ordersSlip item=slip name=myLoop} - - - - - - - {/foreach} - -
      {l s='Credit slip'}{l s='Order'}{l s='Date issued'}{l s='View credit slip'}
      {l s='#'}{$slip.id_order_slip|string_format:"%06d"}{l s='#'}{$slip.id_order|string_format:"%06d"}{dateFormat date=$slip.date_add full=0} - {l s='Order slip'} {l s='#'}{$slip.id_order_slip|string_format: - {l s='PDF'} -
      - - {else} -

      {l s='You have not received any credit slips.'}

      - {/if} -
      - diff --git a/themes/prestashop/order-steps.tpl b/themes/prestashop/order-steps.tpl deleted file mode 100644 index 0b5b353b1..000000000 --- a/themes/prestashop/order-steps.tpl +++ /dev/null @@ -1,75 +0,0 @@ -{* -* 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: 7465 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{* Assign a value to 'current_step' to display current style *} -{capture name="url_back"} -{if isset($back) && $back}back={$back}{/if} -{/capture} -{if !$opc} - -
        -
      • - {if $current_step=='payment' || $current_step=='shipping' || $current_step=='address' || $current_step=='login'} - - {l s='Summary'} - - {else} - {l s='Summary'} - {/if} -
      • -
      • - {if $current_step=='payment' || $current_step=='shipping' || $current_step=='address'} - - {l s='Login'} - - {else} - {l s='Login'} - {/if} -
      • -
      • - {if $current_step=='payment' || $current_step=='shipping'} - - {l s='Address'} - - {else} - {l s='Address'} - {/if} -
      • -
      • - {if $current_step=='payment'} - - {l s='Shipping'} - - {else} - {l s='Shipping'} - {/if} -
      • -
      • - {l s='Payment'} -
      • -
      - -{/if} diff --git a/themes/prestashop/pagination.tpl b/themes/prestashop/pagination.tpl deleted file mode 100644 index dd6ec4319..000000000 --- a/themes/prestashop/pagination.tpl +++ /dev/null @@ -1,112 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{if isset($no_follow) AND $no_follow} - {assign var='no_follow_text' value='rel="nofollow"'} -{else} - {assign var='no_follow_text' value=''} -{/if} - -{if isset($p) AND $p} - {if isset($smarty.get.id_category) && $smarty.get.id_category && isset($category)} - {if !isset($current_url)} - {assign var='requestPage' value=$link->getPaginationLink('category', $category, false, false, true, false)} - {else} - {assign var='requestPage' value=$current_url} - {/if} - {assign var='requestNb' value=$link->getPaginationLink('category', $category, true, false, false, true)} - {elseif isset($smarty.get.id_manufacturer) && $smarty.get.id_manufacturer && isset($manufacturer)} - {assign var='requestPage' value=$link->getPaginationLink('manufacturer', $manufacturer, false, false, true, false)} - {assign var='requestNb' value=$link->getPaginationLink('manufacturer', $manufacturer, true, false, false, true)} - {elseif isset($smarty.get.id_supplier) && $smarty.get.id_supplier && isset($supplier)} - {assign var='requestPage' value=$link->getPaginationLink('supplier', $supplier, false, false, true, false)} - {assign var='requestNb' value=$link->getPaginationLink('supplier', $supplier, true, false, false, true)} - {else} - {assign var='requestPage' value=$link->getPaginationLink(false, false, false, false, true, false)} - {assign var='requestNb' value=$link->getPaginationLink(false, false, true, false, false, true)} - {/if} - - - -{/if} diff --git a/themes/prestashop/password.tpl b/themes/prestashop/password.tpl deleted file mode 100644 index bc65f4886..000000000 --- a/themes/prestashop/password.tpl +++ /dev/null @@ -1,54 +0,0 @@ -{* -* 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: 7075 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Forgot your password'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      {l s='Forgot your password'}

      - -{include file="$tpl_dir./errors.tpl"} - -{if isset($confirmation) && $confirmation == 1} -

      {l s='Your password has been successfully reset and has been sent to your e-mail address:'} {$email|escape:'htmlall':'UTF-8'}

      -{elseif isset($confirmation) && $confirmation == 2} -

      {l s='A confirmation e-mail has been sent to your address:'} {$email|escape:'htmlall':'UTF-8'}

      -{else} -

      {l s='Please enter the e-mail address used to register. We will e-mail you your new password.'}

      -
      -
      -

      - - -

      -

      - -

      -
      -
      -{/if} -

      - {l s='Return to Login'}{l s='Back to Login'} -

      diff --git a/themes/prestashop/pdf/delivery-slip.tpl b/themes/prestashop/pdf/delivery-slip.tpl deleted file mode 100755 index ee578491d..000000000 --- a/themes/prestashop/pdf/delivery-slip.tpl +++ /dev/null @@ -1,95 +0,0 @@ -
      - - - -
       
      - - - - - - - -
      - {if !empty($invoice_address)} - - - - - -
      - {l s='Delivery Address' pdf='true'}
      - {$delivery_address} -
      - {l s='Billing Address' pdf='true'}
      - {$invoice_address} -
      - {else} - - - - - -
      - {l s='Billing & Delivery Address' pdf='true'}
      - {$delivery_address} -
      - -
      - {/if} -
      - - - - -
       
      - - - - - - - -
      - - {l s='Order Number:' pdf='true'}
      - {'%06d'|sprintf:$order->id}
      -
      - {l s='Order Date:' pdf='true'}
      - {$order->date_add|date_format:"%d-%m-%Y %H:%M"}
      -
      - {l s='Payment Method:' pdf='true'}
      - {$order->payment}
      -
      - -
      - - - - - - - {foreach $order_details as $product} - {cycle values='#FFF,#DDD' assign=bgcolor} - - - - - - {/foreach} -
      {l s='ITEMS MARKED AS RETURNED' pdf='true'}{l s='REFERENCE' pdf='true'}{l s='QTY' pdf='true'}
      {$product.product_name} - {if empty($product.product_reference)} - --- - {else} - {$product.product_reference} - {/if} - {$product.product_quantity}
      -
      - - - - -
       
      - -
      - diff --git a/themes/prestashop/pdf/en.php b/themes/prestashop/pdf/en.php deleted file mode 100644 index e69de29bb..000000000 diff --git a/themes/prestashop/pdf/footer.tpl b/themes/prestashop/pdf/footer.tpl deleted file mode 100755 index 3e0f0ea3c..000000000 --- a/themes/prestashop/pdf/footer.tpl +++ /dev/null @@ -1,32 +0,0 @@ - - - - -
      - {if $available_in_your_account} - {l s='An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order).' pdf='true'} -
      - {/if} - {$shop_address|escape:'htmlall':'UTF-8'}
      - - {if !empty($shop_phone) OR !empty($shop_fax)} - {l s='For more assistance, contact Support:' pdf='true'}
      - {if !empty($shop_phone)} - Tel: {$shop_phone|escape:'htmlall':'UTF-8'} - {/if} - - {if !empty($shop_fax)} - Fax: {$shop_fax|escape:'htmlall':'UTF-8'} - {/if} -
      - {/if} - - {if isset($shop_details)} - {$shop_details|escape:'htmlall':'UTF-8'}
      - {/if} - - {if isset($free_text)} - {$free_text|escape:'htmlall':'UTF-8'}
      - {/if} -
      - diff --git a/themes/prestashop/pdf/fr.php b/themes/prestashop/pdf/fr.php deleted file mode 100644 index 55a7bec66..000000000 --- a/themes/prestashop/pdf/fr.php +++ /dev/null @@ -1,11 +0,0 @@ - \ No newline at end of file diff --git a/themes/prestashop/pdf/header.tpl b/themes/prestashop/pdf/header.tpl deleted file mode 100755 index d43d836a2..000000000 --- a/themes/prestashop/pdf/header.tpl +++ /dev/null @@ -1,23 +0,0 @@ - - - - - -
      - {if $logo_path} - - {/if} - - - - - - - - - - - -
      {$shop_name|escape:'htmlall':'UTF-8'}
      {$date|escape:'htmlall':'UTF-8'}
      {$title|escape:'htmlall':'UTF-8'}
      -
      - diff --git a/themes/prestashop/pdf/invoice.tax-tab.tpl b/themes/prestashop/pdf/invoice.tax-tab.tpl deleted file mode 100755 index 57ec1fb10..000000000 --- a/themes/prestashop/pdf/invoice.tax-tab.tpl +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - -
      - {if $tax_exempt} - {l s='Exempt of VAT according section 259B of the General Tax Code.' pdf='true'} - {else if (count($shipping_tax_breakdown) + count($product_tax_breakdown) == 0)} - {l s='No tax' pdf='true'} - {else} - - - - - - - - - {foreach $product_tax_breakdown as $rate => $product_tax_infos} - - - - - - - {/foreach} - - {foreach $shipping_tax_breakdown as $shipping_tax_infos} - - - - - - - {/foreach} -
      {l s='Tax Detail' pdf='true'}{l s='Tax Rate' pdf='true'}{l s='Total Tax Excl' pdf='true'}{l s='Total Tax' pdf='true'}
      {l s='Products' pdf='true'}{$rate} - {if !$use_one_after_another_method} - {displayPrice currency=$order->id_currency price=$product_tax_infos.total_price_tax_excl} - {/if} - {displayPrice currency=$order->id_currency price=$product_tax_infos.total_amount}
      {l s='Shipping' pdf='true'}{$shipping_tax_infos.rate}{displayPrice currency=$order->id_currency price=$order_invoice->total_shipping_tax_excl}{displayPrice currency=$order->id_currency price=$shipping_tax_infos.total_amount}
      - {/if} -
      - - diff --git a/themes/prestashop/pdf/invoice.tpl b/themes/prestashop/pdf/invoice.tpl deleted file mode 100755 index aecab1fa0..000000000 --- a/themes/prestashop/pdf/invoice.tpl +++ /dev/null @@ -1,206 +0,0 @@ -
      - - - -
       
      - - - - - - - -
      - {if !empty($delivery_address)} - - - - - -
      - {l s='Delivery Address' pdf='true'}
      - {$delivery_address} -
      - {l s='Billing Address' pdf='true'}
      - {$invoice_address} -
      - {else} - - - - - -
      - {l s='Billing & Delivery Address.' pdf='true'}
      - {$invoice_address} -
      - -
      - {/if} -
      - - -
       
      - - - - - - - -
      - - {l s='Order Number:' pdf='true'}
      - {'%06d'|sprintf:$order->id}
      -
      - {l s='Order Date:' pdf='true'}
      - {$order->date_add|date_format:"%d-%m-%Y %H:%M"}
      -
      - {l s='Payment Method:' pdf='true'}
      - {$order->payment}
      -
      - -
      - - - - - {if !$tax_excluded_display} - - {/if} - - - - - - {foreach $order_details as $order_detail} - {cycle values='#FFF,#DDD' assign=bgcolor} - - - - {if !$tax_excluded_display} - - {/if} - - - - - - {foreach $order_detail.customizedDatas as $customization} - - - - - - - {/foreach} - {/foreach} -
      {l s='Product / Reference' pdf='true'}{l s='Unit Price' pdf='true'}
      {l s='(Tax Excl.)' pdf='true'}
      {l s='Unit Price' pdf='true'}{l s='Discount' pdf='true'}{l s='Qty' pdf='true'}{l s='Total' pdf='true'}
      {$order_detail.product_name} - {displayPrice currency=$order->id_currency price=$order_detail.unit_price_tax_excl} - - {if $tax_excluded_display} - {displayPrice currency=$order->id_currency price=$order_detail.unit_price_tax_excl} - {else} - {displayPrice currency=$order->id_currency price=$order_detail.unit_price_tax_incl} - {/if} - - {if (isset($order_detail.reduction_amount) && $order_detail.reduction_amount > 0)} - -{displayPrice currency=$order->id_currency price=$order_detail.reduction_amount} - {else if (isset($order_detail.reduction_percent) && $order_detail.reduction_percent > 0)} - -{$order_detail.reduction_percent}% - {else} - -- - {/if} - {$order_detail.product_quantity} - {if $tax_excluded_display} - {displayPrice currency=$order->id_currency price=$order_detail.total_price_tax_excl} - {else} - {displayPrice currency=$order->id_currency price=$order_detail.total_price_tax_incl} - {/if} -
      - {foreach $customization.datas as $customization_types} -
      - {foreach $customization_types as $customization_infos name=custo_foreach} - {$customization_infos.name}: {$customization_infos.value} - {if !$smarty.foreach.custo_foreach.last}
      - {else} -
       
      - {/if} - {/foreach} -
      - {/foreach} -
      ({$customization.quantity})
      - - - {if (($order_invoice->total_paid_tax_incl - $order_invoice->total_paid_tax_excl) > 0)} - - - - - - - - - - {else} - - - - - {/if} - - {if $order_invoice->total_discount_tax_incl > 0} - - - - - {/if} - - {if $order_invoice->total_wrapping_tax_incl > 0} - - - - - {/if} - - {if $order_invoice->total_shipping_tax_incl > 0} - - - - - {/if} - - {if ($order_invoice->total_paid_tax_incl - $order_invoice->total_paid_tax_excl) > 0} - - - - - {/if} - - - - - -
      {l s='Product Total (Tax Excl.)' pdf='true'}{displayPrice currency=$order->id_currency price=$order_invoice->total_products}
      {l s='Product Total (Tax Incl.)' pdf='true'}{displayPrice currency=$order->id_currency price=$order_invoice->total_products_wt}
      {l s='Product Total' pdf='true'}{displayPrice currency=$order->id_currency price=$order_invoice->total_products}
      {l s='Total Vouchers' pdf='true'}-{displayPrice currency=$order->id_currency price=$order_invoice->total_discount_tax_incl}
      {l s='Wrapping Cost' pdf='true'} - {if $tax_excluded_display} - {displayPrice currency=$order->id_currency price=$order_invoice->total_wrapping_tax_excl} - {else} - {displayPrice currency=$order->id_currency price=$order_invoice->total_wrapping_tax_incl} - {/if} -
      {l s='Shipping Cost' pdf='true'} - {if $tax_excluded_display} - {displayPrice currency=$order->id_currency price=$order_invoice->total_shipping_tax_excl} - {else} - {displayPrice currency=$order->id_currency price=$order_invoice->total_shipping_tax_incl} - {/if} -
      {l s='Total Tax' pdf='true'}{displayPrice currency=$order->id_currency price=($order_invoice->total_paid_tax_incl - $order_invoice->total_paid_tax_excl)}
      {l s='Total' pdf='true'}{displayPrice currency=$order->id_currency price=$order_invoice->total_paid_tax_incl}
      - -
      - - -
       
      - -{$tax_tab} - -
      - diff --git a/themes/prestashop/pdf/lang/fr.php b/themes/prestashop/pdf/lang/fr.php deleted file mode 100644 index 69d49e155..000000000 --- a/themes/prestashop/pdf/lang/fr.php +++ /dev/null @@ -1,59 +0,0 @@ - \ No newline at end of file diff --git a/themes/prestashop/pdf/order-return.tpl b/themes/prestashop/pdf/order-return.tpl deleted file mode 100755 index bf943ab6d..000000000 --- a/themes/prestashop/pdf/order-return.tpl +++ /dev/null @@ -1,129 +0,0 @@ -
      - - - -
       
      - - - - - - - -
      - {if !empty($invoice_address)} - - - - - -
      - {l s='Delivery Address' pdf='true'}
      - {$delivery_address} -
      - {l s='Billing Address' pdf='true'}
      - {$invoice_address} -
      - {else} - - - - - -
      - {l s='Billing & Delivery Address' pdf='true'}
      - {$delivery_address} -
      - -
      - {/if} -
      - - - - -
       
      - - - - - - - -
      - - {l s='We have logged your return request.' pdf='true'}
      - {l s='Your package must be returned to us within' pdf='true'} {$return_nb_days} {l s='days of receiving your order.' pdf='true'}
      -
      - - - - - - - -
      - - {l s='Return Number:' pdf='true'}
      - {'%06d'|sprintf:$order_return->id}
      -
      - {l s='Date:' pdf='true'}
      - {$order_return->date_add|date_format:"%d-%m-%Y %H:%M"}
      -
      - -
      - - - - - - - {foreach $products as $product} - {cycle values='#FFF,#DDD' assign=bgcolor} - - - - - - {/foreach} -
      {l s='ITEMS MARKED AS RETURNED' pdf='true'}{l s='REFERENCE' pdf='true'}{l s='QTY' pdf='true'}
      {$product.product_name} - {if empty($product.product_reference)} - --- - {else} - {$product.product_reference} - {/if} - {$product.product_quantity}
      -
      - - - - - - -
      - - - - - - - - -
      {l s='If the following conditions are not respected we reserve the rights to refuse your package and/or reimbursement:' pdf='true'}
      -
        -
      • {l s='Please include this number return reference on your return package:' pdf='true'} {$order_return->id}
      • -
      • {l s='All products must be returned in their original package without damage or wear.' pdf='true'}
      • -
      • {l s='Please print out this document and slip it into your package.' pdf='true'}
      • -
      • {l s='The package should be sent to the following address:' pdf='true'}
      • -
      - {$shop_address} -
      - -
      - {l s='Upon receiving your package, we will notify you by e-mail. We will then begin processing the reimbursement of your order total. -Let us know if you have any questions' pdf='true'} -
      - - -
      - diff --git a/themes/prestashop/pdf/order-slip.tpl b/themes/prestashop/pdf/order-slip.tpl deleted file mode 100755 index 8f44c0067..000000000 --- a/themes/prestashop/pdf/order-slip.tpl +++ /dev/null @@ -1,206 +0,0 @@ -
      - - - -
       
      - - - - - - - -
      - {if !empty($delivery_address)} - - - - - -
      - {l s='Delivery Address' pdf='true'}
      - {$delivery_address} -
      - {l s='Billing Address' pdf='true'}
      - {$invoice_address} -
      - {else} - - - - - -
      - {l s='Billing & Delivery Address.' pdf='true'}
      - {$invoice_address} -
      - -
      - {/if} -
      - - -
       
      - - - - - - - -
      - - {l s='Order Number:' pdf='true'}
      - {'%06d'|sprintf:$order->id}
      -
      - {l s='Order Date:' pdf='true'}
      - {$order->date_add|date_format:"%d-%m-%Y %H:%M"}
      -
      - {l s='Payment Method:' pdf='true'}
      - {$order->payment}
      -
      - -
      - - - - - {if !$tax_excluded_display} - - {/if} - - - - - - {foreach $order_details as $order_detail} - {cycle values='#FFF,#DDD' assign=bgcolor} - - - - {if !$tax_excluded_display} - - {/if} - - - - - - {foreach $order_detail.customizedDatas as $customization} - - - - - - - {/foreach} - {/foreach} -
      {l s='Product / Reference' pdf='true'}{l s='Unit Price' pdf='true'}
      {l s='(Tax Excl.)' pdf='true'}
      {l s='Unit Price' pdf='true'}{l s='Discount' pdf='true'}{l s='Qty' pdf='true'}{l s='Total' pdf='true'}
      {$order_detail.product_name} - {displayPrice currency=$order->id_currency price=$order_detail.unit_price_tax_excl} - - {if $tax_excluded_display} - {displayPrice currency=$order->id_currency price=$order_detail.unit_price_tax_excl} - {else} - {displayPrice currency=$order->id_currency price=$order_detail.unit_price_tax_incl} - {/if} - - {if (isset($order_detail.reduction_amount) && $order_detail.reduction_amount > 0)} - -{displayPrice currency=$order->id_currency price=$order_detail.reduction_amount} - {else if (isset($order_detail.reduction_percent) && $order_detail.reduction_percent > 0)} - -{$order_detail.reduction_percent}% - {else} - -- - {/if} - {$order_detail.product_quantity} - {if $tax_excluded_display} - {displayPrice currency=$order->id_currency price=$order_detail.total_price_tax_excl} - {else} - {displayPrice currency=$order->id_currency price=$order_detail.total_price_tax_incl} - {/if} -
      - {foreach $customization.datas as $customization_types} -
      - {foreach $customization_types as $customization_infos name=custo_foreach} - {$customization_infos.name}: {$customization_infos.value} - {if !$smarty.foreach.custo_foreach.last}
      - {else} -
       
      - {/if} - {/foreach} -
      - {/foreach} -
      ({$customization.quantity})
      - - - {if (($order->total_paid_tax_incl - $order->total_paid_tax_excl) > 0)} - - - - - - - - - - {else} - - - - - {/if} - - {if $order->total_discounts_tax_incl > 0} - - - - - {/if} - - {if $order->total_wrapping_tax_incl > 0} - - - - - {/if} - - {if $order->total_shipping_tax_incl > 0} - - - - - {/if} - - {if ($order->total_paid_tax_incl - $order->total_paid_tax_excl) > 0} - - - - - {/if} - - - - - -
      {l s='Product Total (Tax Excl.)' pdf='true'}{displayPrice currency=$order->id_currency price=$order->total_products}
      {l s='Product Total (Tax Incl.)' pdf='true'}{displayPrice currency=$order->id_currency price=$order->total_products_wt}
      {l s='Product Total' pdf='true'}{displayPrice currency=$order->id_currency price=$order->total_products}
      {l s='Total Vouchers' pdf='true'}-{displayPrice currency=$order->id_currency price=$order->total_discounts_tax_incl}
      {l s='Wrapping Cost' pdf='true'} - {if $tax_excluded_display} - {displayPrice currency=$order->id_currency price=$order->total_wrapping_tax_excl} - {else} - {displayPrice currency=$order->id_currency price=$order->total_wrapping_tax_incl} - {/if} -
      {l s='Shipping Cost' pdf='true'} - {if $tax_excluded_display} - {displayPrice currency=$order->id_currency price=$order->total_shipping_tax_excl} - {else} - {displayPrice currency=$order->id_currency price=$order->total_shipping_tax_incl} - {/if} -
      {l s='Total Tax' pdf='true'}{displayPrice currency=$order->id_currency price=($order->total_paid_tax_incl - $order->total_paid_tax_excl)}
      {l s='Total' pdf='true'}{displayPrice currency=$order->id_currency price=$order->total_paid_tax_incl}
      - -
      - - -
       
      - -{$tax_tab} - -
      - diff --git a/themes/prestashop/pdf/supply-order-footer.tpl b/themes/prestashop/pdf/supply-order-footer.tpl deleted file mode 100755 index 5712f163c..000000000 --- a/themes/prestashop/pdf/supply-order-footer.tpl +++ /dev/null @@ -1,53 +0,0 @@ -{* -* 2007-2011 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Open Software License (OSL 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/osl-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$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - - - - -
      - {$shop_address|escape:'htmlall':'UTF-8'}
      - - {if !empty($shop_phone) OR !empty($shop_fax)} - {l s='For more assistance, contact Support:' pdf='true'}
      - {if !empty($shop_phone)} - Tel: {$shop_phone|escape:'htmlall':'UTF-8'} - {/if} - - {if !empty($shop_fax)} - Fax: {$shop_fax|escape:'htmlall':'UTF-8'} - {/if} -
      - {/if} - - {if isset($shop_details)} - {$shop_details|escape:'htmlall':'UTF-8'}
      - {/if} - - {if isset($free_text)} - {$free_text|escape:'htmlall':'UTF-8'}
      - {/if} -
      - diff --git a/themes/prestashop/pdf/supply-order.tpl b/themes/prestashop/pdf/supply-order.tpl deleted file mode 100644 index c343bbaad..000000000 --- a/themes/prestashop/pdf/supply-order.tpl +++ /dev/null @@ -1,168 +0,0 @@ -{* -* 2007-2011 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Open Software License (OSL 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/osl-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$ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} -
      - - -
      - - - - - - - - {* if the address has two parts *} - {if !empty($address_warehouse->address2)} - - - - {/if} - - - -
      {$shop_name}
      {$address_warehouse->address1}
      {$address_warehouse->address2}
      {$address_warehouse->postcode} {$address_warehouse->city}
      -
      - - - -
      - - - - - - - - {* if the address has two parts *} - {if !empty($address_supplier->address2)} - - - - {/if} - - - -
      {$supply_order->supplier_name}
      {$address_supplier->address1}
      {$address_supplier->address2}
      {$address_supplier->postcode} {$address_supplier->city}
      -
      - - - - -
       
      - - {l s='Products ordered:' pdf='true'} - -
      - - - - - - - - - - - - - {* for each product ordered *} - {foreach $supply_order_details as $supply_order_detail} - - - - - - - - - - - - {/foreach} -
      {l s='Reference' pdf='true'}{l s='Designation' pdf='true'}{l s='Qty' pdf='true'}{l s='Unit Price TE' pdf='true'}{l s='Total TE (DE)' pdf='true'}{l s='Discount Rate' pdf='true'}{l s='Total TE (DI)' pdf='true'}{l s='Tax rate' pdf='true'}{l s='Total TI' pdf='true'}
      {$supply_order_detail->supplier_reference}{$supply_order_detail->name}{$supply_order_detail->quantity_expected}{$currency->prefix} {$supply_order_detail->unit_price_te} {$currency->suffix}{$currency->prefix} {$supply_order_detail->price_te} {$currency->suffix}{$supply_order_detail->discount_rate}{$currency->prefix} {$supply_order_detail->price_with_discount_te} {$currency->suffix}{$supply_order_detail->tax_rate}{$currency->prefix} {$supply_order_detail->price_ti} {$currency->suffix}
      -
      - - - - -
       
      - - {l s='Taxes:' pdf='true'} - -
      - - - - - - - {foreach $tax_order_summary as $entry} - - - - - - {/foreach} -
      {l s='Base TE' pdf='true'}{l s='Tax Rate' pdf='true'}{l s='Tax Value' pdf='true'}
      {$currency->prefix} {$entry['base_te']} {$currency->suffix}{$entry['tax_rate']}{$currency->prefix} {$entry['total_tax_value']} {$currency->suffix}
      -
      - - - - -
       
      - - {l s='Summary' pdf='true'} - -
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      {l s='Total TE (DE)'}{$currency->prefix} {$supply_order->total_te} {$currency->suffix}
      {l s='Order Discount'}{$currency->prefix} {$supply_order->discount_value_te} {$currency->suffix}
      {l s='Total TE (DI)'}{$currency->prefix} {$supply_order->total_with_discount_te} {$currency->suffix}
      {l s='Tax value'}{$currency->prefix} {$supply_order->total_tax} {$currency->suffix}
      {l s='Total TI'}{$currency->prefix} {$supply_order->total_ti} {$currency->suffix}
      {l s='TOTAL TO PAY'}{$currency->prefix} {$supply_order->total_ti} {$currency->suffix}
      -
      - -
      \ No newline at end of file diff --git a/themes/prestashop/preview.jpg b/themes/prestashop/preview.jpg deleted file mode 100644 index 22a3cf9f5..000000000 Binary files a/themes/prestashop/preview.jpg and /dev/null differ diff --git a/themes/prestashop/prices-drop.tpl b/themes/prestashop/prices-drop.tpl deleted file mode 100644 index 86ad113da..000000000 --- a/themes/prestashop/prices-drop.tpl +++ /dev/null @@ -1,38 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Price drop'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      {l s='Price drop'}

      - -{if $products} - {include file="$tpl_dir./product-sort.tpl"} - {include file="$tpl_dir./product-list.tpl" products=$products} - {include file="$tpl_dir./pagination.tpl"} -{else} -

      {l s='No price drop.'}

      -{/if} diff --git a/themes/prestashop/product-compare.tpl b/themes/prestashop/product-compare.tpl deleted file mode 100644 index bc1e9fb48..000000000 --- a/themes/prestashop/product-compare.tpl +++ /dev/null @@ -1,42 +0,0 @@ -{* -* 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: 7507 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{if $comparator_max_item} - - -
      -

      - - -

      -
      -{/if} - diff --git a/themes/prestashop/product-list.tpl b/themes/prestashop/product-list.tpl deleted file mode 100644 index 5944f7fee..000000000 --- a/themes/prestashop/product-list.tpl +++ /dev/null @@ -1,67 +0,0 @@ -{* -* 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: 7457 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{if isset($products)} - -
        - {foreach from=$products item=product name=products} -
      • - -
        - {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}{l s='On sale!'} - {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}{l s='Reduced price!'}{/if} - {if isset($product.online_only) && $product.online_only}{l s='Online only!'}{/if} - {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} -
        - {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}
        {/if} - {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}{/if} -
        - {/if} - {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} - {if ($product.allow_oosp || $product.quantity > 0)} - {if isset($static_token)} - {l s='Add to cart'} - {else} - {l s='Add to cart'} - {/if} - {else} - {l s='Add to cart'} - {/if} - {/if} - {l s='View'} - {if isset($comparator_max_item) && $comparator_max_item} -

        - {/if} -
        -
      • - {/foreach} -
      - -{/if} \ No newline at end of file diff --git a/themes/prestashop/product-sort.tpl b/themes/prestashop/product-sort.tpl deleted file mode 100644 index b63f59a2a..000000000 --- a/themes/prestashop/product-sort.tpl +++ /dev/null @@ -1,73 +0,0 @@ -{* -* 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: 7040 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{if isset($orderby) AND isset($orderway)} - -{if isset($smarty.get.id_category) && $smarty.get.id_category} - {assign var='request' value=$link->getPaginationLink('category', $category, false, true)} -{elseif isset($smarty.get.id_manufacturer) && $smarty.get.id_manufacturer} - {assign var='request' value=$link->getPaginationLink('manufacturer', $manufacturer, false, true)} -{elseif isset($smarty.get.id_supplier) && $smarty.get.id_supplier} - {assign var='request' value=$link->getPaginationLink('supplier', $supplier, false, true)} -{else} - {assign var='request' value=$link->getPaginationLink(false, false, false, true)} -{/if} - - - -
      -

      - - -

      -
      - -{/if} diff --git a/themes/prestashop/product.tpl b/themes/prestashop/product.tpl deleted file mode 100644 index 713c20add..000000000 --- a/themes/prestashop/product.tpl +++ /dev/null @@ -1,583 +0,0 @@ -{* -* 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: 7465 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{include file="$tpl_dir./errors.tpl"} -{if $errors|@count == 0} - - -{include file="$tpl_dir./breadcrumb.tpl"} -
      -

      {$product->name|escape:'htmlall':'UTF-8'}

      - - {if isset($adminActionDisplay) && $adminActionDisplay} -
      -

      {l s='This product is not visible to your customers.'} - - - -

      -
      -

      -

      -
      - {/if} - - {if isset($confirmation) && $confirmation} -

      - {$confirmation} -

      - {/if} - - -
      - -
      - {if $have_image} - {$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox')} - {else} - - {/if} -
      - - {if isset($images) && count($images) > 0} - -
      - {if isset($images) && count($images) > 3}{/if} -
      -
        - {if isset($images)} - {foreach from=$images item=image name=thumbnails} - {assign var=imageIds value="`$product->id`-`$image.id_image`"} -
      • - - {$image.legend|htmlspecialchars} - -
      • - {/foreach} - {/if} -
      -
      - {if isset($images) && count($images) > 3}{l s='Next'}{/if} -
      - {/if} - {if isset($images) && count($images) > 1}

      {/if} - - -
      - - -
      - {if $product->description_short OR $packItems|@count > 0} -
      - {if $product->description_short} -
      {$product->description_short}
      - {/if} - {if $product->description} -

      {l s='More details'}

      - {/if} - {if $packItems|@count > 0} -

      {l s='Pack content'}

      - {foreach from=$packItems item=packItem} -
      - {$packItem.pack_quantity} x {$packItem.name|escape:'htmlall':'UTF-8'} -

      {$packItem.description_short}

      -
      - {/foreach} - {/if} -
      - {/if} - - {if ($product->show_price AND !isset($restricted_country_mode)) OR isset($groups) OR $product->reference OR (isset($HOOK_PRODUCT_ACTIONS) && $HOOK_PRODUCT_ACTIONS)} - -
      quantity > 0}class="hidden"{/if} action="{$link->getPageLink('cart')}" method="post"> - - - - - - {if $product->show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} -

      - {if $product->on_sale} - {l s='On sale'} - {l s='On sale!'} - {/if} - {l s='Reduced price!'} -
      - - {if $priceDisplay >= 0 && $priceDisplay <= 2} - {convertPrice price=$productPrice} - {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} - {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} - {/if} - {/if} - - {if $priceDisplay == 2} -
      - {convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)} {l s='tax excl.'} - {/if} -
      -

      - -

      - - {if $priceDisplay >= 0 && $priceDisplay <= 2} - {convertPrice price=$productPriceWithoutRedution} - {if $tax_enabled && $display_tax_label == 1} - {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} - {/if} - {/if} - -

      -

      {l s='(price reduced by'} {$product->specificPrice.reduction*100} %{l s=')'}

      - {if $packItems|@count} -

      {l s='instead of'} {convertPrice price=$product->getNoPackPrice()}

      -
      - {/if} - {if $product->ecotax != 0} -

      {l s='include'} {if $priceDisplay == 2}{$ecotax_tax_exc|convertAndFormatPrice}{else}{$ecotax_tax_inc|convertAndFormatPrice}{/if} {l s='for green tax'} - -
      - {l s='(not impacted by the discount)'} -

      - {/if} - {if !empty($product->unity) && $product->unit_price_ratio > 0.000000} - {math equation="pprice / punit_price" pprice=$productPrice punit_price=$product->unit_price_ratio assign=unit_price} -

      {convertPrice price=$unit_price} {l s='per'} {$product->unity|escape:'htmlall':'UTF-8'}

      - {/if} - {*close if for show price*} - {/if} - {if isset($groups)} - -
      - {foreach from=$groups key=id_attribute_group item=group} - {if $group.attributes|@count} -
      - - {assign var="groupName" value="group_$id_attribute_group"} -
      - {if ($group.group_type == 'select')} - - {elseif ($group.group_type == 'color')} - - - {elseif ($group.group_type == 'radio')} - {foreach from=$group.attributes key=id_attribute item=group_attribute} - - {$group_attribute|escape:'htmlall':'UTF-8'}
      - {/foreach} - {/if} -
      -
      - {/if} - {/foreach} -
      - {/if} -

      reference}style="display: none"{/if}> - - {$product->reference|escape:'htmlall':'UTF-8'} -

      - -

      quantity <= 0) OR $virtual OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none"{/if}> - - minimal_quantity > 1}onkeyup="checkMinimalQuantity({$product->minimal_quantity});"{/if} /> -

      - -

      minimal_quantity <= 1 OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none"{/if}> - {l s='You must add'} {$product->minimal_quantity} {l s='as a minimum quantity to buy this product.'} -

      - {if $product->minimal_quantity > 1} - - {/if} - -

      quantity <= 0 && !$product->available_later && $allow_oosp) OR ($product->quantity > 0 && !$product->available_now) OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none"{/if}> - {l s='Availability:'} - quantity <= 0} class="warning_inline"{/if}> - {if $product->quantity <= 0}{if $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{else}{$product->available_now}{/if} - - - {if ($product->available_date && $product->available_date != 0) && ($product->available_date >= $smarty.now|date_format:"%Y-%m-%d") && $product->quantity <= 0}
      {l s='Product available on:'}{$product->available_date} - {else} -
      - {/if} -

      - - - {if ($display_qties == 1 && !$PS_CATALOG_MODE && $product->available_for_order)} -

      quantity <= 0} style="display: none"{/if}> - {$product->quantity|intval} - quantity > 1} style="display: none"{/if} id="quantityAvailableTxt">{l s='item in stock'} - quantity == 1} style="display: none"{/if} id="quantityAvailableTxtMultiple">{l s='items in stock'} -

      - {/if} - - {if !$allow_oosp} -

      quantity > 0} style="display: none"{/if}> - {$HOOK_PRODUCT_OOS} -

      - {/if} - -

      quantity > $last_qties OR $product->quantity <= 0) OR $allow_oosp OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none"{/if} >{l s='Warning: Last items in stock!'}

      - - {if $product->online_only} -

      {l s='Online only'}

      - {/if} - - quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE} style="display: none"{/if} id="add_to_cart" class="buttons_bottom_block">

      - {if isset($HOOK_PRODUCT_ACTIONS) && $HOOK_PRODUCT_ACTIONS}{$HOOK_PRODUCT_ACTIONS}{/if} -
      - - {/if} - {if isset($HOOK_EXTRA_RIGHT) && $HOOK_EXTRA_RIGHT}{$HOOK_EXTRA_RIGHT}{/if} -
      -
      - -{if isset($quantity_discounts) && $quantity_discounts} - - -
      - - - {foreach from=$quantity_discounts item='quantity_discount' name='quantity_discounts'} - - {/foreach} - - - {foreach from=$quantity_discounts item='quantity_discount' name='quantity_discounts'} - - {/foreach} - -
      {$quantity_discount.quantity|intval} - {if $quantity_discount.quantity|intval > 1} - {l s='quantities'} - {else} - {l s='quantity'} - {/if} - {if $quantity_discount.attributes}{$quantity_discount.attributes}{/if} -
      - {if $quantity_discount.price != 0 OR $quantity_discount.reduction_type == 'amount'} - -{convertPrice price=$quantity_discount.real_value|floatval} - {else} - -{$quantity_discount.real_value|floatval}% - {/if} -
      -
      -{/if} -{if isset($HOOK_PRODUCT_FOOTER) && $HOOK_PRODUCT_FOOTER}{$HOOK_PRODUCT_FOOTER}{/if} - - -{if (isset($product) && $product->description) || (isset($features) && $features) || (isset($accessories) && $accessories) || (isset($HOOK_PRODUCT_TAB) && $HOOK_PRODUCT_TAB) || (isset($attachments) && $attachments)} -
      - {if $product->description && !$features && !$accessories && !$attachments && !$HOOK_PRODUCT_TAB} -

      {l s='More info'}

      - {elseif $features && !$product->description && !$accessories && !$attachments && !$HOOK_PRODUCT_TAB} -

      {l s='Data sheet'}

      - {elseif (isset($accessories) AND $accessories) && !$product->description && !$features && !$attachments && !$HOOK_PRODUCT_TAB} -

      {l s='Accessories'}

      - {elseif $attachments && !$product->description && !$features && !$accessories && !$HOOK_PRODUCT_TAB} -

      {l s='Download'}

      - {else} - - {/if} - -
      - {if isset($product) && $product->description} - -
      {$product->description}
      - {/if} - {if isset($features) && $features} - -
        - {foreach from=$features item=feature} -
      • {$feature.name|escape:'htmlall':'UTF-8'} {$feature.value|escape:'htmlall':'UTF-8'}
      • - {/foreach} -
      - {/if} - {if isset($attachments) && $attachments} - - {/if} - {if isset($accessories) AND $accessories} - -
        -
        -
        -
          - {foreach from=$accessories item=accessory name=accessories_list} - {assign var='accessoryLink' value=$link->getProductLink($accessory.id_product, $accessory.link_rewrite, $accessory.category)} -
        • -
          {$accessory.name|truncate:22:'...':true|escape:'htmlall':'UTF-8'}
          - -

          - {if $accessory.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}{if $priceDisplay != 1}{displayWtPrice p=$accessory.price}{else}{displayWtPrice p=$accessory.price_tax_exc}{/if}{/if} - {l s='View'} - {if ($accessory.allow_oosp || $accessory.quantity > 0) AND $accessory.available_for_order AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} - {l s='Add to cart'} - {else} - {l s='Add to cart'} - {if (isset($accessory.quantity_all_versions) && $accessory.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if} - {/if} -

          -
        • - - {/foreach} -
        -
        -
        -
      - {/if} - {if isset($HOOK_PRODUCT_TAB_CONTENT) && $HOOK_PRODUCT_TAB_CONTENT}{$HOOK_PRODUCT_TAB_CONTENT}{/if} -
      -
      -{/if} - - -{if isset($product) && $product->customizable} - -
      -
      -

      - Informations - {l s='After saving your customized product, remember to add it to your cart.'} - {if $product->uploadable_files}
      {l s='Allowed file formats are: GIF, JPG, PNG'}{/if} -

      - {if $product->uploadable_files|intval} -

      {l s='Pictures'}

      -
        - {counter start=0 assign='customizationField'} - {foreach from=$customizationFields item='field' name='customizationFields'} - {if $field.type == 0} -
      • {assign var='key' value='pictures_'|cat:$product->id|cat:'_'|cat:$field.id_customization_field} - {if isset($pictures.$key)}
        - - - {l s='Delete'} - -
        {/if} -
        {if $field.required}*{/if} -
        {if !empty($field.name)}{$field.name}{else}{l s='Please select an image file from your hard drive'}{/if}
        -
      • - {counter} - {/if} - {/foreach} -
      - {/if} -
      - {if $product->text_fields|intval} -

      {l s='Texts'}

      -
        - {counter start=0 assign='customizationField'} - {foreach from=$customizationFields item='field' name='customizationFields'} - {if $field.type == 1} -
      • {assign var='key' value='textFields_'|cat:$product->id|cat:'_'|cat:$field.id_customization_field} - {if !empty($field.name)}{$field.name}{/if}{if $field.required}*{/if} -
      • - {counter} - {/if} - {/foreach} -
      - {/if} -

      - - - - -

      -
      -

      * {l s='required fields'}

      -
      -{/if} - -{if isset($packItems) && $packItems|@count > 0} -
      -

      {l s='Pack content'}

      - {include file="$tpl_dir./product-list.tpl" products=$packItems} -
      -{/if} -{/if} diff --git a/themes/prestashop/products-comparison.tpl b/themes/prestashop/products-comparison.tpl deleted file mode 100644 index eed17bfe8..000000000 --- a/themes/prestashop/products-comparison.tpl +++ /dev/null @@ -1,142 +0,0 @@ -{* -* 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: 7465 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Product Comparison'}{/capture} - -{include file="$tpl_dir./breadcrumb.tpl"} -

      {l s='Product Comparison'}

      - -{if $hasProduct} -
      - - - {assign var='taxes_behavior' value=false} - {if $use_taxes && (!$priceDisplay || $priceDisplay == 2)} - {assign var='taxes_behavior' value=true} - {/if} - {foreach from=$products item=product name=for_products} - {assign var='replace_id' value=$product->id|cat:'|'} - - - {/foreach} - - - - - {section loop=$products|count step=1 start=0 name=td} - - {/section} - - - {if $ordered_features} - {foreach from=$ordered_features item=feature} - - {cycle values='comparison_feature_odd,comparison_feature_even' assign='classname'} - - - {foreach from=$products item=product name=for_products} - {assign var='product_id' value=$product->id} - {assign var='feature_id' value=$feature.id_feature} - {if isset($product_features[$product_id])} - {assign var='tab' value=$product_features[$product_id]} - - {else} - - {/if} - {/foreach} - - {/foreach} - {else} - - - - - {/if} - - {$HOOK_EXTRA_PRODUCT_COMPARISON} -
      -
      {$product->name|truncate:27:'...'|escape:'htmlall':'UTF-8'}
      - -
      - - {$product->name|escape:html:'UTF-8'} - - {if isset($product->show_price) && $product->show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE} -

      {convertPrice price=$product->getPrice($taxes_behavior)}

      -
      - {if $product->on_sale} - {l s='On sale!'} - {elseif $product->specificPrice AND $product->specificPrice.reduction} - {l s='Reduced price!'} - {/if} -
      - - {if !empty($product->unity) && $product->unit_price_ratio > 0.000000} - {math equation="pprice / punit_price" pprice=$product->getPrice($taxes_behavior) punit_price=$product->unit_price_ratio assign=unit_price} -

      {convertPrice price=$unit_price} {l s='per'} {$product->unity|escape:'htmlall':'UTF-8'}

      - {else} -   - {/if} - {/if} - -

      - {if !(($product->quantity <= 0 && !$product->available_later) OR ($product->quantity != 0 && !$product->available_now) OR !$product->available_for_order OR $PS_CATALOG_MODE)} - {l s='Availability:'} - quantity <= 0} class="warning-inline"{/if}> - {if $product->quantity <= 0} - {if $allow_oosp} - {$product->available_later|escape:'htmlall':'UTF-8'} - {else} - {l s='This product is no longer in stock'} - {/if} - {else} - {$product->available_now|escape:'htmlall':'UTF-8'} - {/if} - - {/if} -

      - {l s='Remove'} - {l s='View'} - {if (!$product->hasAttributes() OR (isset($add_prod_display) AND ($add_prod_display == 1))) AND $product->minimal_quantity == 1 AND $product->customizable != 2 AND !$PS_CATALOG_MODE} - {if ($product->quantity > 0 OR $product->allow_oosp)} - id}&token={$static_token}&add")}" title="{l s='Add to cart'}">{l s='Add to cart'} - {else} - {l s='Add to cart'} - {/if} - {else} -
      - {/if} -
      -
      - {l s='Features'} -
      - {$feature.name|escape:'htmlall':'UTF-8'} - {$tab[$feature_id]|escape:'htmlall':'UTF-8'}
      {l s='No features to compare'}
      -
      -{else} -

      {l s='There is no product in the comparator'}

      -{/if} - diff --git a/themes/prestashop/restricted-country.tpl b/themes/prestashop/restricted-country.tpl deleted file mode 100644 index 4146bb641..000000000 --- a/themes/prestashop/restricted-country.tpl +++ /dev/null @@ -1,51 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - - - - - {$meta_title|escape:'htmlall':'UTF-8'} - -{if isset($meta_description)} - -{/if} -{if isset($meta_keywords)} - -{/if} - - - - - -
      -

      logo

      -

      - {l s='You cannot access our store from your country. We apologize for the inconvenience.'} -

      -   -
      - - \ No newline at end of file diff --git a/themes/prestashop/scenes.tpl b/themes/prestashop/scenes.tpl deleted file mode 100644 index 8404f2772..000000000 --- a/themes/prestashop/scenes.tpl +++ /dev/null @@ -1,92 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{if scenes} - - - - - -
      -
      - {foreach from=$scenes key='scene_key' item='scene' name='scenes'} -
      - {foreach from=$scene->products key='product_key' item='product'} - {assign var=imageIds value="`$product.id_product`-`$product.id_image`"} - -   - - - {/foreach} -
      - {/foreach} -
      - {if isset($scenes.1)} -
      - - - -
      -
        - {foreach from=$scenes item='scene' name='scenes_list'} -
      • - - {$scene->name|escape:'htmlall':'UTF-8'} - -
      • - {/foreach} -
      -
      - - - -
      - {/if} -
      -{/if} diff --git a/themes/prestashop/search.tpl b/themes/prestashop/search.tpl deleted file mode 100644 index 215dd480d..000000000 --- a/themes/prestashop/search.tpl +++ /dev/null @@ -1,51 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Search'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      -{l s='Search'} {if $nbProducts > 0}"{if isset($search_query) && $search_query}{$search_query|escape:'htmlall':'UTF-8'}{elseif $search_tag}{$search_tag|escape:'htmlall':'UTF-8'}{elseif $ref}{$ref|escape:'htmlall':'UTF-8'}{/if}"{/if} -{if isset($instantSearch) && $instantSearch}{l s='Return to previous page'}{/if} -

      - -{include file="$tpl_dir./errors.tpl"} -{if !$nbProducts} -

      - {if isset($search_query) && $search_query} - {l s='No results found for your search'} "{if isset($search_query)}{$search_query|escape:'htmlall':'UTF-8'}{/if}" - {elseif isset($search_tag) && $search_tag} - {l s='No results found for your search'} "{$search_tag|escape:'htmlall':'UTF-8'}" - {else} - {l s='Please type a search keyword'} - {/if} -

      -{else} -

      {$nbProducts|intval} {if $nbProducts == 1}{l s='result has been found.'}{else}{l s='results have been found.'}{/if}

      - {if !isset($instantSearch) || (isset($instantSearch) && !$instantSearch)}{include file="$tpl_dir./product-sort.tpl"}{/if} - {include file="$tpl_dir./product-list.tpl" products=$search_products} - {if !isset($instantSearch) || (isset($instantSearch) && !$instantSearch)}{include file="$tpl_dir./pagination.tpl"}{/if} -{/if} diff --git a/themes/prestashop/shopping-cart-product-line.tpl b/themes/prestashop/shopping-cart-product-line.tpl deleted file mode 100644 index badd9f5e0..000000000 --- a/themes/prestashop/shopping-cart-product-line.tpl +++ /dev/null @@ -1,91 +0,0 @@ -{* -* 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: 7465 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - - - - {$product.name|escape:'htmlall':'UTF-8'} - - -
      {$product.name|escape:'htmlall':'UTF-8'}
      - {if isset($product.attributes) && $product.attributes}{$product.attributes|escape:'htmlall':'UTF-8'}{/if} - - {if $product.reference}{$product.reference|escape:'htmlall':'UTF-8'}{else}--{/if} - - {if $product.active AND ($product.allow_oosp OR ($product.quantity <= $product.stock_quantity)) AND $product.available_for_order AND !$PS_CATALOG_MODE} - {l s='Available'} - {else} - {l s='Out of stock'} - {/if} - - - - {if isset($product.is_discounted) && $product.is_discounted} - {convertPrice price=$product.price_without_specific_price}
      - {/if} - {if !$priceDisplay} - {convertPrice price=$product.price_wt} - {else} - {convertPrice price=$product.price} - {/if} -
      - - - {if isset($cannotModify) AND $cannotModify == 1} - {if $quantityDisplayed == 0 AND isset($customizedDatas.$productId.$productAttributeId)}{$customizedDatas.$productId.$productAttributeId|@count}{else}{$product.cart_quantity-$quantityDisplayed}{/if} - {else} - {if isset($customizedDatas.$productId.$productAttributeId) AND $quantityDisplayed == 0}{$product.customizationQuantityTotal}{/if} - {if !isset($customizedDatas.$productId.$productAttributeId) OR $quantityDisplayed > 0} -
      - {l s='Delete'} -
      -
      - {l s='Add'}
      - {if $product.minimal_quantity < ($product.cart_quantity-$quantityDisplayed) OR $product.minimal_quantity <= 1} - - {l s='Subtract'} - - {else} - - {l s='Subtract'} - - {/if} -
      - - - - {/if} - {/if} - - - - {if $quantityDisplayed == 0 AND isset($customizedDatas.$productId.$productAttributeId)} - {if !$priceDisplay}{displayPrice price=$product.total_customization_wt}{else}{displayPrice price=$product.total_customization}{/if} - {else} - {if !$priceDisplay}{displayPrice price=$product.total_wt}{else}{displayPrice price=$product.total}{/if} - {/if} - - - diff --git a/themes/prestashop/shopping-cart.tpl b/themes/prestashop/shopping-cart.tpl deleted file mode 100644 index 14bf49ceb..000000000 --- a/themes/prestashop/shopping-cart.tpl +++ /dev/null @@ -1,419 +0,0 @@ -{* -* 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: 7476 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Your shopping cart'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      {l s='Shopping cart summary'}

      - -{if isset($account_created)} -

      - {l s='Your account is now created.'} -

      -{/if} -{assign var='current_step' value='summary'} -{include file="$tpl_dir./order-steps.tpl"} -{include file="$tpl_dir./errors.tpl"} - -{if isset($empty)} -

      {l s='Your shopping cart is empty.'}

      -{elseif $PS_CATALOG_MODE} -

      {l s='This store has not accepted your new order.'}

      -{else} - - -{if isset($lastProductAdded) AND $lastProductAdded} -
      -
      -
      {l s='Last added product'}
      -
      - {$lastProductAdded.name|escape:'htmlall':'UTF-8'} -
      -
      {$lastProductAdded.name|escape:'htmlall':'UTF-8'}
      - {if isset($lastProductAdded.attributes) && $lastProductAdded.attributes}{$lastProductAdded.attributes|escape:'htmlall':'UTF-8'}{/if} -
      -
      -
      -{/if} -

      {l s='Your shopping cart contains'} {$productNumber} {if $productNumber == 1}{l s='product'}{else}{l s='products'}{/if}

      -
      - - - - - - - - - - - - - - {if $use_taxes} - {if $priceDisplay} - - - - - {else} - - - - - {/if} - {else} - - - - - {/if} - - - - - - - - - {if $use_taxes} - {if $priceDisplay} - - - - - {else} - - - - - {/if} - {else} - - - - - {/if} - - {if $use_taxes} - - - - - - - - - - - - - {else} - - - - - {/if} - {* - - - *} - - - {foreach from=$products item=product name=productLoop} - {assign var='productId' value=$product.id_product} - {assign var='productAttributeId' value=$product.id_product_attribute} - {assign var='quantityDisplayed' value=0} - {* Display the product line *} - {include file="$tpl_dir/shopping-cart-product-line.tpl" productLast=$smarty.foreach.productLoop.last productFirst=$smarty.foreach.productLoop.first} - {* Then the customized datas ones*} - {if isset($customizedDatas.$productId.$productAttributeId)} - {foreach from=$customizedDatas.$productId.$productAttributeId[$product.id_address_delivery] key=id_customization item=customization} - - - - - - {assign var='quantityDisplayed' value=$quantityDisplayed+$customization.quantity} - {/foreach} - {* If it exists also some uncustomized products *} - {if $product.quantity-$quantityDisplayed > 0}{include file="$tpl_dir./shopping-cart-product-line.tpl" productLast=$smarty.foreach.productLoop.last productFirst=$smarty.foreach.productLoop.first}{/if} - {/if} - {/foreach} - - {if sizeof($discounts)} - - {foreach from=$discounts item=discount name=discountLoop} - - - - - - - {/foreach} - - {/if} -
      {l s='Product'}{l s='Description'}{l s='Ref.'}{l s='Avail.'}{l s='Unit price'}{l s='Qty'}{l s='Total'}
      {l s='Total products'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}{displayPrice price=$total_products}
      {l s='Total products'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}{displayPrice price=$total_products_wt}
      {l s='Total products:'}{displayPrice price=$total_products}
      - {if $use_taxes} - {if $priceDisplay} - {l s='Total vouchers'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'} - {else} - {l s='Total vouchers'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'} - {/if} - {else} - {l s='Total vouchers:'} - {/if} - - {if $use_taxes} - {if $priceDisplay} - {displayPrice price=$total_discounts_tax_exc} - {else} - {displayPrice price=$total_discounts} - {/if} - {else} - {displayPrice price=$total_discounts_tax_exc} - {/if} -
      - {if $use_taxes} - {if $priceDisplay} - {l s='Total gift-wrapping'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'} - {else} - {l s='Total gift-wrapping'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'} - {/if} - {else} - {l s='Total gift-wrapping:'} - {/if} - - {if $use_taxes} - {if $priceDisplay} - {displayPrice price=$total_wrapping_tax_exc} - {else} - {displayPrice price=$total_wrapping} - {/if} - {else} - {displayPrice price=$total_wrapping_tax_exc} - {/if} -
      - {if $display_tax_label} - {l s='Total (tax excl.):'} - {else} - {l s='Subtotal:'} - {/if} - {displayPrice price=$total_price_without_tax}
      - {if $display_tax_label} - {l s='Total tax:'} - {else} - {l s='Estimated Sales Tax:'} - {/if} - {displayPrice price=$total_tax}
      - {if $display_tax_label} - {l s='Total (tax incl.):'} - {else} - {l s='Total:'} - {/if} - {displayPrice price=$total_price}
      {l s='Total:'}{displayPrice price=$total_price_without_tax}
      - {foreach from=$customization.datas key=type item=custom_data} - - {if $type == $CUSTOMIZE_FILE} -
      -
        - {foreach from=$datas item=picture}
      • {/foreach} -
      -
      - {elseif $type == $CUSTOMIZE_TEXTFIELD} -
        - {foreach from=$custom_data item=textField name=typedText} -
      • - {if $textField.name} - {$textField.name} - {else} - {l s='Text #'}{$smarty.foreach.typedText.index+1} - {/if} - {l s=':'} {$textField.value} -
      • - {/foreach} - -
      - {/if} - - {/foreach} -
      - {if isset($cannotModify) AND $cannotModify == 1} - {if $quantityDisplayed == 0 AND isset($customizedDatas.$productId.$productAttributeId)}{$customizedDatas.$productId.$productAttributeId|@count}{else}{$product.cart_quantity-$quantityDisplayed}{/if} - {else} -
      - {l s='Delete'} -
      -
      - {l s='Add'}
      - {if $product.minimal_quantity < ($customization.quantity -$quantityDisplayed) OR $product.minimal_quantity <= 1} - - {l s='Subtract'} - - {else} - - {l s='Subtract'} - - {/if} -
      - - - {/if} -
      {$discount.name} - {if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if} - - - {l s='Delete'} - - 1 - - {if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if} -
      -
      - -{if $voucherAllowed} -
      - {if isset($errors_discount) && $errors_discount} -
        - {foreach from=$errors_discount key=k item=error} -
      • {$error|escape:'htmlall':'UTF-8'}
      • - {/foreach} -
      - {/if} - {if !$cart->isAllProductsInStock()} -

      - allow_seperated_package}checked="checked"{/if} /> - -

      - {/if} -
      -
      -

      {l s='Vouchers'}

      -

      - - -

      -

      - {if $displayVouchers} -

      {l s='Take advantage of our offers:'}

      -
      - {foreach from=$displayVouchers item=voucher} - {$voucher.name} - {$voucher.description}
      - {/foreach} -
      - {/if} -
      -
      -
      -{/if} -
      {$HOOK_SHOPPING_CART}
      - -{* Define the style if it doesn't exist in the PrestaShop version*} -{* Will be deleted for 1.5 version and more *} -{if !isset($addresses_style)} - {$addresses_style.company = 'address_company'} - {$addresses_style.vat_number = 'address_company'} - {$addresses_style.firstname = 'address_name'} - {$addresses_style.lastname = 'address_name'} - {$addresses_style.address1 = 'address_address1'} - {$addresses_style.address2 = 'address_address2'} - {$addresses_style.city = 'address_city'} - {$addresses_style.country = 'address_country'} - {$addresses_style.phone = 'address_phone'} - {$addresses_style.phone_mobile = 'address_phone_mobile'} - {$addresses_style.alias = 'address_title'} -{/if} - -{if ((!empty($delivery_option) AND !isset($virtualCart)) OR $delivery->id OR $invoice->id) AND !$opc} -
      - {if !isset($formattedAddresses)} - {if $delivery->id} -
        -
      • {l s='Delivery address'}
      • - {if $delivery->company}
      • {$delivery->company|escape:'htmlall':'UTF-8'}
      • {/if} -
      • {$delivery->firstname|escape:'htmlall':'UTF-8'} {$delivery->lastname|escape:'htmlall':'UTF-8'}
      • -
      • {$delivery->address1|escape:'htmlall':'UTF-8'}
      • - {if $delivery->address2}
      • {$delivery->address2|escape:'htmlall':'UTF-8'}
      • {/if} -
      • {$delivery->postcode|escape:'htmlall':'UTF-8'} {$delivery->city|escape:'htmlall':'UTF-8'}
      • -
      • {$delivery->country|escape:'htmlall':'UTF-8'} {if $delivery_state}({$delivery_state|escape:'htmlall':'UTF-8'}){/if}
      • -
      - {/if} - {if $invoice->id} -
        -
      • {l s='Invoice address'}
      • - {if $invoice->company}
      • {$invoice->company|escape:'htmlall':'UTF-8'}
      • {/if} -
      • {$invoice->firstname|escape:'htmlall':'UTF-8'} {$invoice->lastname|escape:'htmlall':'UTF-8'}
      • -
      • {$invoice->address1|escape:'htmlall':'UTF-8'}
      • - {if $invoice->address2}
      • {$invoice->address2|escape:'htmlall':'UTF-8'}
      • {/if} -
      • {$invoice->postcode|escape:'htmlall':'UTF-8'} {$invoice->city|escape:'htmlall':'UTF-8'}
      • -
      • {$invoice->country|escape:'htmlall':'UTF-8'} {if $invoice_state}({$invoice_state|escape:'htmlall':'UTF-8'}){/if}
      • -
      - {/if} - {else} - {foreach from=$formattedAddresses item=address name=myLoop} -
        -
      • {$address.object.alias}
      • - {foreach from=$address.ordered name=adr_loop item=pattern} - {assign var=addressKey value=" "|explode:$pattern} -
      • - {foreach from=$addressKey item=key name="word_loop"} - - {$address.formated[$key]|escape:'htmlall':'UTF-8'} - - {/foreach} -
      • - {/foreach} -
      - {/foreach} -

      - {/if} -

      -{/if} -

      - {if !$opc} - {l s='Next'} » - {if {Configuration::get('PS_ALLOW_MULTISHIPPING')}} - {l s='Multi-shipping'} » - {/if} - {/if} - « {l s='Continue shopping'} -

      -



      -
      -

      - {$HOOK_SHOPPING_CART_EXTRA} -

      -{/if} - diff --git a/themes/prestashop/sitemap.tpl b/themes/prestashop/sitemap.tpl deleted file mode 100644 index 41dbfd7fe..000000000 --- a/themes/prestashop/sitemap.tpl +++ /dev/null @@ -1,90 +0,0 @@ -{* -* 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: 7471 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Sitemap'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      {l s='Sitemap'}

      -
      -
      -

      {l s='Our offers'}

      - -
      -
      -

      {l s='Your Account'}

      - -
      -
      -
      -
      -
      -

      {l s='Categories'}

      - -
        - {if isset($categoriesTree.children)} - {foreach from=$categoriesTree.children item=child name=sitemapTree} - {if $smarty.foreach.sitemapTree.last} - {include file="$tpl_dir./category-tree-branch.tpl" node=$child last='true'} - {else} - {include file="$tpl_dir./category-tree-branch.tpl" node=$child} - {/if} - {/foreach} - {/if} -
      -
      -
      -

      {l s='Pages'}

      - -
        - {if isset($categoriescmsTree.children)} - {foreach from=$categoriescmsTree.children item=child name=sitemapCmsTree} - {if (isset($child.children) && $child.children|@count > 0) || $child.cms|@count > 0} - {include file="$tpl_dir./category-cms-tree-branch.tpl" node=$child} - {/if} - {/foreach} - {/if} - {foreach from=$categoriescmsTree.cms item=cms name=cmsTree} -
      • {$cms.meta_title|escape:'htmlall':'UTF-8'}
      • - {/foreach} -
      • {l s='Contact'}
      • - {if $display_store}
      • {l s='Our stores'}
      • {/if} -
      -
      -
      diff --git a/themes/prestashop/store_infos.tpl b/themes/prestashop/store_infos.tpl deleted file mode 100644 index aa20de585..000000000 --- a/themes/prestashop/store_infos.tpl +++ /dev/null @@ -1,45 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} -{* The following lines allow translations in back-office and has to stay commented - - {l s='Monday'} - {l s='Tuesday'} - {l s='Wednesday'} - {l s='Thursday'} - {l s='Friday'} - {l s='Saturday'} - {l s='Sunday'} -*} -
      -
      -{l s='Hours:'} - - {foreach from=$days_datas item=one_day} - - - - {/foreach} -
      {l s=$one_day.day}{$one_day.hours}
      diff --git a/themes/prestashop/stores.tpl b/themes/prestashop/stores.tpl deleted file mode 100644 index 2df967162..000000000 --- a/themes/prestashop/stores.tpl +++ /dev/null @@ -1,100 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Our stores'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - - - -

      {l s='Our stores'}

      - -{if $simplifiedStoresDiplay} - {if $stores|@count} -

      {l s='Here are the details of our stores, feel free to contact us:'}

      - {foreach from=$stores item=store} -
      - {if $store.has_picture}

      {/if} -

      - {$store.name|escape:'htmlall':'UTF-8'}
      - {$store.address1|escape:'htmlall':'UTF-8'}
      - {if $store.address2}{$store.address2|escape:'htmlall':'UTF-8'}{/if}
      - {$store.postcode} {$store.city|escape:'htmlall':'UTF-8'}{if $store.state}, {$store.state}{/if}
      - {$store.country|escape:'htmlall':'UTF-8'}
      - {if $store.phone}{l s='Phone:' js=0} {$store.phone}{/if} -

      -
      - {/foreach} - {/if} -{else} - - -

      {l s='Enter a location (eg.: a zip/postal code, an address, a city or a country) in order to find the nearest stores.'}

      -

      {l s='Your location:'}

      -

      - {l s='Radius:'} - {$distance_unit} - - -

      -
      -
      - - - - - - - -
      {l s='#'}{l s='Store'}{l s='Address'}{l s='Distance'}
      -{/if} diff --git a/themes/prestashop/supplier-list.tpl b/themes/prestashop/supplier-list.tpl deleted file mode 100644 index de7a4cced..000000000 --- a/themes/prestashop/supplier-list.tpl +++ /dev/null @@ -1,106 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Suppliers'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - -

      {l s='Suppliers'}

      - -{if isset($errors) AND $errors} - {include file="$tpl_dir./errors.tpl"} -{else} - -

      {strip} - - {if $nbSuppliers == 0}{l s='There are no suppliers.'} - {else} - {if $nbSuppliers == 1}{l s='There is'}{else}{l s='There are'}{/if}  - {$nbSuppliers}  - {if $nbSuppliers == 1}{l s='supplier.'}{else}{l s='suppliers.'}{/if} - {/if} - {/strip} -

      - -{if $nbSuppliers > 0} - - {include file="$tpl_dir./pagination.tpl"} -{/if} -{/if} diff --git a/themes/prestashop/supplier.tpl b/themes/prestashop/supplier.tpl deleted file mode 100644 index 05643afb9..000000000 --- a/themes/prestashop/supplier.tpl +++ /dev/null @@ -1,41 +0,0 @@ -{* -* 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: 6844 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{include file="$tpl_dir./breadcrumb.tpl"} - -{include file="$tpl_dir./errors.tpl"} - -{if !isset($errors) OR !sizeof($errors)} -

      {l s='List of products by supplier:'} {$supplier->name|escape:'htmlall':'UTF-8'}

      - - {if $products} - {include file="$tpl_dir./product-sort.tpl"} - {include file="$tpl_dir./product-list.tpl" products=$products} - {include file="$tpl_dir./pagination.tpl"} - {else} -

      {l s='No products for this supplier.'}

      - {/if} -{/if} \ No newline at end of file