- This topic has 2 replies, 2 voices, and was last updated 12 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › List all products in a category without custom buy button
I’ve started to use the Button Image URL and love it, however, when I try to list all the products on a category page (i.e. [wp_eStore_category_products:category_id:1:end] ) the buy button is the huge image I customized.
I’ve seen a few workarounds here including editing a PHP file to remove the button and also duplicating all products into a hidden category, but really hoping there is a shortcode that I’ve missed that displays all products in a category without a buy button?
Thank you,
Stephanie
If you specify a button image for a product, then that button image will be used whenever you are showing a button for that product. So use generic button images for your products.
For some products, where you want to use a large button image to place it on a landing page for example, You can override that button image just for that landing page button. Here is an example shortcode that will place a button with the custom button image that you specify in the shortcode:
[wp_eStore_buy_now_custom_button id="1" button="http://your-domain.com/images/buy-now.gif"]
Or use the feature mentioned in this documentation to create a button for your landing page without having to mess with any shortcode:
This allows you to take a nice custom button image and use that to create the purchase button on your landing page.
Fantastic! Worked like a charm – thanks for your excellence as usual!
Stephanie