Jump to content

dynamic categories


Recommended Posts

Hello guys!

Is it possible to change de behaviour of PTS VERTICAL MEGAMENU?
The thing he does is in backoffice i writte all categories and order it as i wish and they appear nice in frontend...but i want to ignore that, i want to make the categories in that vertical megamenu appear dynamic as categories in website...because my store depends on a third part that come throught webservice and are written directly in prestashop database.
Does it make any sense?


PrestaShop 1.6.1.7

URL  http://nnn.acidados.net/

Theme pf_golmart

 

 

 

Link to comment
Share on other sites

For start...can anyone help where i can find this {$ptsverticalmenu}?
This is the path

mytheme/modules/ptsverticalmenu/views/templates/hook/megamenu.tpl
 

the code

___________________________________________________

<div id="pts-verticalmenu" class="dropdown block">
  <div class="verticalmenu navbar navbar-default" role="navigation">
     <h4 class="title_block dropdown-toggle" data-target=".navbar-ex2-collapse" data-toggle="collapse"> 
     <span>{l s='Lojas' mod='ptsverticalmenu'}</span> <span class="icon icon-angle-down"></span></h4>
      <div id="store_verticalmenu" class="pts-verticalmenu navbar-collapse collapse navbar-ex2-collapse">
          {$ptsverticalmenu}
      </div>
  </div>
</div>
-----------------------------------------------------------

but where can i get the code for $ptsverticalmenu?????
Link to comment
Share on other sites

  • 3 weeks later...

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...