Jump to content

extended dropdown breadcrumb


Recommended Posts

Hi guys,

first let me thank you all for the great work you are doing with this amazing platform.

I'm new to prestashop and I know close to zero about coding...

I'm developing a custom theme for my website in which I'm trying to have an extended dropdown breadcrumb like this one and I found this free JQuery script that looks promising.

This is the code I come up with so far but I'm stuck on how to call the categories tree and link it with the path.

><!-- Breadcrumb -->
[removed][removed]
[removed][removed]
<link rel="stylesheet" href="{$content_dir}css/xbreadcrumbs.css" />

</pre>
<ul>

{l s='Home'}
         {if $path}{$navigationPipe|escape:html:'UTF-8'}{if !$path|strpos:'span'}{$path}{else}{$path}{/if}{/if}

</ul>
<br>{literal}<br>[removed]<br>var $bread = jQuery.noConflict();<br>    $bread(document).ready(function(){<br>         $bread('#breadcrumbs').xBreadcrumbs();<br>    });<br>[removed]<br>{/literal}<br><!-- /Breadcrumb 




thanks a million guys.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...