Results 1 to 8 of 8
  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  

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: 2 questions. please help!

    Post a link to your site

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

    Default Re: 2 questions. please help!


  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: 2 questions. please help!

    I want to remove those top and bottom box images and the text "Categories
    That is a 3rd party template by RubikIntegration you should look to their documentation or find a thread here in the contributed template forum
    I do not see quantity box in the cart,
    Check if this is template specific by switching to the classic template and looking for the quantity box

    If you did not like the template why are you using it??

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

    Default Re: 2 questions. please help!

    Quote Originally Posted by kobra View Post
    If you did not like the template why are you using it??
    Yeah im trying to change whole design from this template and reason for using this is this template has the layout i wanted..
    I just have no idea of using css so I can't perform a layout as i want..


    Thank you so much for the help!!

    And i just changed the template to classic to see if the classic has the box, but it doesn't

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: 2 questions. please help!

    Yeah im trying to change whole design from this template and reason for using this is this template has the layout i wanted..
    Apparently not, as you are trying to get rid of things that it has builtin, and why I asked

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

    Default Re: 2 questions. please help!

    oh i was just saying in design wise..right im removing few elements from this template and replacing colors and images..i might should have said its base structure is what i was looking for :)
    and still searching for qty box issue using different keywords i can think of for hours..:'(

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

    Default Re: 2 questions. please help!

    Solved!
    I did not turn off the "show quantity box" in product detail editing page from admin...

 

 

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