Totally Zenned
- Join Date:
- Nov 2003
- Posts:
- 1,878
- Plugin Contributions:
- 5
Printable Price list :: support thread
Lissy73:
the pricelist don´t show the price by products with attributes!Attributes are not supported by the pricelist.
Views: 232,005
Totally Zenned
Lissy73:
the pricelist don´t show the price by products with attributes!Attributes are not supported by the pricelist.
Zen Follower
Yep, I read right over the "products with attributes" statement. :(
Sawhorse
New Zenner
Attributes are not supported by the pricelist.
but is possible to support this???
Zen Follower
In the past, the program author, has indicated that he would like to add this capability, but lacks the time to do so.
Sawhorse
New Zenner
Hi Sawhorse,
thanks for your answer! It has look like better, if the customer see the attribut by pricelist!
OK...Then it must also go so! First!!!!!:D
Zen Follower
thanks. the mod works great
New Zenner
Is there a way to remove specific sub categories? Like say I want sub category 1 to be included and sub category 2 not? All help would be appreciated!
New Zenner
Works great! Great mod, very useful!! :bigups:
Totally Zenned
I had price list working some time ago. I just tried to use it and can not get any products to list.
Located: http://www.burnerbooks.com//index.php?main=pricelist
Admin shows:
Printable Price-list
Default Profile 2
Show Profiles true
Price-list Profile-2
Enable true
Group name
Profile Name A4 Portrait
Stylesheet a4-portrait
Use master cats only false
Main Cats New Page true
Main Cats New Table true
No Wrap false
Max Columns 10
Max Rows 25
Printable page height 17cm
Price true
Tax Free false
Specials true
Specials expiry false
Model true
Manufacturer true
Weight false
Stock On Hand false
Notes (A) false
Notes (B) false
Show Inactive false
Sort By products_name
Asc Desc asc
All Categories default false
Category tree main cats only true
Boxes false
Debug false
Images false
Image height 80
Image width 100
Descriptions false
Truncate descriptions 0
Extra lines 5
Logo true
Headers false
Footers true
Show Add to cart button false
Only Add to cart true
Button target Cartpage
Enable
Any suggestions?
Thanks, Kim
Zen Follower
You may want to check your link. I do not think a // is correct after your site. (http://www.burnerbooks.com**//**index.php?main=pricelist
You may want to look under the following typical location. http://www.burnerbooks.com/index.php?main_page=pricelist
Sawhorse
Totally Zenned
Sawhorse:
You may want to check your link. I do not think a // is correct after your site. (http://www.burnerbooks.com**//**index.php?main=pricelist
You may want to look under the following typical location. http://www.burnerbooks.com/index.php?main_page=pricelist
Sawhorse
I thought the same thing. I tried it both ways and still shows no products or detail.
Zen Follower
Check your link
<link href="includes/templates/Kim/pricelist//stylesheet.css" type="text/css" rel="stylesheet">I believe it may be incorrect.
Sawhore
Totally Zenned
Sawhorse:
Check your link
<link href="includes/templates/Kim/pricelist//stylesheet.css" type="text/css" rel="stylesheet">I believe it may be incorrect.
Sawhore
Not sure I am following you. I have includes/templates/kim/pricelist/stylesheet.css file. What am I looking for? replace?
Thanks, Kim
Zen Follower
Yes but your call has a double // in it <link href="includes/templates/Kim/pricelist**//**stylesheet.css" type="text/css" rel="stylesheet">
Sawhorse
Totally Zenned
Sawhorse:
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 //?
Zen Follower
Just a guess.
includes/templates/Kim/pricelist/html_header.php
Sawhorse
Totally Zenned
Sawhorse:
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>Zen Follower
I did not see it. Maybe someone else knows the location. I do know that when you fix this you do get your priceslist.
Sawhorse
PS. you seem to have a great deal of items!!
Totally Zenned
Sawhorse:
I did not see it. Maybe someone else knows the location. I do know that when you fix this you do get your priceslist.
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
Zen Follower
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
Fields marked required must be completed.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.