Hi,
the undocumented shortcode [my_bookings] works for me.
Source: https://ww.wp.xz.cn/support/topic/shortcode-for-my-bookings/
Hi, I have come across the same problem (check “Remember me” by default) and have found an easy solution. You can simply overwrite the template and add “checked”.
File path: wp-content/plugins/easy-login-woocommerce/templates/global/xoo-el-login-section.php
Copy to your (child) theme: wp-content/themes/your-child-theme/templates/easy-login-woocommerce/global/xoo-el-login-section.php
And in line 51 I add “checked” like this: <input type="checkbox" name="xoo-el-rememberme" value="forever" checked />