Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Oct 2010
    Posts
    6
    Plugin Contributions
    0

    Default 2 questions. please help!

    Please see the attached image!
    Problem #1.
    I want to remove those top and bottom box images and the text "Categories" from the navigator. (but i don't mean i want to remove those sidebox images for other sideboxes. Only for navigator.)

    $content = "";

    $categories_tree = $_SESSION['category_tree']->retrieveCategoriesTreeArray();
    /* echo "<pre>";
    print_r($categories_tree);
    echo "</pre>";*/

    $is_first = true; $cat_first = " catFirst";
    foreach($categories_tree[0]['sub_cats'] as $sub_cat){
    if('no_sub' == $categories_tree[$sub_cat]['sub']){
    $content .= '<div class="parentCateLink'.$cat_first.'"><a href="?main_page=index&amp;cPath='.$categories_tree[$sub_cat]['path'][0] .'">' . $categories_tree[$sub_cat]['name'] . '</a></div>';
    }else{
    $content .= '<div class="parentCate'.$cat_first.'"><a href="?main_page=index&amp;cPath='.$sub_cat .'">' . $categories_tree[$sub_cat]['name'] . '</a></div>';
    $content .= $_SESSION['category_tree']->buildCategoryString('<ul class="{class}">{child}</ul>', '<li class="{class}"><a class="{class} category-top" href="{link}"><span>{name}</span></a>{child}</li>', $sub_cat, 2, 1, false, true);
    }
    if($is_first){$is_first = false; $cat_first = "";}
    }
    I guess this is the source for the navigator..what shall i change?


    Problem #2.
    I do not see quantity box in the cart, which means a customer can not update the quantity of the purchse in the cart page..but there's update button in the cart.


    Please help..I could remove images for the box in css file, but if i do that, other sideboxes lose their box image as well..
    Attached Images Attached Images  

 

 

Similar Threads

  1. Multiple Questions PLEASE HELP!
    By hamspots in forum General Questions
    Replies: 4
    Last Post: 24 Jan 2009, 11:37 AM
  2. Please help me, a few questions
    By a3t in forum General Questions
    Replies: 19
    Last Post: 25 May 2008, 10:03 AM
  3. Questions! Questions! Please Help Someone.
    By weezee in forum General Questions
    Replies: 9
    Last Post: 16 Feb 2008, 07:07 AM
  4. Please help!, a few questions
    By Record Hobby in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 30 May 2007, 02:42 AM
  5. Two Questions, please help...
    By sdamos in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 10 Dec 2006, 01:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg