This topic has 6 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow
Setting up a book store with Xstore theme. Need to add Publication and Author name in products. How can I add those 2 things?
Hello,
Thanks for using our theme.
You can write author name in the Short product description. Or contact the support of WooCommerce plugin to get advice.
Regards
Thanks for the reply.
Can you help me showing up a custom taxonomy in the single product page?
I’ve added a custom taxonomy (Book Author) like “Brands” but unable to show up in the single product page. Can you help me with that?
Hello,
You can use hooks to display custom information.
Where exactly do you want to show the custom taxonomy? We’ll send you what hooks to use.
Regards
Thanks for the reply
Want to visible in single product page before the short description.
Hello,
You can use etheme_woocommerce_template_single_excerpt hook it as you do with default WooCommerce hooks. Add code to your child-theme/functions.php
Example:
add_action('etheme_woocommerce_template_single_excerpt', function() {
//custom code to display custom taxonomy
}
);
Regards
Tagged: author, json, product, publication, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up