Home > Mobile >  Problem With Displaying Product Category on Product Page
Problem With Displaying Product Category on Product Page

Time:11-17

I've got a shop made with WooCommerce, every product has 2 categories

like:

An Intel CPU, should have 2 categories, Intel and CPU the problem is, when I add those categories, WooCommerce lists them in A-Z order, not in priority order, so it shows like this:

Product Category: CPU, INTEL

the proper way I'm looking for looks like this:

Product Category: Intel, CPU

What should I do?

CodePudding user response:

you can drag and change category by "Category Order and Taxonomy Terms Order" plugin. The plugin will simply list all your categories on that page, and you can manually drag and drop to rearrange category order.

CodePudding user response:

for a temporary fix, I used A-Z Sort in a good way, I tried and added some Unicode Glyphs that come before A in A-Z order like □ or ◆

  • Related