Hi
Just wondering if you can confirm the shortcode for the new wishlist element that you added? Reason I ask is because with the Yith one, you can add this to ‘My Account’ and create a new tab that pulls the data like so –
function custom_wishlist_content() {
echo do_shortcode( ‘ [yith_wcwl_wishlist] ‘ );
}
I want to keep the customer on my account, so what is the shortcode to allow me to render yours the same way please? i.e. something like: [et_xstore_wishlist]
Thanks