diff --git a/modules/bankwire/payment_execution.tpl b/modules/bankwire/payment_execution.tpl index 3f3a438b4..9a46cc020 100644 --- a/modules/bankwire/payment_execution.tpl +++ b/modules/bankwire/payment_execution.tpl @@ -73,8 +73,8 @@ {l s='Please confirm your order by clicking \'I confirm my order\'' mod='bankwire'}.

- {l s='Other payment methods' mod='bankwire'} + {l s='Other payment methods' mod='bankwire'}

{/if} diff --git a/modules/blockcart/blockcart.tpl b/modules/blockcart/blockcart.tpl index cbf0c9c6b..b924ec725 100644 --- a/modules/blockcart/blockcart.tpl +++ b/modules/blockcart/blockcart.tpl @@ -111,22 +111,22 @@ var removingLinkText = '{l s='remove this product from my cart' mod='blockcart' {/if}

- {l s='Shipping' mod='blockcart'} {$shipping_cost} + {l s='Shipping' mod='blockcart'}
{if $show_wrapping} {assign var='cart_flag' value='Cart::ONLY_WRAPPING'|constant} - {l s='Wrapping' mod='blockcart'} {if $priceDisplay == 1}{convertPrice price=$cart->getOrderTotal(false, $cart_flag)}{else}{convertPrice price=$cart->getOrderTotal(true, $cart_flag)}{/if} + {l s='Wrapping' mod='blockcart'}
{/if} {if $show_tax && isset($tax_cost)} - {l s='Tax' mod='blockcart'} {$tax_cost} + {l s='Tax' mod='blockcart'}
{/if} - {l s='Total' mod='blockcart'} {$total} + {l s='Total' mod='blockcart'}

{if $use_taxes && $display_tax_label == 1 && $show_tax} {if $priceDisplay == 0} diff --git a/modules/cheque/payment_execution.tpl b/modules/cheque/payment_execution.tpl index a95d9cc57..9d5f9acea 100644 --- a/modules/cheque/payment_execution.tpl +++ b/modules/cheque/payment_execution.tpl @@ -73,8 +73,8 @@ {l s='Please confirm your order by clicking \'I confirm my order\'' mod='cheque'}.

- {l s='Other payment methods' mod='cheque'} + {l s='Other payment methods' mod='cheque'}

{/if} diff --git a/modules/homefeatured/homefeatured.css b/modules/homefeatured/homefeatured.css index 99d90294c..4392b248d 100644 --- a/modules/homefeatured/homefeatured.css +++ b/modules/homefeatured/homefeatured.css @@ -29,6 +29,7 @@ text-transform: uppercase; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); + -o-transform:rotate(45deg); background-color: #990000 } diff --git a/themes/default/css/product_list.css b/themes/default/css/product_list.css index da67c7d1c..5e89c6f61 100644 --- a/themes/default/css/product_list.css +++ b/themes/default/css/product_list.css @@ -56,6 +56,7 @@ ul#product_list { text-transform: uppercase; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); + -o-transform:rotate(45deg); background-color: #990000 } #product_list li h3 {