Jump to content

squaredindex

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by squaredindex

  1. Thanks for the reply. I think that mega menu is great, but I'd really just like to gain the know how to do it myself, but I will check it out. Thanks again
  2. Thanks for the reply. I'm not worried about the structure of my HTML for now, I can change that later. I should have made my question more clear perhaps. Basically I want to know how to call the URL for each category so that I can replace my current static html urls with dynamic links that update when changes to the categories are made. I just can't find documentation on how to do that. So if I use <ul><li><a href="{$BRANCH.url}" title="{$BRANCH.name}" ><b>{$BRANCH.name}</b></a></li></ul> then it renders my first category, I want to know how to grab the other categories as well. As an example of what I want, I'd like my menu to be structured similar to these: - http://www.petscave.com/ - http://www.rush-it-uk.com/index.php . Sorry for my ignorance, let me know if that doesn't make sense, because I may well be phrasing my question badly.
  3. Apologies if this question is quite general, but I'm still new to Cube Cart. I'm trying implement a custom nav mega menu into my new store site, I've finished most of the CSS/JS stuff, but I'm not quite sure about what syntax I need to use now to link it all together with Cube Carts categories. I've put the menu up on this domain to test it - http://101share.co.uk/ - at the moment it's just HTML to give an idea of what it might look like and not hooked up to the CC categories. It would be amazing if anyone could help me out here, I'm a bit confused about how to integrate it correctly or if I'll just need to write something me self to do so. Thanks in advance
  4. I'm still new to CubeCart and am trying to create my first skin, but I've run into some trouble trying to edit the style of box-navigation.php . For some reason I am unable to make any changes I make to that template take effect. I am able to edit most other templates with ease, but on box-navigation.php it doesn't matter what css classes or ids I add or take away, it simply changes nothing. I can wrap {$CATEGORIES} in a div and give that a class in the main.php file and then see that take effect by inspecting it in the browser, so I'm sure I have the right element, I can also change the classes via Chromes inpector and they are the same claesses found in box-navigation.php, however when I change them in the template file its self it does nothing and the inspector shows the old classes as still applied. I'm very confused by this Any help would be very much appreciated. Thanks
×
×
  • Create New...