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

Printable Price list :: support thread

Views: 232,005

Results 341 to 360 of 739
12 Feb 2009, 02:48
#341
nuwanda avatar

nuwanda

New Zenner

Join Date:
Apr 2008
Posts:
24
Plugin Contributions:
0

Printable Price list :: support thread

mauryg:

PaulM,
I know you said you didn't really have time to support this mod for all the requests you've had, but there is one which seems quite critical. The majority of products in my catalog are "priced by attribute" because they come in various sizes or forms.
Can you give me any direction as where to begin looking if I want to try to adapt this mod to show attributes and their prices and weights within a product listing?

BTW, I think you've done a great job on the current version

I need to revisit this question because it seems crucial.

ALL of my products are priced by attribute because every product is available in different sizes and therefore has different prices per size.

So am I correct in saying that this mod is only of use to people who DO NOT have any products priced by attribute (sizes, weights, colors, etc)?

I would have thought that a high percentage of stores priced products by attributes, yet I've hardly seen it mentioned on this thread. In fact a search of the thread only shows the quote above.

I try never to be critical of anyone who's put a lot of time into a mod, but it seems that this particular mod is either fully or partially useless to a fair percentage of regular Zen cart users.

If I'm missing something obvious, or if there's a fix for this, please let me know.

13 Feb 2009, 13:05
#342
fsicody avatar

fsicody

New Zenner

Join Date:
Apr 2008
Posts:
36
Plugin Contributions:
0

Re: Printable Price list :: support thread

I've figured out my issue with the description and gotten that all taken care of but I was wondering if there was a way to have an index page populate with the price list. It seems that many people are using this mod to create hard copy product catalogs which is what I am doing as well. The only problem is that with the way I structured everything, the catalog is over 200 pages and I don't have the time to look through the entire thing and write out an index page. I don't know if this has been thought of or if someone has done this so any help would be greatly appreciated. Thanks

great mod btw

18 Feb 2009, 02:22
#343
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

Re: Printable Price list :: support thread

Some thoughts on how to adjust the Printable Price list for US paper size 8 ½ x 11.

As Paulm stated in the 294 post

For US letter size you should actually decrease this value (from the default 25.5cm). I think approximately 9inch (or 23.5cm) should be the value (? 11inch minus 2x1 inch margin).

So in Price-List Profile-1 I made a change in the printable page height to 9inch

I do like larger images so I increased the Image size 50% from 80x100 to 120x150 by changing the Image height from 80 to 120 and the image weight from 100 to 150

Because I changed the image size I need to change profile-a4-portrait.css to accommodate the image change. Go to about line 39 and you will see:

WAS

/* cm or inch height for printing */
height: 2.2cm;
```    Change to: 

/* cm or inch height for printing */
height: 3.3cm;

  
  [SIZE=2]Was

/* two column settings */
.colsPL-2 table {
width: 7.5cm;

/* two column settings */
.colsPL-2 table {
width: 8.5cm;

  
  [SIZE=2]Was
  ```
font-size: 7pt !important; 
```
  
  
    Change to 

  ```
font-size: 8pt !important; 
```
  
  If you are changing one font size from 7 to 8 I felt you should change the other so just below this you will see at about line 171 the following
  
  WAS

font-size: 7pt;

font-size: 8pt;

[SIZE=2]

  I also want to be sure that most of my 300 letter text description was printed so I adjusted the Max rows and Extra lines.  It takes about (give or take) a max of about 14 lines to include the entire 120x150 image and my description.  So if you have about 5 images in a column on a page it would take about 70 rows (5 images x 14 rows =70 total rows) to print the images and descriptions per page.  So I changed the current setting of 5 Extra lines to 14 and the current setting of 48 Max Rows to 70.
  
  Sometimes the dotted border line below the description caused the last line of the description to not be easily read I removed that dotted line.  Go to approx line 23 and change the following:
  
  Was 

.imgDescrPL div{
border: 1px dotted black;


.imgDescrPL div{
border: 1px none;


  I was having problems with the footer overwriting either the top of the page or the bottom of the page depending on my settings.  To correct this issue go to about line 150.
  
  Was
    ```
position: absolute;
```  Change to

position: center;

  
  [SIZE=2]Was
    ```
