- This topic has 1 reply, 1 voice, and was last updated 15 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › CSS to Display "Buy Now" button like the Fancy Add to Cart button
Tagged: Buy Now Fancy, WP eStore CSS tweaks
Try the following… put this in the HTML view in your post or page and adjust as necessary:
<div class="eStore-product">
<div class="eStore-thumbnail">
<img class=”Thumb” src=”http://www.tipsandtricks-hq.com/wp-content/uploads/2009/10/emember-box.jpg” alt=”wp_estore_icon” width=”125″ height=”125″ /></div>
<div class="eStore-product-description"><strong>Name of the product</strong>
Description Goes Here</div>
Price: $15.50
[wp_eStore_buy_now:product_id:1:end]
</div>
</div>
or, use the following shortcode in a post or page to display the “Buy Now” type buttons like the fancy “Add to Cart” button:
[wp_eStore_buy_now_fancy id=1]
1 is the product ID here.