Results 1 to 10 of 741

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    Yes but your call has a double // in it <link href="includes/templates/Kim/pricelist//stylesheet.css" type="text/css" rel="stylesheet">

    Sawhorse

  2. #2
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by Sawhorse View Post
    Yes but your call has a double // in it <link href="includes/templates/Kim/pricelist//stylesheet.css" type="text/css" rel="stylesheet">

    Sawhorse
    How do I take out the //?

  3. #3
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    Just a guess.

    includes/templates/Kim/pricelist/html_header.php

    Sawhorse

  4. #4
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by Sawhorse View Post
    Just a guess.

    includes/templates/Kim/pricelist/html_header.php

    Sawhorse
    I am not very good at looking for and changing code. Here is my html_header.php. I did not see pricelist//stylesheet.

    require(DIR_WS_MODULES . 'meta_tags.php');

    ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET;
    ?>" >
    <title><?php echo META_TAG_TITLE;
    ?></title>
    <meta name="keywords" content="<?php echo META_TAG_KEYWORDS;
    ?>" >
    <meta name="description" content="<?php echo META_TAG_DESCRIPTION;
    ?>" >
    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG);
    ?>" >
    <?php
    $directory_array = $template->get_template_part($template->get_template_dir('.css', DIR_WS_TEMPLATE, $current_page_base, 'css'), '/^style/', '.css');

    while (list ($key, $value) = each($directory_array)) {
    echo '<link rel="stylesheet" type="text/css" href="' . $template->get_template_dir('.css', DIR_WS_TEMPLATE, $current_page_base, 'css') . '/' . $value . '" >' . "\n";
    }
    /* load pricelist printing stylesheet */
    if (!(stristr(PL_PRINTING_STYLESHEET, '-x'))) {
    // -x means the profile (admin) says to load a stylesheet named after the profile itself
    echo '<link rel="stylesheet" type="text/css" href="' . $template->get_template_dir('.css', DIR_WS_TEMPLATE, $current_page_base, 'css') . '/profile-' . PL_PRINTING_STYLESHEET . '.css' . '" >' . "\n";
    } else {
    echo '<link rel="stylesheet" type="text/css" href="' . $template->get_template_dir('.css', DIR_WS_TEMPLATE, $current_page_base, 'css') . '/profile-' . PL_PROFILE . '.css' . '" >' . "\n";
    }

    $directory_array = $template->get_template_part($template->get_template_dir('.js', DIR_WS_TEMPLATE, $current_page_base, 'jscript'), '/^jscript_/', '.js');

    while (list ($key, $value) = each($directory_array)) {
    echo '<script language="javascript" src="' . $template->get_template_dir('.js', DIR_WS_TEMPLATE, $current_page_base, 'jscript') . '/' . $value . '"></script>';
    }

    $directory_array = $template->get_template_part($page_directory, '/^jscript_/');

    while (list ($key, $value) = each($directory_array)) {
    require($page_directory . '/' . $value);
    }

    ?>
    <style type="text/css">
    <!--
    <?php
    // here doc
    if (PL_NOWRAP == 'true') {
    echo <<<END
    td.prdPL div, td.manPL div, td.modPL div, td.wgtPL div, td.ntsPL div
    {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    }
    END;
    }
    if(defined('PL_PAGE_HEIGHT') && (trim(PL_PAGE_HEIGHT) != '')){
    $pl_page_height = trim(PL_PAGE_HEIGHT);
    echo <<<PAGE_HEIGHT
    @media print{
    .pagePL, .pageOnePL{
    height: {$pl_page_height};
    }
    }
    PAGE_HEIGHT;
    }

    ?>

    -->
    </style>
    </head>

  5. #5
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    I did not see it. Maybe someone else knows the location. I do know that when you fix this you do get your priceslist.

    Click image for larger version. 

Name:	KJV Bibles.jpg 
Views:	336 
Size:	39.2 KB 
ID:	5950

    Sawhorse

    PS. you seem to have a great deal of items!!

  6. #6
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by Sawhorse View Post
    I did not see it. Maybe someone else knows the location. I do know that when you fix this you do get your priceslist.

    Click image for larger version. 

Name:	KJV Bibles.jpg 
Views:	336 
Size:	39.2 KB 
ID:	5950

    Sawhorse

    PS. you seem to have a great deal of items!!
    How did you get the pdf file? Yes, I have a little over 10,000 products. It can be difficult to keep track with price changes and product deletions without the price list.

    I used the developers tool kit and could not locate it either. Does anyone know where this would be located? I really need to get to this file.

    Thanks, Kim

  7. #7
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    It is not a pdf file of your Printable Price list, but a jpg of your first page.

    I used firebug and made the corrections and I took an image of the results.

    Sawhorse

 

 

Similar Threads

  1. Printable Price List by Paulm
    By helshop in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 25 Jan 2007, 12:27 PM
  2. printable price list
    By sparxs in forum All Other Contributions/Addons
    Replies: 26
    Last Post: 1 Nov 2006, 03:18 PM
  3. printable price list
    By Alik in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Sep 2006, 03:35 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