Zen Cart Logo
Forums / All Other Contributions/Addons / Printable Price list :: support thread

Printable Price list :: support thread

Views: 232,004

Results 161 to 180 of 739
11 Sep 2007, 15:48
#161
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Printable Price list :: support thread

Hi Seanscully,

Our line numbers don't match up, probably because of spaces.... But I changed this line:

 
.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...

11 Sep 2007, 17:52
#162
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

.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)

13 Sep 2007, 22:21
#163
tully avatar

tully

New Zenner

Join Date:
Dec 2006
Location:
Toronto, Ontario, CANADA
Posts:
21
Plugin Contributions:
0

Re: Printable Price list :: support thread

I have three requests for a future version:

  1. the ability to show the quantity discount pricing breakdown
  2. the ability to show attribute pictures
  3. 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.

14 Sep 2007, 00:37
#164
hubert avatar

hubert

Zen Follower

Join Date:
Mar 2005
Posts:
229
Plugin Contributions:
0

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

14 Sep 2007, 06:57
#165
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

Tully:

I have three requests for a future version:

  1. the ability to show the quantity discount pricing breakdown
  1. the ability to show attribute pictures
  1. 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...

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.

14 Sep 2007, 17:15
#166
hubert avatar

hubert

Zen Follower

Join Date:
Mar 2005
Posts:
229
Plugin Contributions:
0

Re: Printable Price list :: support thread

That was it !

Thanks

Hubert

23 Sep 2007, 21:32
#167
pukram avatar

pukram

New Zenner

Join Date:
Oct 2006
Posts:
12
Plugin Contributions:
0

Re: Printable Price list :: support thread

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 ;)

24 Sep 2007, 18:37
#168
rmn avatar

rmn

New Zenner

Join Date:
Aug 2005
Posts:
43
Plugin Contributions:
0

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.

25 Sep 2007, 10:56
#169
erzfeind avatar

erzfeind

New Zenner

Join Date:
Mar 2007
Posts:
14
Plugin Contributions:
0

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

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

25 Sep 2007, 12:24
#170
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

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).

25 Sep 2007, 13:56
#171
erzfeind avatar

erzfeind

New Zenner

Join Date:
Mar 2007
Posts:
14
Plugin Contributions:
0

Re: Printable Price list :: support thread

Hi,

thanks for your quick reply.
That didn't help, if there is a group name set in the price list config, no one can access the price list :dontgetit

Martin

25 Sep 2007, 14:11
#172
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

Do you know which version you got?

25 Sep 2007, 14:24
#173
erzfeind avatar

erzfeind

New Zenner

Join Date:
Mar 2007
Posts:
14
Plugin Contributions:
0

Re: Printable Price list :: support thread

1.4.1 with ZC 1.3.7

It seems that the function zen_group_is_valid always returns false as far as I understood the code (with printline debugging ;)

25 Sep 2007, 14:45
#174
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

It looks like I left something out or something :blush: I remember I was combining two pieces of group code I wrote at the time.

It works on my test install though, I will take a look and hopefully I will be able to find the missing part quickly .... It's probably a missing init_includes file.

25 Sep 2007, 14:56
#175
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

Can you upload the attached file and tell me if it helps?

Another option may be to uncomment:

  //if((isset($_SESSION['customer_id']))&&(!isset($_SESSION['group_name']))) zen_group_name_add_to_session();
```in function zen_group_is_valid()

But I think adding the file is better, to prevent possible upgrade problems (not that updates are expected soon, other than a fix for this issue).
25 Sep 2007, 16:11
#176
erzfeind avatar

erzfeind

New Zenner

Join Date:
Mar 2007
Posts:
14
Plugin Contributions:
0

Re: Printable Price list :: support thread

perfect, thanks a lot :)

27 Sep 2007, 09:00
#177
chrisnasah avatar

chrisnasah

New Zenner

Join Date:
Sep 2007
Posts:
31
Plugin Contributions:
0

Re: Printable Price list :: support thread

Hi,

Great module, i just installed it but it does not work for me. On thre page i have three options...a4 Potrait, a4 Landscape, Testing.

A4 landscape works,

but with a4 potrait and testing i get this error..

Fatal error: Call to undefined function: tm_box_head() in /hsphere/local/home/site/includes/templates/theme005/sideboxes/tpl_languages.php on line 27

Any ideas....

also i didnt get the last few posts can we use this with dual pricing...

Chris

27 Sep 2007, 09:32
#178
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

Fatal error: Call to undefined function: tm_box_head() in /hsphere/local/home/site/includes/templates/theme005/sideboxes/tpl_languages.php on line 27
It looks like your languages sidebox is corrupted or something. You can switch "Boxes" to false in the pricelist admin settings for these profiles. This will disable the languages and currency box.

can we use this with dual pricing...I think not, that probably would need some code edits.

27 Sep 2007, 10:05
#179
chrisnasah avatar

chrisnasah

New Zenner

Join Date:
Sep 2007
Posts:
31
Plugin Contributions:
0

Re: Printable Price list :: support thread

Thanks for quick reply. I got that sorted.. replaced with the latest file.

Few quick questions:

My third link says testing.. why? where can i change that.

Also once i click on testing i get this.. how do i correct it:

nc. £ ex. £ TABLE_HEADING_ADDTOCART_3
100 100

You can see its not picking up the nc and ex amount, i believe this is tax/vat. Also it says next to it table_heading_addtocart_3 why....

27 Sep 2007, 10:26
#180
chrisnasah avatar

chrisnasah

New Zenner

Join Date:
Sep 2007
Posts:
31
Plugin Contributions:
0

Re: Printable Price list :: support thread

Sorry i have managed to sort out the heading.. just not sure why its not picking up pricing with tax too and the writing after it..

i.e.

nc. £ ex. £ TABLE_HEADING_ADDTOCART_3
100 100

Thanks