Home Forums WoodMart support forum Issue with changing the theme functions.php

Issue with changing the theme functions.php

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #455779

    yasser
    Participant

    I’m testing a new thing I would like to redirect people when they click on the place order in checkout, I added this code and it didn’t work can you tell me what’s wrong with it

    // redirect
    add_filter( ‘woocommerce_order_button_redirect’, ‘am_change_place_order_url’ );
    function am_change_place_order_url() {
    return ‘https://www.instagram.com/’;
    }

    +I changed the menu that appears on the mobile and it doesn’t change (check picture to see what menu I’m talking about)

    Attachments:
    You must be logged in to view attached files.
    #455923

    Luke Nielsen
    Keymaster

    Hello,

    Sorry to say that, but such customization is not included in our support.

    You can get acquainted with Envato Support Policy here:

    https://themeforest.net/page/item_support_policy

    I do hope you would remain as our valued customer and thank you for your time.

    Kind Regards

    #455925

    yasser
    Participant

    Can you please give me an idea of what’s the issue with that, I am in a hurry can’t find someone else to do it for me I need to do it by myself as soon as possible
    If you can help I would really appreciate it
    Thank you

    • This reply was modified 1 year ago by yasser.
    #455928

    Luke Nielsen
    Keymaster

    Hello,

    Is there any chance that you could give me access to the dashboard area so I can have a look at the code on your side, please? But I don’t promise that I will find the problem in the third-party code.

    Kind Regards

    #455929

    yasser
    Participant

    I totally understand thanks in advance
    Yes I provided the info below

    #455932

    Luke Nielsen
    Keymaster

    Hello,

    The code is without mistakes, so most likely you missed something. Please read the below article for help.

    https://gist.github.com/qutek/10354331

    https://njengah.com/woocommerce-redirect-after-checkout/

    https://stackoverflow.com/questions/73781525/woocommerce-how-to-disable-redirect-after-place-order

    Kind Regards

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