- This topic has 1 reply, 2 voices, and was last updated 8 years, 7 months 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 General Questions › eStore 'Sold out' message is a button
Why are my ‘sold out’ messages acting like buttons? For instance: [http://handtoolwoodworking.com/reamers/] My designer changed the css so the active and hover states do not look like a button, but the mouse still makes it look like I can click on it.
Thoughts?
Elia
The sold out is a button (not a message). The intended behavior for it is to be a button. The purpose is the following:
You have a fancy display template that normally shows the product details with a purchase button. When the item, is old out, it replaces that buy button’s text with a different label that says “Sold Out”. So the product display template still looks consistent with the others when a product is sold out. That button just has the sold out label and it can’t be used anymore to purchase the item.
If you don’t like that button, then you can hide it by using the following custom CSS tweak:
input.eStore_sold_out {
display: none;
}