March 31, 2015 at 21:24
#52505
Moderator
Hmmm. When saving an address it DOES take you back to the profile. See attached.
1 – Open up /kleo/lib/plugin-woocommerce/config.php. Search for
COPY CODE
wc_get_template( 'myaccount/my-orders.php', array( 'order_count' => 'all' ) );
and change it to
COPY CODE
wc_get_template( 'myaccount/my-orders.php', array( 'order_count' => $order_count ) );
I’ll make sure its fixed in the next update.
2 – It doesnt load custom template files. It uses buddypress screen functions to build the screen (section) then calls out
COPY CODE
wc_get_template( 'myaccount/my-orders.php', array( 'order_count' => $order_count ) );
That’s how Woo does it. Take a look at /plugins/woocommerce/templates/myaccount/my-account.php
3 – Personally I’d use webhooks. I didnt develop Kleo so maybe they feel differently, but I doubt it. I’ve notified the devs of this topic.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution