Author Topic: Custom Menu  (Read 5238 times)

Offline helperbee

  • Jr. Member
  • **
  • Posts: 78
  • Karma: +2/-0
    • View Profile
Custom Menu
« on: July 22, 2015, 05:17:25 PM »
I'm trying to create a new menu like the Category menu, but link to content pages and the default pages.

I can get Menu items created, but they don't link to the related content page, plus they are of the default menu style, not Category menu "style".

Using AbanteCart 1.2.2 with FoxY template.


Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Custom Menu
« Reply #1 on: July 22, 2015, 05:26:24 PM »
brrr...
please clarify what you trying to do, new menu block or new menu items in menu that exists..
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline helperbee

  • Jr. Member
  • **
  • Posts: 78
  • Karma: +2/-0
    • View Profile
Re: Custom Menu
« Reply #2 on: July 22, 2015, 06:01:10 PM »
New Menu items in menu that exists. The new menu items (new categories) need to point to content pages that I created.

Offline helperbee

  • Jr. Member
  • **
  • Posts: 78
  • Karma: +2/-0
    • View Profile
Re: Custom Menu
« Reply #3 on: July 22, 2015, 06:36:22 PM »
I've been able to create a menu item called "Blog" and have it appear on the Category menu, but can't figure out how to link it to my external blog page. Secondly, another menu item is called Shop, and I want it to point to all products, but currently the page only says "There are no products to list in this category."

How do I use the Category menu as a link menu to internal and external pages?

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Custom Menu
« Reply #4 on: July 22, 2015, 06:55:33 PM »
1. check on storefront  what content_id of your page you have.
2. open new created menu item and fill field LINK by this content/content&content_id=*** where *** - your content_id
3. save and enjoy:)
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline helperbee

  • Jr. Member
  • **
  • Posts: 78
  • Karma: +2/-0
    • View Profile
Re: Custom Menu
« Reply #5 on: July 22, 2015, 07:44:27 PM »
If I'm using Categories, then this advice doesn't apply.

I'm hoping to make use of Categories to create menus that link to internal and external pages. I've seen others do this. How is it done? Thank you.

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Custom Menu
« Reply #6 on: July 24, 2015, 06:03:11 AM »
you can use any "rt" var value and other url vars from storefront URL .
for ex some category page on SF have rt catalog/category and parameter path=68
then you should to write for menu item link field:
Quote
catalog/category&path=68

this approach works with ANY links on your storefront, that have rt in url.

Note: if you have enabled SEO for category you should to write full url with "http" instead this but it need to be changed when you move your cart on another domain name.

“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod