- This topic has 3 replies, 2 voices, and was last updated 11 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 Addon Related › WP eStore Bulk Item Addon – omit thumbnail?
Tagged: bulk item, Estore works with hostgator?, install eStore plug in in hostgator, upload thumbnails
I’d like to know how I can get a list of products in a category without the thumbnail being shown?
Please share a link to the page where you are using it. What shortcode are you using to list your products?
I didn’t expect those 2 pieces of information to be helpful since this add-on is so straight forward and is operating as expected.
The link is here: [http://thecatalyzers.com/live-webinars/wound-management-with-wendy-white/]
And the shortcode is [wp_eStore_bulk_item_purchase cat_id=2]
I think this information might be more helpful for you:
I’m using the “eStore Bulk Item Purchase Addon” and the documentation I’m following is at this link:
[It occurs to me to ask this] The reason I am using this addon is because I want the customer to be able to pick any one of a set of 6 items and only after selecting the items they want, to click “add to cart”. I’m trying to avoid the multiple page reloads when you click add to cart on multiple items. Is there another way for me to avoid those multiple page reloads?
(It’s previously been requested to enable checkboxes on this add-on, I made a custom programming request for it. So for right now I am just wondering if there’s an easy way to omit the thumbnails, as it adds too much space to the product listing.)
Thanks in advance!
Grab the custom CSS plugin (if you don’t have it already):
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS there to remove those thumbnails:
.eStore-bip-product-thumb{
display: none;
}
I will reply to your custom job request after I investigate the existing code and find out how much time will take to implement your request.