Forums

WP Shopping Cart (2 posts)

  1. lolasmum
    Member
    Posted 2 years ago #

    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!

  2. chaps71
    Member
    Posted 1 year ago #

    Hello
    Did you ever find a resolution for this issue? I'm having the same issue
    http://www.chapsandcaps.com

    If anyone could help I sure would appreciate it!
    Thanks !!!

Topic Closed

This topic has been closed to new replies.

About this Topic