.headPL {
  position: relative;
  height: 100px;
  }
```Change to 

.headPL {
position: relative;
height: 130px;
}

When you add a header to each page you have effectively reduced the amount of product information you can display.  So, if you add a header you must reduce the amount of space you indicate that is available for product.  You should go back to admin to change the amount of printed space available on the page.  I changed my now 70 max rows to 60 max rows to compensate for the space the header image occupied on the page.
  
  My current Printable Price List can be seen at <http://sawhorsejewelry.com/index.php?main_page=pricelist> 
  
  I hope this has been helpful and correct!!

  Sawhorse
02 Mar 2009, 03:48
#344
nanos203 avatar

nanos203

New Zenner

Join Date:
Jan 2008
Posts:
4
Plugin Contributions:
0

Re: Printable Price list :: support thread

First, let me say that this a great mod!

I do have a slight problem, however, that I am hoping someone can help me with.

Filtering the price list by category does not seem to work.

Here is my price list: http://www.threesirens.com/store/index.php?main_page=pricelist&profile=1

When I try and filter by category, the URL that is linked is: http://www.threesirens.com/store/index.php?main_page=FILENAME_PRICELIST&profile=1. This URL results in a "Page not found" error.

I'm sure it's something simple that I'm overlooking. Any help is greatly appreciated.

03 Mar 2009, 03:16
#345
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

Re: Printable Price list :: support thread

nanos203,

 I do not think I can help, other than to say that filtering the price list by category does work (see [http://sawhorsejewelry.com/index.php...page=pricelist](http://sawhorsejewelry.com/index.php?main_page=pricelist)).  Thus, it may be something that was added, removed or changed in your install of the mod.

See, not much help other than the fact that at least you know that in one instance  list by category works.

Sawhorse

11 Mar 2009, 03:36
#346
helpme avatar

helpme

Totally Zenned

Join Date:
Apr 2007
Posts:
632
Plugin Contributions:
0

Re: Printable Price list :: support thread

fsicody:

I've figured out my issue with the description and gotten that all taken care of but I was wondering if there was a way to have an index page populate with the price list. It seems that many people are using this mod to create hard copy product catalogs which is what I am doing as well. The only problem is that with the way I structured everything, the catalog is over 200 pages and I don't have the time to look through the entire thing and write out an index page. I don't know if this has been thought of or if someone has done this so any help would be greatly appreciated. Thanks

great mod btw

Anyone mind sharing how to do this??? I have changed everything in the admin and looked through the css and nothing affects the length of the description.

11 Mar 2009, 16:58
#347
paulm avatar

paulm

Totally Zenned

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

Re: Printable Price list :: support thread

nanos203:

When I try and filter by category, the URL that is linked is: http://www.threesirens.com/store/index.php?main_page=FILENAME_PRICELIST&profile=1FILENAME_PRICELIST indicates that FILENAME_PRICELIST is not defined. It should be defined in one of the pricelist files (I don't know which file exactly from the top of my head, but a search for FILENAME_PRICELIST in all files of the add on should show which file it is). The solution probably is to reupload the file or add the definition to it.

@SawHorse:
Great work on the Printable Price list for US paper size 8 ½ x 11 Sawhorse :thumbsup:

I only think "position: center;" is not valid. It's possible I am wrong though.

30 Mar 2009, 21:49
#348
janellez avatar

janellez

Zen Follower

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

Re: Printable Price list :: support thread

I just installed this and it works great - but it's totally useless to us without the ability to see product attribute pricing.

Has anyone figured out how to do this? Is there any plan to?

Thanks!

08 Apr 2009, 05:23
#349
goldmarkpromo avatar

goldmarkpromo

New Zenner

Join Date:
Feb 2009
Posts:
18
Plugin Contributions:
0

Re: Printable Price list :: support thread

Can anyone help me install this. I'm really new at this and don't want to mess anything up. If you could help that would be great. My email address is [email protected] If you want to see my site it's https://www.microbelift.net
Please let me know if you can help.
~Howard

12 Apr 2009, 04:09
#350
rocketfoot avatar

rocketfoot

New Zenner

Join Date:
Mar 2009
Posts:
64
Plugin Contributions:
0

Re: Printable Price list :: support thread

Great addon! This really made me happy!

I have a question about the other profiles...how can I access them? I have the url's, but it says I am not allowed to view this page! I can see profile 1 just fine, but 2 and 3 both give me the 'not allowed' message. I'd like to set up a different set of options for internal use...but I want to keep profile 1 available for customers to print as a catalog.

12 Apr 2009, 05:10
#351
rocketfoot avatar

rocketfoot

New Zenner

Join Date:
Mar 2009
Posts:
64
Plugin Contributions:
0

Re: Printable Price list :: support thread

Also, (sorry for the double post, but I can't edit the last post) my screen layout looks great, but the print preview looks bad! I can't get it set right to print nice, any suggestions?

http://www.bigmacktrucks.com/store/index.php?main_page=pricelist

12 Apr 2009, 21:57
#352
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

Re: Printable Price list :: support thread

RocketFoot:

Also, (sorry for the double post, but I can't edit the last post) my screen layout looks great, but the print preview looks bad! I can't get it set right to print nice, any suggestions?

http://www.bigmacktrucks.com/store/index.php?main_page=pricelist

You may want to look at my post on http://www.zen-cart.com/forum/showthread.php?t=49126&page=35 for formatting information

Sawhorse

13 Apr 2009, 12:24
#353
rocketfoot avatar

rocketfoot

New Zenner

Join Date:
Mar 2009
Posts:
64
Plugin Contributions:
0

Re: Printable Price list :: support thread

Sawhorse:

You may want to look at my post on http://www.zen-cart.com/forum/showthread.php?t=49126&page=35 for formatting information

Sawhorse

I like the pic and text size, but I am having a horrible time getting the print preview to look good. If I get it to look ok in Firefox...then IE8 looks like crap! I'm going to try the footer edit and then try some more admin setting changes. I noticed you have your page and rows are set to 9.0 & 60? Mine is at 7.5 & 40 right now...maybe that will help me? LOL

13 Apr 2009, 15:27
#354
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

Re: Printable Price list :: support thread

Just took a look at your price list in FF & IE and they both look good.

Congratulations!!

Sawhorse

13 Apr 2009, 16:38
#355
rocketfoot avatar

rocketfoot

New Zenner

Join Date:
Mar 2009
Posts:
64
Plugin Contributions:
0

Re: Printable Price list :: support thread

Sawhorse:

Just took a look at your price list in FF & IE and they both look good.

Congratulations!!

Sawhorse
Thanks! I still have a problem around page 24 in IE print preview...the page breaks get all whacky and I don't know why. FF looks perfect! I still have a ton of items to add also, so maybe it will self heal as I finish adding stuff?

PS...why does the price column header say inc. ?? What is inc. LOL

22 Apr 2009, 22:50
#356
lissy73 avatar

lissy73

New Zenner

Join Date:
Jul 2007
Location:
Germany
Posts:
31
Plugin Contributions:
0

Re: Printable Price list :: support thread

Hi everyone,

i´ve a question:

the pricelist don´t show the price by products with attributes!

Can somebody help me what´s wrong???

Thanks for your help

greetings
Lissy

23 Apr 2009, 04:13
#357
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

Re: Printable Price list :: support thread

Using older version of ZC and I do not know if the current version of Printable Price list supports the older version of ZC

What is your Link?

Sawhorse

23 Apr 2009, 04:16
#358
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

Re: Printable Price list :: support thread

Are you using ZenCart Version 1.2.6 or 1.3.7 ?

Sawhorse

24 Apr 2009, 17:13
#359
lissy73 avatar

lissy73

New Zenner

Join Date:
Jul 2007
Location:
Germany
Posts:
31
Plugin Contributions:
0

Re: Printable Price list :: support thread

Hi Sawhorse,

i work with ZC 137 and ZC 138 and in both not available!

can you help me please?

thanks

Lissy

25 Apr 2009, 03:05
#360
sawhorse avatar

sawhorse

Zen Follower

Join Date:
Oct 2007
Location:
Kentucky - USA
Posts:
425
Plugin Contributions:
0

Re: Printable Price list :: support thread

Lissy73,
I may or may not be able to help but before I can try I need to look at your site and your link to your printable price list. Could you please prove both?

Sawhorse