Forum Replies Created
- AuthorPosts
- puppycirclesParticipant
Done! Thanks again,
Zeke
PuppyCircles.compuppycirclesParticipantThank You for the modified Code! IT WORKS!
puppycirclesParticipantThank you,
Unfortunately the code did not work the way I hoped. Vendor products are still purchasable in product pages and the vendor membership was not purchasable.
Can we talk about customized work.
Attachments:
You must be logged in to view attached files.puppycirclesParticipantI have created a product category “vendor memberships”: wp-admin/term.php?taxonomy=product_cat&tag_ID=197&post_type=product&wp
Thanks!
puppycirclesParticipantSorry, Just following up on this request…
Thanks!
puppycirclesParticipantOkay, I found the category ID: cat&tag_ID=197
Sorry, I am new to this and learning as I go.
Thanks again for you help!
puppycirclesParticipantI do not know where to find the category ID. I have created a parent category “vendor memberships”. Are you referring to the product IDs for the products within that category? Currently the only product under that parent category is “basic vendor memberships: with an ID:471. Is this what you are referring to?
puppycirclesParticipantHi There! Just wanted to make sure you received my previous reply. You had provided me with the code:
add_filter( ‘woocommerce_is_purchasable’, ‘__return_false’ );
I requested for a way to make some product categories purchasable and others not. The category I want to be made purchasable is “Vendor Memberships”
Thanks so much for your help!
puppycirclesParticipantThank you! The only category I want to be purchasable is “Vendor Memberships”
puppycirclesParticipantThank You! The only issue with the filter that you provided is it is shuts down all woocommerce purchases. Generally this is fine for all vendors however I charge a reoccurring annual membership fee, so I need the filter to allow a category of products (Vendor Memberships) to be sold. The there an easy way to make some product categories purchasable and other not? Does the “Ultimate” or any of the other addons have this function?
Thanks!
puppycirclesParticipantFollow-up question:
My site operates as a catalog of available “products”. Is there a way to make all vendors operate in catalog mode by default?Thanks again
- AuthorPosts