Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 38
  1. #11
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: I could really use some help!!

    ok I will check it out thank you for that and will post results in a day or two once I try it out some.

  2. #12
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: I could really use some help!!

    Thank you for posting in the other thread gjh42 I could not find this one which is why I had to make another one. Anyway I have tested the new updated version and the implementing of it was simple took no more then 5 mins. I do however have one problem and this is more my problem then the add on you made which seems great and everyone should try.These listed below are the things it is supposed to do: well for me I see numbers 2 and 3 but no 1. How do I fix this as it is still staying in list mode for me?

    1)Product Listing - Layout Style
    Set the type of layout you want to use. By default, the current Zen Cart layout will be used.
    It is called "rows". If you want to use the grid layout, choose "columns".

    2)Product Listing - Columns Per Row
    Type in the number of columns you want to show on each row should the visitor select Grid view from the public website.
    This setting will be ignored in case the customer chooses List view from the public website.
    The default is 3 columns.

    3)Product Listing - Layout Style - Customer Control
    Set whether you want the customer to choose the layout. By default, this is disabled.

    Should I try uploading the whole sql the one that says if you do not have this mod or is there a way for me to fix this?

    Here is my site again for reference:mysterydrawer.com (be advised this is an adult product site)

    Thanks for your time and responses!!

  3. #13
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: I could really use some help!!

    Ok I now see option number 1 and have set it to columns however still nothing my site is still stuck in list mode. How do I fix this please I have tried everything I can think of!!

  4. #14
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: I could really use some help!!

    Did you upload the files to your custom template folders? You may need to make new folders for some of the files. You definitely have tpl_index_product_list.php, but I can't tell about the others.

  5. #15
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: I could really use some help!!

    I did upload them and I do have them all. I made sure of it!! For some reason I see all three changes and the drop down is there for the customer to change it. But when I do it stays in row mode and will not switch to columns.

  6. #16
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: I could really use some help!!

    I installed a new local test site yesterday, so I can now test this mod myself. I'll do that hopefully tonight and see if there are any issues with the code.

  7. #17
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: I could really use some help!!

    Ok would posting the code from those pages help at all to see if something is missing from my site to make this work.

  8. #18
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: I could really use some help!!

    Probably not, as long as they look like complete files they most likely are. If you turn off the customer switch from admin, does it disappear from the page? Do all the files have a recent date or my name in their head comments?

  9. #19
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: I could really use some help!!

    When I turn off the customer option it does disappear from the page. As for the dates and your names it looks like two of the three do have your name on them with a current date. This one however does not it seems unless I missed it somewhere:


    <?php
    /**
    * Page Template
    *
    * Loaded by main_page=index<br />
    * Displays product-listing when a particular category/subcategory is selected for browsing
    *
    * @package templateSystem
    * @copyright Copyright 2003-2010 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_index_product_list.php 15589 2010-02-27 15:03:49Z ajeh $
    */
    ?>
    <div class="centerColumn" id="indexProductList">

    <h1 id="productListHeading"><?php echo $breadcrumb->last(); ?></h1>

    <?php
    if (PRODUCT_LIST_CATEGORIES_IMAGE_STATUS == 'true') {
    // categories_image
    if ($categories_image = zen_get_categories_image($current_category_id)) {
    ?>
    <div id="categoryImgListing" class="categoryImg"><?php echo zen_image(DIR_WS_IMAGES . $categories_image, '', CATEGORY_ICON_IMAGE_WIDTH, CATEGORY_ICON_IMAGE_HEIGHT); ?></div>
    <?php
    }
    } // categories_image
    ?>

    <?php
    // categories_description
    if ($current_categories_description != '') {
    ?>
    <div id="indexProductListCatDescription" class="content"><?php echo $current_categories_description; ?></div>
    <?php } // categories_description ?>

    <?php
    $check_for_alpha = $listing_sql;
    $check_for_alpha = $db->Execute($check_for_alpha);

    if ($do_filter_list || ($check_for_alpha->RecordCount() > 0 && PRODUCT_LIST_ALPHA_SORTER == 'true')) {
    $form = zen_draw_form('filter', zen_href_link(FILENAME_DEFAULT), 'get') . '<label class="inputLabel">' .TEXT_SHOW . '</label>';
    ?>

    <?php
    echo $form;
    echo zen_draw_hidden_field('main_page', FILENAME_DEFAULT);
    echo zen_hide_session_id();
    ?>
    <?php
    // draw cPath if known
    if (!$getoption_set) {
    echo zen_draw_hidden_field('cPath', $cPath);
    } else {
    // draw manufacturers_id
    echo zen_draw_hidden_field($get_option_variable, $_GET[$get_option_variable]);
    }

    // draw music_genre_id
    if (isset($_GET['music_genre_id']) && $_GET['music_genre_id'] != '') echo zen_draw_hidden_field('music_genre_id', $_GET['music_genre_id']);

    // draw record_company_id
    if (isset($_GET['record_company_id']) && $_GET['record_company_id'] != '') echo zen_draw_hidden_field('record_company_id', $_GET['record_company_id']);

    // draw typefilter
    if (isset($_GET['typefilter']) && $_GET['typefilter'] != '') echo zen_draw_hidden_field('typefilter', $_GET['typefilter']);

    // draw manufacturers_id if not already done earlier
    if ($get_option_variable != 'manufacturers_id' && isset($_GET['manufacturers_id']) && $_GET['manufacturers_id'] > 0) {
    echo zen_draw_hidden_field('manufacturers_id', $_GET['manufacturers_id']);
    }

    // draw sort
    echo zen_draw_hidden_field('sort', $_GET['sort']);

    // draw filter_id (ie: category/mfg depending on $options)
    if ($do_filter_list) {
    echo zen_draw_pull_down_menu('filter_id', $options, (isset($_GET['filter_id']) ? $_GET['filter_id'] : ''), 'onchange="this.form.submit()"');
    }

    if (defined('PRODUCT_LISTING_LAYOUT_STYLE_CUSTOMER') and PRODUCT_LISTING_LAYOUT_STYLE_CUSTOMER == '1') {
    echo '<div id="viewControl">' . zen_draw_pull_down_menu('view', array(array('id'=>'rows','text'=>'List'),array('id'=>'columns','text'=>'Grid')), (isset($_GET['view']) ? $_GET['view'] : (defined('PRODUCT_LISTING_LAYOUT_STYLE')? PRODUCT_LISTING_LAYOUT_STYLE: 'rows')), 'onchange="this.form.submit()"') . '</div>';
    }
    // draw alpha sorter
    require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_PRODUCT_LISTING_ALPHA_SORTER));
    ?>
    </form>
    <?php
    }
    ?>
    <br class="clearBoth" />

    <?php
    /**
    * require the code for listing products
    */
    require($template->get_template_dir('tpl_modules_product_listing.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_product_listing.php');
    ?>


    <?php
    //// bof: categories error
    if ($error_categories==true) {
    // verify lost category and reset category
    $check_category = $db->Execute("select categories_id from " . TABLE_CATEGORIES . " where categories_id='" . $cPath . "'");
    if ($check_category->RecordCount() == 0) {
    $new_products_category_id = '0';
    $cPath= '';
    }
    ?>

    <?php
    $show_display_category = $db->Execute(SQL_SHOW_PRODUCT_INFO_MISSING);

    while (!$show_display_category->EOF) {
    ?>

    <?php
    if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MISSING_FEATURED_PRODUCTS') { ?>
    <?php
    /**
    * display the Featured Products Center Box
    */
    ?>
    <?php require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?>
    <?php } ?>

    <?php
    if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MISSING_SPECIALS_PRODUCTS') { ?>
    <?php
    /**
    * display the Special Products Center Box
    */
    ?>
    <?php require($template->get_template_dir('tpl_modules_specials_default.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_specials_default.php'); ?>
    <?php } ?>

    <?php
    if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MISSING_NEW_PRODUCTS') { ?>
    <?php
    /**
    * display the New Products Center Box
    */
    ?>
    <?php require($template->get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?>
    <?php } ?>

    <?php
    if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MISSING_UPCOMING') {
    include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_UPCOMING_PRODUCTS));
    }
    ?>
    <?php
    $show_display_category->MoveNext();
    } // !EOF
    ?>
    <?php } //// eof: categories error ?>

    <?php
    //// bof: categories
    $show_display_category = $db->Execute(SQL_SHOW_PRODUCT_INFO_LISTING_BELOW);
    if ($error_categories == false and $show_display_category->RecordCount() > 0) {
    ?>

    <?php
    $show_display_category = $db->Execute(SQL_SHOW_PRODUCT_INFO_LISTING_BELOW);
    while (!$show_display_category->EOF) {
    ?>

    <?php
    if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_LISTING_BELOW_FEATURED_PRODUCTS') { ?>
    <?php
    /**
    * display the Featured Products Center Box
    */
    ?>
    <?php require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?>
    <?php } ?>

    <?php
    if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_LISTING_BELOW_SPECIALS_PRODUCTS') { ?>
    <?php
    /**
    * display the Special Products Center Box
    */
    ?>
    <?php require($template->get_template_dir('tpl_modules_specials_default.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_specials_default.php'); ?>
    <?php } ?>

    <?php
    if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_LISTING_BELOW_NEW_PRODUCTS') { ?>
    <?php
    /**
    * display the New Products Center Box
    */
    ?>
    <?php require($template->get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?>
    <?php } ?>

    <?php
    if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_LISTING_BELOW_UPCOMING') {
    include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_UPCOMING_PRODUCTS));
    }
    ?>
    <?php
    $show_display_category->MoveNext();
    } // !EOF
    ?>

    <?php
    } //// eof: categories
    ?>

    </div>

  10. #20
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: I could really use some help!!

    I didn't add notes to that version of the file (I do have them in the most recent version), but my edit is there:
    PHP Code:
    if (defined('PRODUCT_LISTING_LAYOUT_STYLE_CUSTOMER') and PRODUCT_LISTING_LAYOUT_STYLE_CUSTOMER == '1') {
    echo 
    '<div id="viewControl">' zen_draw_pull_down_menu('view', array(array('id'=>'rows','text'=>'List'),array('id'=>'columns','text'=>'Grid')), (isset($_GET['view']) ? $_GET['view'] : (defined('PRODUCT_LISTING_LAYOUT_STYLE')? PRODUCT_LISTING_LAYOUT_STYLE'rows')), 'onchange="this.form.submit()"') . '</div>';


 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Really could use some help - upgrade from 1.3
    By crystal11 in forum Upgrading to 1.5.x
    Replies: 9
    Last Post: 6 Oct 2014, 10:32 AM
  2. Really could use some help V1.39F crashed
    By teamzr1 in forum Upgrading to 1.5.x
    Replies: 23
    Last Post: 12 Sep 2014, 07:08 AM
  3. Could use some help big time
    By swelter83 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 24 Mar 2008, 09:33 PM

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