Rename ‘Description’ tab label on single product
The tab labels on the single product view are “Description”, “Additional Information” and “Reviews” by default. You can rename the “Description” tab with this code.
The tab labels on the single product view are “Description”, “Additional Information” and “Reviews” by default. You can rename the “Description” tab with this code.
On the single product page there are tabs for extra information. The heading under the “Description” tab is “Description” which is an unnecessary duplication. The code snippet below removes the second occurrence. If you only have the one tab (ie the others tabs has been removed or are not being used), then another option is … Read moreRemove ‘Description’ heading under single product tab
If you forget to add a short description to your product, this code will automatically put in a generic text so that you aren’t left with an embarrassing blank entry.
The category (archive) page normally doesn’t show the short description, just the title and price. If you want to add this to provide more information use the following code.