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
Views: 14,408
Totally Zenned
i now get: Unknown column 'pd.products_image' in 'field list'Then it looks like I was wrong :P
Totally Zenned
Try to select '*', it consumes more memory, but I think it's faster. So it might even be smarter to select * in some cases.
Totally Zenned
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']);
Totally Zenned
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".
New Zenner
yea got it working, only thin it is showing full size image, anyway to have it 1 size images?
New Zenner
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.
Totally Zenned
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.
Tell staff why this post should be reviewed.