Sitesao Support
  • Home
  • Themes
  • Plugins
  • Support

Support Forums

Home/Forums/
  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 10 years, 4 months ago juaevpa
    Participant
    Post count: 16

    I have found it, the problem is this custom code that autocomplete all orders:

    /**
    * Auto Complete all WooCommerce orders.
    */
    add_action( ‘woocommerce_thankyou’, ‘custom_woocommerce_auto_complete_order’ );
    function custom_woocommerce_auto_complete_order( $order_id ) {
    if ( ! $order_id ) {
    return;
    }

    $order = wc_get_order( $order_id );
    $order->update_status( ‘completed’ );
    }

    Now I have to find an alternative way to do this.

    Thanks!


    in reply to: Problem in order received page
    10 years, 4 months ago juaevpa
    Participant
    Post count: 16

    Oks, I see, thanks so much.

    I’m trying to find the problem.. I think that is any update that I have not applied to my custom code (thankyou template is the same.. just a few less lines, but anything important)


    in reply to: Problem in order received page
    10 years, 4 months ago juaevpa
    Participant
    Post count: 16

    Hi there,

    Another example of order received page is attached

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

    in reply to: Problem in order received page
    10 years, 4 months ago juaevpa
    Participant
    Post count: 16

    Sorry, I have just fixed it.


    in reply to: Several problemas after upgrade
    10 years, 4 months ago juaevpa
    Participant
    Post count: 16
    This reply has been marked as private.

    in reply to: Problem in order received page
    10 years, 6 months ago juaevpa
    Participant
    Post count: 16

    I think that now it’s working well finally 🙂

    Thanks!


    in reply to: Problem with .po/.mo
    10 years, 6 months ago juaevpa
    Participant
    Post count: 16
    This reply has been marked as private.

    in reply to: Problem with .po/.mo
    10 years, 6 months ago juaevpa
    Participant
    Post count: 16
    This reply has been marked as private.

    in reply to: Problem with .po/.mo
    10 years, 6 months ago juaevpa
    Participant
    Post count: 16

    Hi,

    Thanks for your answer. Actually I already did that, my first choice was that but it doesn’t work.

    I don’t know why my .mo files doesn’t work properly


    in reply to: Problem with .po/.mo
    10 years, 6 months ago juaevpa
    Participant
    Post count: 16

    If I change the name in the function I lost the widgets and other functionalities.


    in reply to: Change taxonomies names
    10 years, 6 months ago juaevpa
    Participant
    Post count: 16

    Hi,

    Actually I don’t understand well your answer.. do you mean .po file?

    I would need to change brands and lookbooks names at admin and front for others names (‘types’ and ‘areas’)

    THanks!


    in reply to: Change taxonomies names
    10 years, 6 months ago juaevpa
    Participant
    Post count: 16

    Hi,

    Actually I marked this post as ‘resolved’. It was a problem in my template.

    Thanks so much


    in reply to: Add to cart doesn't work in product list
    10 years, 7 months ago juaevpa
    Participant
    Post count: 16

    It works fine, thanks so much


    in reply to: DHSlides problem
    10 years, 7 months ago juaevpa
    Participant
    Post count: 16

    Hi again,

    I have attached 2 screenshots to show how the 2 bottom sliders images work perfectly but the main top slider just changes using the buttons of each slide

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

    in reply to: DHSlides problem
    10 years, 7 months ago juaevpa
    Participant
    Post count: 16
    This reply has been marked as private.

    in reply to: DHSlides problem
Viewing 15 posts - 1 through 15 (of 16 total)
1 2 →
© Copyright Sitesao.com - Support Policy