Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #627261

    Anthony T
    Participant

    Hi,

    I used to be able to use shortcodes to call different aspects of my account but of course woocommerce got updated and it seems that it isn’t so easy anymore.

    I’d like to use cornerstone to create the tabs and then call the different parts of my account according to the tabs.

    How do I do this?

    http://www.s2vietnam.com

    #627342

    John Ezra
    Member

    Hi there,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation. Thanks! 🙂

    #627797

    Anthony T
    Participant

    Old Woocommerce My-account shortcodes that used to work:

    [woocommerce_edit_account] – Edit account pages
    [woocommerce_change_password] – shows the change password page
    [woocommerce_view_order] – shows the user account view order page
    [woocommerce_logout] – shows the logout page
    [woocommerce_pay] – shows the checkout pay page
    [woocommerce_thankyou] – shows the order received page
    [woocommerce_lost_password] – shows the lost password page
    [woocommerce_edit_address] – shows the user account edit address page

    I would create pages and simply insert shortcode and the relevant information would display. I want to be able to do this in tabs created in cornerstone. So I would basically insert the shortcode in the relevant tab.

    For example:

    Tab labelled Edit account would contain the shortcode [woocommerce_edit_account] and allow the user to change their account information.

    Tab labelled Orders with shortcode [woocommerce_view_order] would show user past orders.

    etc

    #627827

    Jack
    Keymaster

    Hi there Anthony,

    Hope you’re well today and thanks for writing back.

    Unfortunately WooCommerce removed most of these shortcodes and changed them for endpoints, you can find the available shortcodes here now https://docs.woothemes.com/document/woocommerce-shortcodes/ and documentation on endpoints is here https://docs.woothemes.com/document/woocommerce-endpoints-2-1/

    Thank you!

    #628531

    Anthony T
    Participant

    Hi,

    I know woocommerce changed it.

    I’ve tried the shortcodes and they don’t all work.

    sigh

    #628710

    Rue Nel
    Moderator

    Hey Anthony,

    Only these shortcodes may work with WooCommerce 2.4.7 in X 4.1.1

    [woocommerce_cart]
    shows the cart page
    
    [woocommerce_checkout]
    shows the checkout page
    
    [woocommerce_order_tracking]
    shows the order tracking form
    
    [woocommerce_my_account]
    shows the user account page
    
    ====================================================================

    Hope this helps. Please let us know how it goes.

    #628711

    Rue Nel
    Moderator

    Hey Anthony,

    Only these shortcodes may work with WooCommerce 2.4.7 in X 4.1.1

    [woocommerce_cart]
    shows the cart page
    
    [woocommerce_checkout]
    shows the checkout page
    
    [woocommerce_order_tracking]
    shows the order tracking form
    
    [woocommerce_my_account]
    shows the user account page
    
    ====================================================================

    Hope this helps. Please let us know how it goes.