• i’m looking to add some very simple text into the single product view.

    under the thumbnail of the product, my client would like it to say “click image to enlarge.” i have tried every possible way i could think of to add this text into the single_product.php file in the iShop theme – but nothing works! please note: i am not a coder…i know just slightly more than the basics.

    here’s what i think *should* work:

    <div class="single_product_display product_view_<?php echo wpsc_the_product_id(); ?>">
    				<div class="textcol">
    					<div class="imagecol">
    						<?php if(wpsc_the_product_thumbnail()) :?>
    								<a rel="<?php echo str_replace(" ", "_", wpsc_the_product_title()); ?>" class="thickbox preview_link" href="<?php echo wpsc_the_product_image(); ?>">
    									<img class="product_image" id="product_image_<?php echo wpsc_the_product_id(); ?>" alt="<?php echo wpsc_the_product_title(); ?>" title="<?php echo wpsc_the_product_title(); ?>" src="<?php echo wpsc_the_product_image($image_width, $image_height); ?>"/><p>Click image to enlarge.</p>
    								</a>

    any ideas? am i manipulating the wrong file? am i doing something illegal with the code?

    thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘WP Shopping Cart’ is closed to new replies.