Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Make Gravity PDFs accessible by the vendor #59767
    Derek Smith
    Participant

    Hey 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?

    in reply to: Add leave feedback link to My Downloads #59728
    Derek Smith
    Participant

    Superb, thank you Anna!

    in reply to: Buyer Seller Chat in WC vendor #59654
    Derek Smith
    Participant

    Hi 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.

    in reply to: Vendor tab – product page #59652
    Derek Smith
    Participant

    Hi 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');
    }
    in reply to: Custom Taxonomy Integration #58949
    Derek Smith
    Participant

    Oh 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!
    Derek

    in reply to: Custom Taxonomy Integration #58728
    Derek Smith
    Participant

    Hi 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!
    Derek

    in reply to: Woocommerce Bulk Discount in WC Vendor Pro Dashboard #57794
    Derek Smith
    Participant

    Following

    in reply to: Custom Taxonomy Integration #57793
    Derek Smith
    Participant

    Hi there, just wanted put a little reminder here on this.

    in reply to: Reviews / feedback does not work, please help #57663
    Derek Smith
    Participant

    Ah, swear I tried that once, just tried deactivating/reactivating again, works now, no more errors, thanks!!

    in reply to: Reviews / feedback does not work, please help #57607
    Derek Smith
    Participant

    Hi Anna, I’ve updated to 1.3.9 however it did not create the necessary tables. Still getting wp_wcv_feedback’ doesn’t exist..

    in reply to: Vendor Ratings/Feedback not working #54776
    Derek Smith
    Participant

    Great news, thank you for letting us know Anna!

    in reply to: How add a custom taxonomy in Products #54151
    Derek Smith
    Participant

    Hi @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.
    Cheers

    in reply to: Reviews / feedback does not work, please help #53780
    Derek Smith
    Participant

    Following

    in reply to: Vendor Ratings/Feedback not working #53668
    Derek Smith
    Participant

    Hi there, I am experiencing the same issue: wp_wcv_feedback database is missing
    Please advise,
    Thanks

Viewing 14 posts - 1 through 14 (of 14 total)