Re: Printable Price list :: support thread
Hi Seanscully,
Our line numbers don't match up, probably because of spaces.... But I changed this line:
Code:
.pagePL, #pageOnePL, .pageOnePL
{
height: 27.9cm;
/* overflow: hidden; */
}
Is that correct???
When print my pricelist via IE7 (print preview), the boxes still don't use the entire page (i.e. don't go all the way to the bottom of the page).
There is about 2 1/2 inches of page left below the bottom of the boxes...
Re: Printable Price list :: support thread
Code:
.pagePL, #pageOnePL, .pageOnePL
{
height: 27.9cm;
/* overflow: hidden; */
}
In general I can say that :
- If this value is to high for you paper size (+ printer settings), the pages will never fit the paper (even if there is not enough content on the page to fill the paper). In practice the printer will start a new page for you because it detects that the (invisible) output does not fit, and ususally this leads to printing an extra empty page after each normal page.
- If it's to low, a new page will always be started by the printer to soon, even before the page is full. So you will waist some paper.
The idea is that you set it to a value as high as possible, but that the printer just does not start printing the extra empty pages.
- If the above value is correct you can still have pages that don't fit the paper size (to small and waisting some paper, or to large and ...). To correct that you can do several things (like adjusting other css values like margins padding and font sizes for example), but usually you should just adjust "Max Rows" then (pricelist admin settings).
(when printing images and/or description you might also want to adjust the "Extra lines" pricelist admin value)
Re: Printable Price list :: support thread
I have three requests for a future version:
- the ability to show the quantity discount pricing breakdown
- the ability to show attribute pictures
- the ability to show a list of available attributes per product (especially when some attributes change the base price)
Other than that, it rox! :yes:
Cheers. T.
Re: Printable Price list :: support thread
Hum....
I don't what I missed or what I did wrong but my home page title is saying "Printable pricelist...".
PaulM have you got an idea ?
Thanks
Hubert
Re: Printable Price list :: support thread
Quote:
Originally Posted by
Tully
I have three requests for a future version:
- the ability to show the quantity discount pricing breakdown
- the ability to show attribute pictures
- the ability to show a list of available attributes per product (especially when some attributes change the base price)
I agree that it would be great if those features would be added the the pricelist, but I am afraid I am not able to do it, so hopefully someone else will...
Quote:
I don't what I missed or what I did wrong but my home page title is saying "Printable pricelist...".
Some older versions had the pricelist.php language file in the extra_definitions folder. It should be (re)moved one level up to the "english\" (or whatever other language) directory. When it's in extra_definitions\ it overwrites the NAVBAR_TITLE definition on every page of your shop.
Re: Printable Price list :: support thread
That was it !
Thanks
Hubert
Re: Printable Price list :: support thread
Quote:
Originally Posted by
wdrx02
Well I had pricelist working until I tried installing the admin tool for access rights. That didn't go well so removed admin tool.
Now I just found out my Pricelist tool doesn't work.
Problem:
I see the price list and the profiles in the admin -> config
But when I go to the link
index.php?main_page=pricelist
It just re-displays the whole admin's panel.
I removed the whole pricelist and reinstall it twice.
Still same thing.
Please advise!
Thanks
I encountered the same issue actually, and i could not see anyone who had replied to this issue. But i could find the somewhat *trivial* reason why this was happening: it is just that you forgot to copy the Pricelist folder and its content in the /includes/modules/pages section.
hope this helps a few newzenner like me ;)
Re: Printable Price list :: support thread
Hello,
Does the printable price list work with the wholesale pricing module? Will it display the wholesale pricing fields, too?
We have version 1.37 installed with a few additional modules applies.
thank you.
Re: Printable Price list :: support thread
Hi,
I've installed this great contribution, but I'm having some kind of problem with the group pricing restriction.
I want to show the price list only to a certain group (let's call them merchants). I inserted a group pricing group 'merchants' (0.00% discount) and added a registered customer to this group. When I enter 'merchants' in
Quote:
Group name
This list will be shown only when the customers groupname starts with the name you enter here (admin|customers|group pricing). Leave empty to show to all.
no one can access the price list, even the logged-in members of merchants can't.
And I don't want to leave it blank.
Any idea what I might have done wrong?
Regards
Martin
Re: Printable Price list :: support thread
@rmn: the wholesale pricing mod is not supported
@erzfeind: after adding the merchant to the group, did you logout and login the merchant? You might even need to close the browser (to start a new session, the group is added to the session only once if I remember correctly).