From 52653b81c576ce4f874d7d41bca68cbe5631474d Mon Sep 17 00:00:00 2001 From: iesus Date: Thu, 26 Apr 2018 14:30:59 +0200 Subject: [PATCH] added missing block template --- .../checkout/elements/cart/country.phtml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 app/design/frontend/base/default/template/sveacheckout/checkout/elements/cart/country.phtml diff --git a/app/design/frontend/base/default/template/sveacheckout/checkout/elements/cart/country.phtml b/app/design/frontend/base/default/template/sveacheckout/checkout/elements/cart/country.phtml new file mode 100755 index 0000000..62c889e --- /dev/null +++ b/app/design/frontend/base/default/template/sveacheckout/checkout/elements/cart/country.phtml @@ -0,0 +1,17 @@ + + * @see Svea_Checkout_Block_Checkout_Cart + */ +?> +
+ getQuote()->getShippingAddress()->getCountryId(); + $countryId = ($selectedCountry) ? $selectedCountry : null; + echo Mage::getBlockSingleton('directory/data')->getCountryHtmlSelect($countryId) + ?> +