Jump to content

תפריט מאוזן


Egstudio

Recommended Posts

שלום,

מאחר ונתקלתי בכמה וכמה שאלות בפורום (לא רק הישראלי אלא בעוד שפות) לגבי תפריט מאוזן החלטתי לפרסם את הפתרון שלי
צריך להכניס את הקוד קצת מעל לשורה האחרונה בקובץ
Header.php

/* Get first level categories */
$blockCategTree = Category::getHomeCategories(_USER_ID_LANG_);

/* Set the current page */
if (isset($_GET['id_category']))
{
$cookie->last_visited_category = intval($_GET['id_category']);
$smarty->assign('currentCategoryId', intval($_GET['id_category']));
}

/* Assign the data */
$smarty->assign('blockCategTree', $blockCategTree);




Header.tpl

{foreach from=$blockCategTree item=child name=blockCategTree}
<a href="{$link->getCategoryLink($child.id_category, true)}">{$child.name|escape:htmlall:'UTF-8'}</a>
{/foreach}



אפשר להשתמש בפתרון הזה בכל תבנית

נקווה שאהבתם ושזה עזר
EG Studio - Prestashop E-Commerce

Link to comment
Share on other sites

  • 3 years 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...