Forum Replies Created
-
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 pageOks, 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 pageHi 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 pageSorry, I have just fixed it.
in reply to: Several problemas after upgradeThis reply has been marked as private.in reply to: Problem in order received pageI think that now it’s working well finally 🙂
Thanks!
in reply to: Problem with .po/.moThis reply has been marked as private.in reply to: Problem with .po/.moThis reply has been marked as private.in reply to: Problem with .po/.moHi,
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/.moIf I change the name in the function I lost the widgets and other functionalities.
in reply to: Change taxonomies namesHi,
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 namesHi,
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 listIt works fine, thanks so much
in reply to: DHSlides problemHi 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 problemThis reply has been marked as private.in reply to: DHSlides problem