Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torunar/f0ffa246a3d1a82eb2e2 to your computer and use it in GitHub Desktop.
Save torunar/f0ffa246a3d1a82eb2e2 to your computer and use it in GitHub Desktop.
diff --git a/design/themes/responsive/templates/views/checkout/components/shipping_estimation.tpl b/design/themes/responsive/templates/views/checkout/components/shipping_estimation.tpl
index 28a2d78..1eff17b 100644
--- a/design/themes/responsive/templates/views/checkout/components/shipping_estimation.tpl
+++ b/design/themes/responsive/templates/views/checkout/components/shipping_estimation.tpl
@@ -97,9 +97,12 @@
{hook name="checkout:shipping_estimation"}
{foreach from=$product_groups key=group_key item=group name="s"}
- <p>
- <strong>{__("vendor")}:&nbsp;</strong>{$group.name|default:__("none")}
- </p>
+ {* Group name *}
+ {if !"ULTIMATE"|fn_allowed_for || $product_groups|count > 1}
+ <p>
+ <strong>{$group.name|default:__("none")}</strong>
+ </p>
+ {/if}
{if !"ULTIMATE"|fn_allowed_for || $product_groups|count > 1}
<ul>
{foreach from=$group.products item="product"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment