Hi there @ikaroweb
Thanks for your question.
Can i customize the order of the attributes inside the table ?
I know that can i order the attributes inside the single product, but i need to reoder all the products so…
Thanks in advance.
Could you please clarify if this is related to the display of attributes on your product page front end?
If you could share the screenshot of your product page that would be helpful.
I recommend https://snipboard.io for sharing screenshots – please follow the instructions on the page, then paste the URL in your reply.
Look forward to your reply.
Hi there @solstudioim
You can see the table of the attributes -> https://snipboard.io/D5xqlY.jpg
I need to reorder the attributes with a custom order.
Thanks @solstudioim
But with that system you can reorder the attributes values and not the attributes name.
I need something link this:
Default column:
Attribute 1
Attribute 2
Attribute 3
Attribute 4
Attribute 5
Custom order
Attribute 5
Attribute 3
Attribute 1
Attribute 2
Attribute 4
If i get attributes with this -> $product_attr = get_post_meta( get_the_ID(), ‘_product_attributes’ );
It’s possible to order with a custom order the attributes?
Thanks
I’ve solved!
I’ve created an array with the product attributes and reorder with custom order and then inside the main table i call the product attributes with the right order.
Best Regards
Ika 😉