Guest User

Untitled

a guest
Nov 23rd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.28 KB | None | 0 0
  1. <?php if(wpsc_the_product_thumbnail()) :?>
  2.       <a rel="<?php echo str_replace(array(" ", '"',"'", '"','&#039;'), array("_", "", "", "",''), wpsc_the_product_title()); ?>" class="thickbox preview_link" title="<div class="lbtitle"><?php echo wpsc_the_product_title(); ?></div><div class="lbdesc"><?php echo wpsc_the_product_description(); ?></div><div class="lb2nddesc"><?php echo wpsc_the_product_additional_description(); ?></div><div class="lbprice"><?php echo wpsc_the_product_price(get_option('wpsc_hide_decimals')); ?></div><div class="lbbuynow"><?php echo wpsc_buy_now_button(wpsc_the_product_id()); ?></div>" href="<?php echo wpsc_the_product_image(); ?>">
  3.       <div class="product_image_backcolour" style="background-image: url(<?php echo wpsc_the_product_thumbnail(); ?>);"><img class="product_image thumbshadow" id="product_image_<?php echo wpsc_the_product_id(); ?>" title="<?php echo wpsc_the_product_title(); ?>" alt="<?php echo wpsc_the_product_description(); ?>" src="/wp-content/themes/AngelaKelly/images/blank.gif"/></div>
  4.       </a>
  5.       <?php else: ?>
  6.       <div class="item_no_image">
  7.         <!-- <a href="<?php echo wpsc_the_product_permalink(); ?>"> -->
  8.         <div class="wpsc_noimage">No Image Available</div>
  9.         <!-- </a> -->
  10.       </div>
  11.       <?php endif; ?>
Add Comment
Please, Sign In to add comment