Forum Replies Created
-
AuthorPosts
-
Derek Smith
ParticipantHey there, not to be buggy, but have any ideas on what the missing link for connecting the PDFs with the vendor that created them is?
Derek Smith
ParticipantSuperb, thank you Anna!
Derek Smith
ParticipantHi Marvin,
BuddyPress is the option I know of and use, and it works well. I’d like to try out PeepSo Chat at some point, which will most likely require some customization to make it work with WCV.
Derek Smith
ParticipantHi Narked,
Not sure if this is what you’re after but I needed to replace “Vendor” with “Author” throughout a site. I’ve added an !is_admin here so it doesn’t affect the backend, but I suppose you could alter that to any other conditional.
function translate_mtpt($translated) { $translated = str_ireplace('a Vendor', 'an Author', $translated); $translated = str_ireplace('Vendor', 'Author', $translated); return $translated; } if (!is_admin()) { add_filter('gettext', 'translate_mtpt'); add_filter('ngettext', 'translate_mtpt'); }
Derek Smith
ParticipantOh my oh my!
Stellar news Jamie, honestly I would’ve patiently waited a few more weeks if I had known you had your head buried in 1.4 and that WCBookings is in fact going to be supported.. Super looking forward to checking it out! Will be sure to give you a heads up if I find anything.
I do have a thought on the flow for grouped products. People have found it counter-intuitive to go back through each individual product’s edit page and link it into the grouped product. Now I’m fully aware that that is how WC itself works in the backend, so I’m certainly not throwing any fault your way. That said, it would be much better UX to be able to select the products straight from within the grouped product edit page.
If I can find the time to pull it together I’ll be sure throw some code your way (Consider it a cherry on top for all your hard work getting 1.4 out the door. :-D). At the very least I’ll definitely be putting a chit in to the WC crew and see what they say.
Happy Testing!
DerekDerek Smith
ParticipantHi Anna,
Thanks for the reply, perhaps Ben or Jamie can dig into the custom taxonomies issue further?
It’s important to me (and I’d assume others) that Grouped Products can fully integrate custom taxonomies as well.
Tags work just fine for Grouped Products, and the taxonomy fields show up in the edit product page for them, they just aren’t saveable in the WCV frontend (in the WC backend, of course, they do). Making Grouped Products searchable under those custom taxonomies is quite important as you could imagine and is confusing for vendors when they set them but they don’t apply.
As for the data table, it’d be nice if we could customize that page, so I’ll put in a chit for adding this as a template.
Thanks again!
DerekFebruary 28, 2017 at 8:43 am in reply to: Woocommerce Bulk Discount in WC Vendor Pro Dashboard #57794Derek Smith
ParticipantFollowing
Derek Smith
ParticipantHi there, just wanted put a little reminder here on this.
Derek Smith
ParticipantAh, swear I tried that once, just tried deactivating/reactivating again, works now, no more errors, thanks!!
Derek Smith
ParticipantHi Anna, I’ve updated to 1.3.9 however it did not create the necessary tables. Still getting wp_wcv_feedback’ doesn’t exist..
Derek Smith
ParticipantGreat news, thank you for letting us know Anna!
Derek Smith
ParticipantHi @ben,
After a bit of searching I luckily just ran across this post.
Would you kindly add this as a KB so others can use this info to add custom taxonomies to their forms?
It’s probably quite useful for many.
CheersDerek Smith
ParticipantFollowing
Derek Smith
ParticipantHi there, I am experiencing the same issue: wp_wcv_feedback database is missing
Please advise,
Thanks -
AuthorPosts