Home Forums WooCommerce Bookings Integration Help with functions

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #67202
    Jorge Luis Zúñiga
    Participant

    Hello,

    I need help with the integration of Woocommerce booking, please:

    1- Firstly, I need the notifications of reservations “pending confirmation”, also reach the sellers, since it is they who need to confirm them in the first instance as administrators of their store.

    2- In relation to the above, I need that said notification with a message from the interested party to make the reservation. For me this is essential, since all reservations on my site, will be subject to confirmation from the seller, who must have the most background of the person who is requesting a reservation.

    3- I bought the interregation so that the sellers of my page can rent their cars, therefore, there are several options in the form of “add a product” that do not make sense that are, for example, the “Type of product” (always will be “bookable Product”), “has persons”, etc. All these options need to be not visible in the form, for the reasons already noted.

    I pay attention to your answer.

    Greetings.

    #67285
    Anna
    Member

    Hello,
    1- This looks to be fixed and will be in the next release/update of the Bookings integration plugin

    2- There is not currently a method to attach a note for the customer to fill out information aside from the WooCommerce order note at checkout. You might want to try this code that can be used to have a message on the product page. This would go in your theme/child theme functions.php:
    https://gist.github.com/fervous/ffac7ed154a4287414ea2da675cbdc17

    3- For product type, go to: wp admin > woocommerce > wc vendors > products and check the boxes for all of the product types that you do not want to show.
    To hide the “has persons, has resources”.. this can go in your theme/child theme style.css:

    li.show_if_booking {
    display:none !important;
    }
    #67290
    Jorge Luis Zúñiga
    Participant

    I added the code (# 2) and fell to the page. Please, your urgent help!

    #67291
    Jorge Luis Zúñiga
    Participant

    Sending code that appears to me when trying to deliver to my page

    #67344
    Jorge Luis Zúñiga
    Participant

    Thanks, Ana, I was able to activate my website again via FTP, however, I could not enter the codes that you sent me …

    #67366
    Jorge Luis Zúñiga
    Participant

    Thanks, Ana, I already installed the message function. Regarding the update you tell me, when will it be available?

    Greetings.

    #67373
    Jorge Luis Zúñiga
    Participant

    Hi Ana, what should I do to get the price on the order?

    Stay tuned.

    Thank you.

    #67376
    Jorge Luis Zúñiga
    Participant

    The other, I appeared this error in the tab “orders”

    #67476
    Jorge Luis Zúñiga
    Participant

    Dear Ana, any news regarding my questions ?.
    Stay tuned.

    Thank you.

    #67843
    Jorge Luis Zúñiga
    Participant

    Hi Anna, I’ve been waiting for an answer for a while … does the support last for only a week ?.

    Stay tuned.

    Thank you.

    #67959
    Anna
    Member

    @jpinoproindus-cl
    Hello,
    For the price in the email— that order/booking has not yet been confirmed, so the customer was not charged anything until the Booking is confirmed.
    Once it is confirmed, the customer is charged for the booking and the value should show up.
    We also do have a bug that has been fixed in the Bookings emails, and that should be in the next update for our Bookings Integration.

    For the second issue on the orders page… have you deleted any orders without first reversing the commissions?

    #69514
    Jorge Luis Zúñiga
    Participant

    Dear Anna,

    Do you make customizations to the plugins?

    I need to hide some options from the WC VENDORS board and add a couple of functions.

    What would this cost?

    Stay tuned.

    Greetings.

    #69696
    Jorge Luis Zúñiga
    Participant

    hello?

    #69924
    Anna
    Member

    @jpinoproindus-cl
    Jorge,
    what are you wanting to hide?
    Some things can either be hidden using the settings in admin, or we can use filters to do so for other things.. and then if not, it would require custom development.
    So, if you let me know what you are wanting to hide, I can let you knwo if that is something I can help with or if you will need to work with a developer.

Viewing 14 posts - 1 through 14 (of 14 total)
  • The forum ‘WooCommerce Bookings Integration’ is closed to new topics and replies.