Forum Replies Created

Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • Srikanth Nair
    Participant

    Hi Anna,

    Thanks for getting back to me. You wouldn’t happen to know a list of the tables that I need to delete data from and still retain the overall configuration of the site, would you? I’m just afraid I’ll delete stuff I shouldn’t be deleting. I’ll also try to Google this.

    Sri

    in reply to: Add percentage fees at checkout #72842
    Srikanth Nair
    Participant

    @fervous Hi Anna,

    Thanks for getting back to me.

    I have had another look at the site. I think the logic is the same, however, I am not paying an additional commission, rather, wanting to add to the final amount that will be charged through Stripe. The commission setup is fine (set percentage) for owners/vendors but we want to add 8% so that the end user will be charged that amount, instead of the product/item total. So, at checkout, if total product/item cost is $50, we’d like to add 8% to that so that the total checkout amount will be $54, which Stripe will then charge the customer. Does that make sense?

    Would this code – $per_item_addition = $product_price * ( 8 / 100 ); //compute 8% additional fee work if I were to modify the code in https://www.wcvendors.com/kb/commissions-fixed-dollar-amount-fixed-plus-percentage/ and remove the additional commission code?

    Thanks again for your help Anna.
    Sri

    in reply to: Add percentage fees at checkout #72790
    Srikanth Nair
    Participant

    @fervous Hi Anna,

    I am sorry to bother you. I am sure you have hundreds of people you are helping at any given time but if you could give me some guidance regarding this, I’d appreciate it.

    Thanks!
    Sri

    in reply to: Reminder email to customers to leave a review #70777
    Srikanth Nair
    Participant

    @clothpadshop Thanks for that. I reached out to the author(s) but they said they’re not certain if it works with Bookings, which is what we are primarily using. I have installed the free version to see if it’ll work.

    Thanks!
    Sri

    in reply to: Only Enable Booking Products #70776
    Srikanth Nair
    Participant

    Thanks Anna, I will contact them about those changes.

    Besides customising those tabs, do you know if there’s a way to change ORDER or ORDERS across the solution to BOOKING or BOOKINGS when we are only using the booking product type and nothing else in WooCommerce?

    Thanks.
    Sri

    in reply to: Vendor Store Address (hide Street fields) #70773
    Srikanth Nair
    Participant

    Hey Anna,

    Just letting you know I’ve managed to do this.

    Thanks for your help as always.

    Sri

    Srikanth Nair
    Participant

    Hi Anna,

    I think it would be great to have this customisation (change base cost to security deposit or whatever) because it could be a quick fix for those wanting to enable security deposit into a setup without too much drama.

    Thanks.
    Sri

    in reply to: Vendor Store Address (hide Street fields) #70191
    Srikanth Nair
    Participant

    Hi Anna,

    When I added your code to the functions, it removed the label but brought back the text fields I had hidden with the CSS I shared.

    To make changes to the add product/item screen, I have ben using a JS script loaded through functions.

    Like “owners-additem”, are there other places I can inject script to (wp_register_script(‘owners-settings’,), say for example, to make changes to the address fields as I am trying to do?

    Thanks.
    Sri

    in reply to: Only Enable Booking Products #70189
    Srikanth Nair
    Participant

    Hi Anna,

    Thanks for getting back to me. I just checked the settings option you mentioned and realised that I had already done that. Then I realised that what I meant to ask was whether any references to Orders can be changed to Bookings across the solution. I am sorry for the confusion.

    We are using Social Marketplace User Dashboard (My Profile renamed) -> “Orders” to “My Bookings” and hide “Products” tab for example? (see attached screenshot)

    Thanks again for your help Anna.

    Sri

    in reply to: Reminder email to customers to leave a review #69993
    Srikanth Nair
    Participant

    @thrivinglocally Thanks for that. You’re referring to this WooCommerce add-on: https://woocommerce.com/products/follow-up-emails/, right?

    How long have you used it? At $99 it does seem a bit dear but it’ll inform my client nevertheless.

    Thanks again.
    Sri

    in reply to: Customisation Options: WC Vendors -> Product Form #67528
    Srikanth Nair
    Participant

    @fervous Hi Anna,

    Do you have any tips/tricks to help me?

    I’ve been scouring the Internet and trying different things, but haven’t been successful.

    Attached is a screenshot of the “Add Product” page with the things I am trying to accomplish. Would be awesome if these become standard customisation options in WC Vendors Pro Bookings Integration one day ๐Ÿ™‚

    Any help/advice/suggestions is appreciated.

    Thanks.
    Sri

    in reply to: Few Questions #67504
    Srikanth Nair
    Participant

    @fervous That’s great to hear Anna, thanks!

    in reply to: Customisation Options: WC Vendors -> Product Form #67384
    Srikanth Nair
    Participant

    @fervous Anna, sorry, I didn’t mean to sound the way I may did with my initial comment about CSS hacks, like it was a complaint/snide remark. My apologies.

    I would be most grateful if you could give me an idea of how to customise those settings I mentioned.

    As for adding them to the settings in the backend, that would be wonderful (if it can be done).

    I don’t meant to sound mean or ungrateful and I totally understand that this is version 1 and you folks are constantly improving every plugin and on top of things, which is why I had zero hesitation to include WC Vendors in the solution I am building for my client ๐Ÿ™‚

    Thanks Anna.
    Sri

    in reply to: Few Questions #67330
    Srikanth Nair
    Participant

    @CA-CHRIS-JOHNSONGMAIL-COM

    Thank you Chris for your reply and explanation.

    If someone could integrate refundable security deposits, that would be awesome.

    What you have explained with regards to geolocation makes sense but making sense and being able to do it are two different things. I’m not saying I couldn’t but I know it would take me a longer time than someone who understands coding a lot more than I do.

    Thanks again!
    Sri

    in reply to: Few Questions #66002
    Srikanth Nair
    Participant

    Hi Anna,

    Force Sells is an extension for WooCommerce by WooCommerce – https://woocommerce.com/products/force-sells/

    I was going to use what this extension provides to allow vendors to add “Security Deposit” as a product so that they can then link it to their other items using Force Sell.

    I purchased the extension and enabled it and while it shows up in when adding products through WooCommerce, it does not show up when Vendors are adding a new product through the dashboard, hence my question.

    Thanks.
    Sri

    in reply to: Few Questions #65758
    Srikanth Nair
    Participant

    Hey @FERVOUS @ben

    Anything on “Force Sells” and the other questions above?

    Thanks.
    Sri

    in reply to: Few Questions #65184
    Srikanth Nair
    Participant

    Hi Anna,

    I have another question.

    Does WC Vendor Pro only show standard WooCommerce fields in the product form or can it also show other fields added by third party plugins?

    Reason I ask is because I need to add a location entry to the booking items in my multi vendor store so that the items can be searched by location by end users. I used Geo my WP plugin to add “Location” to WooCommerce products BUT when I add a product through the Pro Dashboard, this field does not appear anywhere. I also mentioned “Force Sells” in my previous message, which is I think the same issue as I am describing right now.

    Any insight is appreciated. My client would like the products to be searched for by location but I am dead in the water at the moment ๐Ÿ™

    Thanks.
    Sri

    in reply to: Few Questions #65149
    Srikanth Nair
    Participant

    Hi Anna,

    Thanks for getting back to me and the feedback/comments to my questions.

    1. I’ve had this on my list, just wanted to know if it was possible without an external plugin.

    2. I might leave this alone.

    3. Not sure if you missed my question about “Force sells” no appearing under “Linked Products” option. I think it would be great if @Ben & team can work on something that’ll help folks like me when it comes to “Refundable Deposits”.

    4. That’s what I thought.

    Thanks again Anna!
    Sri

    in reply to: Multi Vendor Rental Site Question #59454
    Srikanth Nair
    Participant

    @fervous Thanks for getting back to me Anna.

    Difficulty with untrusted vendors is that you would have to know beforehand that they are untrusted. I was hoping that irrespective of the vendor or their status, we could flag products based on category/keywords and then flag those for manual approval.

    It would be good to have ways to manage reviews to some degree, not to curb openness but rather ensure that offensive content or flat out lies aren’t posted.

    In a way, both of my questions revolve around the ability to add filters/controls so that offensive/illegal content doesn’t end up on the marketplace.

    Thanks for your time Anna.

    Sri

    in reply to: Multi Vendor Rental Site Question #59447
    Srikanth Nair
    Participant

    Hello Ben, Anna and team!

    Just a few more questions ๐Ÿ™‚

    – Is there a way to screen products vendors add? For example, review potentially offensive product listings or listing of items that require a special license? Ideally, we would like the vendors to add products without approval but if they fall into a certain category or contains certain words/images, we would like to review it and then approve/disapprove.

    – Is there a way we can review the reviews before it’s published? For example, restrict certain words being used and possibly flag it for us to approve upon the use of those words?

    Thanks!
    Sri

    in reply to: Multi Vendor Rental Site Question #58938
    Srikanth Nair
    Participant

    @ben BOTH ๐Ÿ˜€

    It’s 1am here in Australia and you’ve got me thinking of steak now Ben!!! No fair!!!

    in reply to: Multi Vendor Rental Site Question #58934
    Srikanth Nair
    Participant

    @ben AWESOME!!! ๐Ÿ™‚ THANK YOU!

    in reply to: Multi Vendor Rental Site Question #58924
    Srikanth Nair
    Participant

    Hi Anna,

    Thanks for getting back to me. Any update or an idea as to when the bookings extension will be done?

    I am hoping I can give a concrete answer to my client this week.

    The solution I am suggesting is WordPress + WooCommerce + WooCommerce Bookings + WC Vendors Pro + BuddyBoss + other plugins to fill a few gaps. Does WC Vendors Pro play nice with Advanced Custom Fields Pro?

    Thanks Anna.
    Sri

    in reply to: Multi Vendor Rental Site Question #58911
    Srikanth Nair
    Participant

    Hey Anna & Ben and whoever else might find this helpful,

    I asked WooCommerce about the security deposit and this is what they had to say:

    MY QUESTION: Can I used WooCommerce (along with WooCommerce Bookings) to create a WordPress site where users can rent items to each other and renters protect themselves by attaching a refundable deposit (security deposit) to the item to protect themselves until the rental item is returned?
    WOOCOMMERCE ANSWER: You can refund any transaction or any amount in WooCommerce as long as your payment gateway has support for refunds. There wouldn’t be a separate functionality for a Security Deposit specifically. You could create a product called Security Deposit and attach it to your orders or you could add in the deposit to the cost of the booking.

    MY QUESTION: If I added โ€œSecurity Depositโ€ as a product, I would then just refund that item (Security Deposit) after the rental item returned, is that right?
    WOOCOMMERCE ANSWER: Yes that is correct.

    MY QUESTION: This would also work in a multi-vendor setup where each vendor/renter/lender would rent their item and have their own โ€œSecurity Depositโ€ product, right?
    WOOCOMMERCE ANSWER: Yes…if you are using Product Vendors then all the money initially goes to the Admin of the site (you then pay out commissions later if that is part of the your set up) so you can refund the security deposit amount yourself.

    So, where WooCommerce mentions their product “Product Vendor” is where I would like to think WC Vendors Pro would take the place, am I right OR do I have to use WooCommerce Product Vendor in my case?

    Thanks!
    Sri

    in reply to: Multi Vendor Rental Site Question #57309
    Srikanth Nair
    Participant

    Loving the new site by the way, well done ๐Ÿ™‚

    in reply to: Multi Vendor Rental Site Question #57308
    Srikanth Nair
    Participant

    Apologies for the late reply Ben. Thank you for taking the time to do so!

    The solution I have been talking about isn’t for myself but for a client who has already had a bad experience unfortunately with a half-baked solution built on Magento 1.9.

    I have been researching on potential solutions and one of the thoughts I had was that I could create this rental marketplace solution for my client on WordPress with WooCommerce + WCVendors Pro + WooCommerce Bookings + BuddyBoss (tight integration with BuddyPress for messaging etc) + build custom bits for the remaining features (security deposits, sms verification, geolocation based searching etc). Am I on the right track, especially with the WooCommerce + WCVendors Pro + BuddyBoss pairing?

    I will investigate codeable.io.

    Thank you again!
    Sri

    in reply to: Multi Vendor Rental Site Question #56873
    Srikanth Nair
    Participant

    Thank you so much for that detailed reply Anna, greatly appreciate the time and thought you put into it.

    Yes, I’m looking at a rental marketplace with a security deposit and it does make sense when you say that the deposit plugin may not be necessary as the deposit can be added as an extra field in the product, of course piecing it all together is another matter ๐Ÿ™‚

    “HOWEVER, Iโ€™d need to ask out lead developer how deposits would and/or if they *could* work with WC Vendors at this point.” – If you could clarify that with the lead developer, I’d be grateful.

    As for eta, I’ll just have to wait then ๐Ÿ™‚

    Thanks again!
    Sri

    in reply to: Multi Vendor Rental Site Question #56868
    Srikanth Nair
    Participant

    Thanks for getting back to me Anna ๐Ÿ™‚

    Is deposits something WooCommerce has to support or is that something you folks can add into WC Vendors Pro?

    Any idea on when these features will be available in WC Vendors Pro, some sort of an eta? Sorry, you must get these questions A LOT but I ask so I can pass the right information to a client.

    Thank you again for your help and getting back to me!

    Sri

    in reply to: JPlayer Product Sampler #29929
    Srikanth Nair
    Participant

    Hi Ben,

    Thanks for getting back to me and the links to the resources.

    Is it possible to use the [woo_jplayer] shortcode in the add/edit product template?

    I am not a WordPress expert by any stretch so unsure of what code I would use from the JPLAYER PRODUCT SAMPLER plugin to get the job done.

    Apologies for the silly questions.

    Thanks!
    Sri

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