Tagged: enfold, my account, tabs, woocommerce
I want to change the my-account.php, https://github.com/woothemes/woocommerce/blob/master/templates/myaccount/my-account.php , page structure and use a Tabs system for orders, downloads, details etc.
Basically, I need to insert this fields into a tab html structure:
`<?php do_action( ‘woocommerce_before_my_account’ ); ?>
<?php wc_get_template( ‘myaccount/my-downloads.php’ ); ?>
<?php wc_get_template( ‘myaccount/my-orders.php’, array( ‘order_count’ => $order_count ) ); ?>
<?php wc_get_template( ‘myaccount/my-address.php’ ); ?>
<?php do_action( ‘woocommerce_after_my_account’ ); ?>
So, I was thinking to use the Enfold Tabs, but I can not find how to use it directly, not as a short code from the WordPress Admin.
Thank you
Hey WebyxDesign!
This kind of customization would have to be considered custom work and it would be best to hire a freelancer to help you out.
To answer your question though I suppose you could try creating the tabs in your page and then view your page and right click to view the page source and copy the HTML that is displayed. Other than that you would have to open up the tabs shortcode file and copy all of the HTML that gets created.
Best regards,
Elliott