diff --git a/themes/default-bootstrap/js/advanced-payment-api.js b/themes/default-bootstrap/js/advanced-payment-api.js index 55c3426a8f52c..819d14f376023 100644 --- a/themes/default-bootstrap/js/advanced-payment-api.js +++ b/themes/default-bootstrap/js/advanced-payment-api.js @@ -79,18 +79,10 @@ var PaymentOptionHandler = function() { } this.selected_option = elem; this.selected_option.addClass('payment_selected'); - this.selected_option.children('a:first').css({ - 'border': '1px solid #55c65e', - 'border-radius': '4px' - }); this.selected_option.children('a:first').children('.payment_option_selected:first').fadeIn(); }; this.unselectOption = function() { - this.selected_option.children('a:first').css({ - 'border': '1px solid #d6d4d4', - 'border-radius': '4px' - }); this.selected_option.children('a:first').children('.payment_option_selected:first').fadeOut(); this.selected_option.removeClass('payment_selected'); }; diff --git a/themes/default-bootstrap/modules/blockcart/blockcart.tpl b/themes/default-bootstrap/modules/blockcart/blockcart.tpl index 9eded687004ba..618d63d94a33f 100644 --- a/themes/default-bootstrap/modules/blockcart/blockcart.tpl +++ b/themes/default-bootstrap/modules/blockcart/blockcart.tpl @@ -73,7 +73,7 @@ {if !isset($product.is_gift) || !$product.is_gift} {if $priceDisplay == $smarty.const.PS_TAX_EXC}{displayWtPrice p="`$product.total`"}{else}{displayWtPrice p="`$product.total_wt`"}{/if} -
+
{hook h="displayProductPriceBlock" product=$product type="price" from="blockcart"}
{else} diff --git a/themes/default-bootstrap/shopping-cart-advanced.tpl b/themes/default-bootstrap/shopping-cart-advanced.tpl index fc3139260af8d..f2455cc55fc4c 100644 --- a/themes/default-bootstrap/shopping-cart-advanced.tpl +++ b/themes/default-bootstrap/shopping-cart-advanced.tpl @@ -254,7 +254,7 @@ {l s='Total'} -
+
{hook h="displayCartTotalPriceLabel"}
diff --git a/themes/default-bootstrap/shopping-cart.tpl b/themes/default-bootstrap/shopping-cart.tpl index 02631c329702d..387b0619d199b 100644 --- a/themes/default-bootstrap/shopping-cart.tpl +++ b/themes/default-bootstrap/shopping-cart.tpl @@ -303,7 +303,7 @@ {l s='Total'} -
+
{hook h="displayCartTotalPriceLabel"}