Your account expired support, please renew to get your support.
Topic Resolution: Resolved
Viewing 10 posts - 46 through 55 (of 55 total)
  • Author
    Posts
  • #10650
    Juan Pablo Conte
    Support Expired

    Hi Billy! Thanks four you help! where should I insert that code? in which file?
    Thanks!

    #10652
    Juan Pablo Conte
    Support Expired

    Billy, Why did the payment methods disappear?see screen capture i share..

    https://snipboard.io/NdURmj.jpg

    #10737

    Hi,

    I can’t edit your code, please check your hosting and enable edit code on Admin dashboard. I will check and help you.

    #10768
    Juan Pablo Conte
    Support Expired
    This reply has been marked as private.
    #10793

    Hi you,

    Please recheck your site, I fixed this issue.

    #10807
    Juan Pablo Conte
    Support Expired

    eyyy!!! you are a genius!!! thanks for you help!!

    It only remains for me to add that code that you gave me to be able to choose another booking category at the time of creating a new booking object.

    I tried to add it by editing the functions.php file, but when adding the code and updating the page, a critical tool appeared on the screen …

    add_filter('booking_update_cateogries_object', 'triply_booking_update_cateogries_object', 10, 2);
    function triply_booking_update_cateogries_object($args_cat, $prefix)){
    $args_cat = array(
                    'name'           => __( 'Select category to setup other post fields', 'triply' ),
                    'id'             => $prefix . BABE_Post_types::$categories_tax,
                    'taxonomy'       => BABE_Post_types::$categories_tax, //Enter Taxonomy Slug
                    'type'           => 'taxonomy_select',
                    'show_option_none' => false,
                    'text'           => array(
                        'no_terms_text' => __( 'Sorry, no terms could be found.', 'triply' )
                    )
                );
    return $args_cat;
    }

    Where i have to add this code?

    Thanks

    #10850

    Oh, sorry…

    The above code has a redundant code error of 1 sign “)” in the function:
    function triply_booking_update_cateogries_object($args_cat, $prefix))

    I fixed this issue for you.

    #10851
    Juan Pablo Conte
    Support Expired

    GREATEE!!! you are a genius!!! THANKS, THANKS, THANKS, THANKS and more THANKs!!

    #10852

    Ok ok, you are welcome!

    Hope you will vote 5 stars for our team on themeforest.net.

    Thank very much!

    #10975
    Juan Pablo Conte
    Support Expired

    HI!!! first… were can i vote?

    Second…sorry…but one more and IMPORTANT THING…

    The Stop Booking configuration does not work both in the booking rules and in the creation of a new Booking Objet.
    It is very important that this configuration works since there are reservations that cannot be made on the same day or even in the same week.

    don’t hate me … jejejeje….but if this doesn’t work I can’t sell much of my products …
    Could you help me?
    Thank you so so so much!

Viewing 10 posts - 46 through 55 (of 55 total)

You must be logged in to reply to this topic.