Guest User

Untitled

a guest
Jul 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <<div class="wpsc_buy_button_container" href="#main-content">
  2.  
  3. <?php if(wpsc_product_external_link(wpsc_the_product_id()) != '') : ?>
  4.  
  5. <?php $action = wpsc_product_external_link( wpsc_the_product_id() ); ?>
  6.  
  7. <input class="wpsc_buy_button" type="submit" value="<?php echo wpsc_product_external_link_text( wpsc_the_product_id(), __( 'Buy Now', 'tokokoo' ) ); ?>" onclick="return gotoexternallink('<?php echo $action; ?>', '<?php echo wpsc_product_external_link_target( wpsc_the_product_id() ); ?>')">
  8.  
  9. <?php else: ?>
  10.  
  11. <input type="submit" value="<?php _e('Add To Cart', 'tokokoo'); ?>" name="Buy" class="wpsc_buy_button" id="product_<?php echo wpsc_the_product_id(); ?>_submit_button" />
  12.  
  13. <?php endif; ?>
  14.  
  15. <?php //hack begin
  16. $itunesLinkURL = get_product_meta( wpsc_the_product_id() , 'itunes_link_custom_field', true );
  17. ?>
  18. <a href="<?php echo $itunesLinkURL; ?>" title="Go To Itunes" class="gocheckout">Check us out at Itunes</a>
  19. <?php //hack end ?>
  20.  
  21. <div class="wpsc_loading_animation">
  22.  
  23. <img alt="Loading" src="resources/images/indicator.gif" />
  24.  
  25. <?php _e('Updating cart...', 'tokokoo'); ?>
  26.  
  27. </div><!--close wpsc_loading_animation-->
  28.  
  29. </div><!--close wpsc_buy_button_container-->
Add Comment
Please, Sign In to add comment