Zen Follower
- Join Date:
- Oct 2007
- Posts:
- 241
- Plugin Contributions:
- 0
A PHP question: appending $random_featured_product->fields['products_image']
First, I'd like to thank anyone who responds to my question, as I'm trying to find the answer, but still have not. The code snippet below is what I am concerned with:
. zen_image(DIR_WS_IMAGES . $random_featured_product->fields['products_image'],
Specifically, I'd like to append a suffix to the
$random_featured_product->fields['products_image']
part of the generated HTML, and so essentially I need to know how to have the $random_featured_product->fields['products_image'] with the same suffix on every one.
This is probably already in the ZC code somewhere else, as it would be the same as how the cart generates the appended _MED and _LRG image names.
Thanks....!