Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Mar 2007
    Location
    Chandler, Az
    Posts
    54
    Plugin Contributions
    0

    Default cant get past header

    I have a single colum layout no colums left or right.
    Ok so i've gotten past the header and footer... those are working fine.
    i have added an image for the header and thats fine...
    i cant for the life of me figure out how to move on past that. what do i do to edit the main section? adding buttons? linking those buttons to mens/womens sections... im really lost and i've been going at this for hours now.

  2. #2
    Join Date
    Oct 2004
    Location
    Wisconsin,USA/Bermuda
    Posts
    42
    Plugin Contributions
    0

    Default Re: cant get past header

    I will try to help as best I can. Have you already added categories? If not, try adding a couple of categories.

    Under Configuration --> Layout Settings --> Main Page - Opens with Category should be set at 0 by default. This setting should make your Top Level categories show on the Main Page, if you don't have anything else on the Main Page.

    If you want to add your own text and images to the Main Page, try Tools --> Define Pages Editor --> define_main_page.php

  3. #3
    Join Date
    Mar 2007
    Location
    Chandler, Az
    Posts
    54
    Plugin Contributions
    0

    Default Re: cant get past header

    the catagory is set to 0 but the main catagory i want displayed is 65. now i know i could just change the 0 to 65 but then when you hit "home" it will take you to 0 not 65.... back at square one.

  4. #4
    Join Date
    Oct 2004
    Location
    Wisconsin,USA/Bermuda
    Posts
    42
    Plugin Contributions
    0

    Default Re: cant get past header

    If you change the number to 65, then when you hit "Home" you will be taken back to category 65, not 0. Try it, and see if it does what you want it to.

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: cant get past header

    I'm not really clear on what your issue is and what you're trying to do. It sounds like you're at the point where you should be adding categories/products.

    What specifically do you want to do?

    Do you have a url we can look at?

  6. #6
    Join Date
    Mar 2007
    Location
    Chandler, Az
    Posts
    54
    Plugin Contributions
    0

    Default Re: cant get past header

    ok so ive tried both options using 65 instead of 0 and that didnt work.
    also tried using the "main page" editor and nothing happened there..
    am i missing something?

    http://www.ransomapparel.com/store

  7. #7
    Join Date
    Mar 2007
    Location
    Chandler, Az
    Posts
    54
    Plugin Contributions
    0

    Default Re: cant get past header

    and now this is poped up above the header...

    { return '0.00'; } } //// // Create a Coupon Code. length may be between 1 and 16 Characters // $salt needs some thought. function zen_create_coupon_code($salt="secret", $length = SECURITY_CODE_LENGTH) { global $db; $ccid = md5(uniqid("","salt")); $ccid .= md5(uniqid("","salt")); $ccid .= md5(uniqid("","salt")); $ccid .= md5(uniqid("","salt")); srand((double)microtime()*1000000); // seed the random number generator $random_start = @rand(0, (128-$length)); $good_result = 0; while ($good_result == 0) { $id1=substr($ccid, $random_start,$length); $query = "select coupon_code from " . TABLE_COUPONS . " where coupon_code = '" . $id1 . "'"; $rs = $db->Execute($query); if ($rs->RecordCount() == 0) $good_result = 1; } return $id1; } ?>

  8. #8
    Join Date
    Mar 2007
    Location
    Chandler, Az
    Posts
    54
    Plugin Contributions
    0

    Default Re: cant get past header

    ok something is really messed up....
    when i go to admin/tools/define pages editor, a blank page comes up...
    im not sure what i did but it dosent seem good.
    anyone help me?

  9. #9
    Join Date
    Mar 2007
    Location
    Chandler, Az
    Posts
    54
    Plugin Contributions
    0

    Default Re: cant get past header

    p.s. my add new product button also leads to a blank page now...

  10. #10
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: cant get past header

    well now your link ends up at a page not found and the url switches to pointing to the zc_install directory......Something is definetly screwed up. Something is not being found so it doesn't think its installled and tries to call the index.php in the zc_install directory, which appears to have been deleted like it should be after install.......
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Cantīt get past save database settings during install
    By HDTV in forum Installing on a Mac Server
    Replies: 0
    Last Post: 15 Aug 2009, 09:25 AM
  2. physcial path is incorrect - cant get past this..!!!
    By ROBENG in forum Installing on a Windows Server
    Replies: 1
    Last Post: 14 Jan 2009, 12:41 AM
  3. Cant get past a 'login/create account' loop
    By kevin_a in forum General Questions
    Replies: 7
    Last Post: 28 Apr 2007, 10:08 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