From effd3d13a8bdcffa90ef1e713e4bf6d2700e2da9 Mon Sep 17 00:00:00 2001 From: Caleydon Media Date: Thu, 22 Nov 2012 15:36:46 +0100 Subject: [PATCH] Update modules/blockcart/blockcart.tpl SEO and accessibility improvement - added missing link title parameter - added rel="nofollow" into links going to shopping cart --- modules/blockcart/blockcart.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/blockcart/blockcart.tpl b/modules/blockcart/blockcart.tpl index 97248c8db..32574a6f1 100644 --- a/modules/blockcart/blockcart.tpl +++ b/modules/blockcart/blockcart.tpl @@ -44,7 +44,7 @@ var delete_txt = '{l s='Delete' mod='blockcart'}';

- {l s='Cart' mod='blockcart'} + {l s='Cart' mod='blockcart'} {if $ajax_allowed}     @@ -98,7 +98,7 @@ var delete_txt = '{l s='Delete' mod='blockcart'}';
    {foreach from=$customizedDatas.$productId.$productAttributeId[$product.id_address_delivery] key='id_customization' item='customization' name='customizations'}
  • - + {$customization.quantity}x{if isset($customization.datas.$CUSTOMIZE_TEXTFIELD.0)} {$customization.datas.$CUSTOMIZE_TEXTFIELD.0.value|escape:html:'UTF-8'|replace:"
    ":" "|truncate:28} {else} @@ -127,7 +127,7 @@ var delete_txt = '{l s='Delete' mod='blockcart'}'; -{if $priceDisplay == 1}{convertPrice price=$discount.value_tax_exc}{else}{convertPrice price=$discount.value_real}{/if} {if strlen($discount.code)} - {l s='Delete' mod='blockcart'} + {l s='Delete' mod='blockcart'} {/if} @@ -168,8 +168,8 @@ var delete_txt = '{l s='Delete' mod='blockcart'}'; {/if} {/if}

    - {if $order_process == 'order'}{l s='Cart' mod='blockcart'}{/if} - {l s='Check out' mod='blockcart'} + {if $order_process == 'order'}{l s='Cart' mod='blockcart'}{/if} + {l s='Check out' mod='blockcart'}