Change Hyperlink For Breadcrumbs Menu

Hi all,

I would like to change hyperlink at Breadcrumbs menu (as file attachment). Is it possible ? And how can I change link for "Continue" button after I finished Contact Us form ?

Thanks.

change link.png

Breadcrumbs content is displayed here

design/themes/THEME/templates/common/breadcrumbs.tpl

You should change the link of the first element of the $breadcrumbs array

As for forms, you can change the following file

design/themes/THEME/templates/addons/form_builder/hooks/pages/page_content.override.tpl

{include file="buttons/button.tpl" but_text=__("continue") but_meta="ty-btn__secondary" but_href=$continue_url|fn_url but_role="action"}

Hi eComLabs,

I just want to change hyperlink for "HOME" . Is it possible ? I try to change this row :

{if $bc.link}
{$bc.title|strip_tags|escape:"html" nofilter}
But not work. Just want to delete "/store" (http://www.bmsydney.com.au/store/plasterboard/sheetrock-wall-board/sheetrock-standard-10mm-board/10mm-p-board-re-1200x2400-clone/)
Thank you in advance.

Home_Link.png