</p> </a> <?php if (wpsc_product_is_donation()) { ?> <h4>Donation</h4> <?php } else { ?> <h4><?php wpsc_the_product_price_display(); ?> </h4> <!-- multi currency code --> <?php if (wpsc_product_has_multicurrency()) { ?> <h4><?php echo wpsc_display_product_multicurrency(); ?> </h4> <?php } ?> <?php } ?> </div> <?php
<?php endif ;?> <div class="wpsc_product_price"> <?php if(wpsc_product_is_donation()) : ?> <label for='donation_price_<?php echo wpsc_the_product_id(); ?>'><?php echo __('Donation', 'wpsc'); ?>:</label> <input type='text' id='donation_price_<?php echo wpsc_the_product_id(); ?>' name='donation_price' value='<?php echo $wpsc_query->product['price']; ?>' size='6' /> <br /> <?php else : ?> <?php if(wpsc_product_on_special()) : ?> <span class='oldprice'><?php echo __('Price', 'wpsc'); ?>: <?php echo wpsc_product_normal_price(); ?></span><br /> <?php endif; ?> <span id="product_price_<?php echo wpsc_the_product_id(); ?>" class="pricedisplay"><?php echo wpsc_the_product_price(); ?></span><?php echo __('Price', 'wpsc'); ?>: <br/> <!-- multi currency code --> <?php if(wpsc_product_has_multicurrency()) : ?> <?php echo wpsc_display_product_multicurrency(); ?> <?php endif; ?> <!-- end multi currency code --> <?php if(get_option('display_pnp') == 1) : ?> <span class="pricedisplay"><?php echo wpsc_product_postage_and_packaging(); ?></span><?php echo __('P&P', 'wpsc'); ?>: <br /> <?php endif; ?> <?php endif; ?> </div> <?php if(function_exists('wpsc_akst_share_link') && (get_option('wpsc_share_this') == 1)) { echo wpsc_akst_share_link('return'); } ?> <input type="hidden" value="add_to_cart" name="wpsc_ajax_action"/> <input type="hidden" value="<?php echo wpsc_the_product_id(); ?>" name="product_id"/>