wcvendors icon indicating copy to clipboard operation
wcvendors copied to clipboard

Template Changes

Open digitalchild opened this issue 4 years ago • 3 comments

Is your feature request related to a problem? Please describe. The template system isn't flexible enough to make it easy to hook into the various templates for the dashboard and various other frontend templates. We also have too many templates for the dashboard that need to be adjusted. Making these adjustments will clean up our template system, make it easier for pro integration and 3rd party integrations.

Describe the solution you'd like The new template structure and system should follow the same methods as WooCommerce. Using actions and filters to create and hook into the layout.

Remove the duplication of the following templates in marketplace & pro.

  • [ ] New dashboard template

We have two dashboard templates for marketplace and pro. Create a new dashboard template that both can hook into, removing the confusion of multiple dashboard pages.

Add actions and filters to easily hook into or unhook the various templates.

  • [x] New vendor list template

Add a new vendor list template that can be styled better and provide both square and list formats. Add the ability to add a filtering system above the layout.

Consolidate the dashboard and order templates as most of those templates should all be in a single layout file.

digitalchild avatar Jan 07 '22 07:01 digitalchild

Will this affect the #628 that I'm working on?

Mrlunsuper avatar Jan 12 '22 01:01 Mrlunsuper

@Mrlunsuper #628 should not be worked on as we will probably be changing the entire ui framework we use for this.

digitalchild avatar Jan 12 '22 04:01 digitalchild

@Mrlunsuper #628 should not be worked on as we will probably be changing the entire ui framework we use for this.

Yes, got it!

Mrlunsuper avatar Jan 12 '22 04:01 Mrlunsuper