Add in top menu label linking to (all products with certain attribute set to X)

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeAdd in top menu label linking to (all products with certain attribute set to X)

This topic has been marked as not resolved.

I’m creating a wine shop and i need to put initialy all Manufacturer in the menu and i found a topic talking about it ….. and that should be ok

I’ve setted up every single wine with attributes like type(red,white,rose) country(italy,france)

i need to have a menu with

ALL WINE (category)
Red (pointing to filter)
White (pointing to filter)
Italy (pointing to filter)
Foreign Wines (pointing to filter)
Food (pointing to category)
Basket (pointing to category)
Specials (pointing to offer)
Lates (pointing to latest)
Best seller (pointing to best seller)

Is it to difficult ???
Since they should not have sub label it seems to be easy with some easy coding
If i would have also submenu ???
How about seo if i modify manually the menu???

Thank you …. i thin your support is the best of all i have ever woked with ;-)
If shoppica 2 will be released i will surelly rebuy it even if it should be released as free update for old customers

March 29, 2012 at 3:19 am #7601

Give a look here

opencart.tictachome.com/Wine

filter link on the left points to
opencart.tictachome.com/Wine?filter=ATTRIBU=Red=69=Wine

could it be correct like this?

a href=”opencart.tictachome.com/Wine?filter=ATTRIBU=Red=69=Wine”>RedWine</a

  • This reply was modified 4418 days ago by  12345678it. Reason: removed link to external pages
  • This reply was modified 4418 days ago by  12345678it.
  • This reply was modified 4418 days ago by  12345678it.
March 29, 2012 at 3:28 am #7602

Hi,

1) You can easily add a static (hard coded) menu of this type:

Wine types (top level menu)
- Filter 1 (link to the filtered page)
- Filter 2 (link to the filtered page)
- Filter 3 (link to the filtered page)
….

Unfortunately, putting the filters for every category, won’t be an easy job and will require a lot of changes:

Wine (top level category taken automatically)
- Filter 1 (link to the filtered page)
- Filter 2 (link to the filtered page)
- Filter 3 (link to the filtered page)

2) Yes, this is the correct way to link a page :)

<a href=”http://opencart.tictachome.com/Wine?filter=ATTRIBU=Red=69=Wine”>RedWine</a>

Hope we have helped.

Best,
ThemeBurn team

March 29, 2012 at 11:51 am #7625
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.