Advertisement
Guest User

dynamically generate a check out link

a guest
Apr 9th, 2012
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. <?php if(wpsc_cart_item_count() > 0): ?> <a target="_parent" href="<?php echo get_option('shopping_cart_url'); ?>" title="<?php _e('Checkout', 'wpsc'); ?>" class="gocheckout_dyn"><?php _e('Checkout &rarr;', 'wpsc'); ?></a> <?php endif ; // - dynamically generate a check out link ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement