If I check the Kalium bookstore preview, right under the product name you have Author (product attribute?), SKU and Category. On the Kalium shop theme, there is only category attribute. And on Kalium fashion is SKU, categories and tags.
Is there a way for me to customize which attributes will show up there?
The order of product information is flexible and can be changed the way you want. Can you please tell me how do you want to order the information in product single page individually so I can give you the code.
I'd like to have "Autor" and "SKU" attributes show just below the name of the product. My site is in portuguese, so the SKU attribute is actually called REF, but I don't think that matters to the code, right? "Autor" is a global attribute I created, so I guess you have to use the same slug (autor).
If it is possible, it would be nice to add "product category" and "product tags" to the "adictional information" tab.
This is great, thanks. Can you now point me in the direction of how to remove the original SKU, Tags and Categories so that they only appear in the Additional Information tab and not below the product name and description?
I would like to re-position the Category and Tag elements to further down the page so that the price and options menu take priority.
I would really appreciate advice on the best way to change this. Would it be to use some custom CSS?
Many thanks
I have a similar question.
If I check the Kalium bookstore preview, right under the product name you have Author (product attribute?), SKU and Category. On the Kalium shop theme, there is only category attribute. And on Kalium fashion is SKU, categories and tags.
Is there a way for me to customize which attributes will show up there?
Hi loadedforbearaudio and Helena,
The order of product information is flexible and can be changed the way you want. Can you please tell me how do you want to order the information in product single page individually so I can give you the code.
Hi Arlind,
I'd like to have "Autor" and "SKU" attributes show just below the name of the product. My site is in portuguese, so the SKU attribute is actually called REF, but I don't think that matters to the code, right? "Autor" is a global attribute I created, so I guess you have to use the same slug (autor).
If it is possible, it would be nice to add "product category" and "product tags" to the "adictional information" tab.
Thanks a lot for your help!
Hi Arlind
Thanks for the support. Would it be possible to have the SKU, Categories and Tags appear in the 'Additional Information' tab on the page?
If not, could we try it to have these three elements below the price and options menus?
All the best
Hi @loadedforbearaudio,
You can add this code in functions.php (end of file) to show product SKU, Categories and Tags at additional information tab:
I have tested and it worked:
(view large image)
Hi @Helena,
Here is the code for you:
https://d.pr/n/MmQVHH (download the code from here)
You should add the above code in functions.php
You can modify the code for your own purpose and ordering of information.
Hi @Arlind
This is great, thanks. Can you now point me in the direction of how to remove the original SKU, Tags and Categories so that they only appear in the Additional Information tab and not below the product name and description?
Hi @loadedforbearaudio,
You can hide those information with this CSS:
I have tried and it worked.
Hi @Arlind
That's amazing! Thanks for the speedy reply and great support!
Cheers!
Hi @loadedforbearaudio,
I am glad that this worked for you. All the best