Skip to content

Instantly share code, notes, and snippets.

@MagePsycho
Created September 23, 2013 10:06
Show Gist options
  • Save MagePsycho/6668608 to your computer and use it in GitHub Desktop.
Save MagePsycho/6668608 to your computer and use it in GitHub Desktop.
Translation is not working for Breadcrumbs injected via layout update file. Refer below XML code:
<checkout_cart_index>
<reference name="breadcrumbs">
<action method="addCrumb">
<crumbName>home</crumbName>
<crumbInfo>
<label>Home</label>
<title>Home</title>
<link>/</link>
</crumbInfo>
</action>
<action method="addCrumb">
<crumbName>cart</crumbName>
<crumbInfo>
<label>Cart</label>
<title>Cart</title>
</crumbInfo>
</action>
</reference>
</checkout_cart_index>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment