Zen Cart Logo
Forums / All Other Contributions/Addons / printable price list

printable price list

Locked

Views: 14,408

Results 21 to 27 of 27
This thread is locked. New replies are disabled.
1 Nov 2006, 12:26 PM
#21
paulm avatar

paulm

Totally Zenned

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

printable price list

i now get: Unknown column 'pd.products_image' in 'field list'Then it looks like I was wrong :P

1 Nov 2006, 12:28 PM
#22
paulm avatar

paulm

Totally Zenned

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

Re: printable price list

Try to select '*', it consumes more memory, but I think it's faster. So it might even be smarter to select * in some cases.

1 Nov 2006, 12:37 PM
#23
paulm avatar

paulm

Totally Zenned

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

Re: printable price list

Hmm... not sure were this comes form:```
$listing->fields['products_image'], $listing->fields['products_id']


I have:

zen_image(DIR_WS_IMAGES . $cats[$cat_index][$prod_index]['products_image']);

1 Nov 2006, 12:40 PM
#24
paulm avatar

paulm

Totally Zenned

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

Re: printable price list

It works different form the Zen listings. Why it works this way is mostly because that is what suited me best at the time I created it to reproduce a static pricelist I wanted to "emulate".

1 Nov 2006, 1:21 PM
#25
connexhosting avatar

connexhosting

New Zenner

Join Date:
Jan 2006
Posts:
17
Plugin Contributions:
0

Re: printable price list

yea got it working, only thin it is showing full size image, anyway to have it 1 size images?

1 Nov 2006, 1:28 PM
#26
connexhosting avatar

connexhosting

New Zenner

Join Date:
Jan 2006
Posts:
17
Plugin Contributions:
0

Re: printable price list

Its ok done it :)

, IMAGE_PRODUCT_LISTING_WIDTH, IMAGE_PRODUCT_LISTING_HEIGHT was all that was needed.

Thanks for that help, now client will be happy.

1 Nov 2006, 2:18 PM
#27
paulm avatar

paulm

Totally Zenned

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

Re: printable price list

connexhosting:

Its ok done it :)

, IMAGE_PRODUCT_LISTING_WIDTH, IMAGE_PRODUCT_LISTING_HEIGHT was all that was needed.Don't forget the alt tag option comes before the size settings BTW.