- This topic has 3 replies, 2 voices, and was last updated 14 years, 9 months 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 Tweaks › How do I limit inventory but not have it display?
I am going to sell one of a kind items so the inventory of each item is 1.
I want to be able to show an item sold out after it is sold but I don’t want to display “Available copies 1” with each item.
That there is only 1 copy is inherent in the type of item and showing available copies would be confusing.
Can I track the inventory but not show the available copies to the visitor?
Thanks.
Great plugin, great support!
Pam
Sorry, there was more.
I also sell seats in my workshops so, it would be nice to use “available copies” there but not a critical option.
You can tweak the code a bit so it doesn’t show the available qty in the fancy display option.
Open the “eStore_misc_functions.php” and search for the following:
if (!empty($ret_product->available_copies))
once you find it delete that line and the line immediately below it and that should do it (there will two occurrences of this).
Thanks! Great customer support