Skip Navigation

[Resolved] Can toolset be use to customer woocommerce my account page?

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 8 years ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 10:00 - - - - -
- - - - - - -

Supporter timezone: Africa/Cairo (GMT+02:00)

This topic contains 3 replies, has 2 voices.

Last updated by Mohammed 8 years ago.

Assisted by: Mohammed.

Author
Posts
#441844
my-account.PNG

I am trying to:
Hi guys,
I have been playing with your training site in order to see if your product will do what I want before buying but it doesn't look possible..

We run an ecommerce and we need the woocommerce my account page to have more features..
For example, we want the customer to be able to send us an email regarding a specific order.
At the moment we use the folloing:

function sv_add_my_account_order_actions( $actions, $order ) {

    $actions['help'] = array(
        // adjust URL as needed
        'url'  => '/support/?orderid=' . $order->get_order_number(),
        'name' => __( 'Support', 'my-textdomain' ),
    );

    return $actions;
}
add_filter( 'woocommerce_my_account_my_orders_actions', 'sv_add_my_account_order_actions', 10, 2 );

and we have ninja form that dynamicly populate the order id....
This is not enough for us, we want to add return pdf file so customer can print and post the product back to us...

We are trying to replicate as such as amazon as possible...

Is toolset the righ tool for the job?

Thank you in advance
Fred

#442750

Hello,

I’m Mohammed: the Toolset support team leader. I’ll give my best to help you to achieve your needs through Toolset components.

I'm on this ticket, please wait and I will get back to you again.

Thanks.

#442823

Hi Frederic,

I don't think that we can offer such a functionality.

But, let me show you a sample of the WooCommerce related things that you can achieve with Toolset.

For example,
Using our "WooCommerce Views" plugin , you can customize the WooCommerce shop and products pages : https://toolset.com/home/woocommerce-views/

Also using our "CRED Commerce" plugin, you can charge payment to your forms and users accounts creation: https://toolset.com/documentation/user-guides/using-cred-commerce-to-add-payments-to-forms/

The previous is for WooCommerce but you can do a lot of things with Toolset like creating custom post types, custom taxonomies and more with "Types" plugin, customizing the website structure and being free from the theme restrictions using the "Layouts" and "Views" plugins

Also, we offer the integrations with page builders and themes so that you can have the themes and builders functionalities with Toolset plugins.

We also offer the integration with Google maps : https://toolset.com/documentation/user-guides/display-on-google-maps/

And much more.

Thanks and best regards,
Mohammed.

#442842

Hi,

Also, you can check this plugin: https://wordpress.org/plugins/custom-my-account-for-woocommerce/

It will help you to edit my account page easily.

Thanks.

The forum ‘Types Community Support’ is closed to new topics and replies.

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.