0
emiliano
hi,
i'm interested to buy the premium version of this plugin.
it's possible to display SKU in content section ?
see the image : http://prnt.sc/d2zt59
thanks
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum,
Display SKU in slider still not available , but you can use filter hook to accomplish, you don't need premium version
Here is example code to filter title to display SKU under title
add_filter('wcps_filter_title', 'wcps_filter_title_extra' );
function wcps_filter_title_extra($title){
global $product;
return ''.$product->get_sku().''.$title;
}
http://pickplugins.com/documentation/woocommerce-products-slider/filter-hooks/filters-wcps_filter_title/
http://imgur.com/a/nA5H4
http://imgur.com/a/HRUev
you can also filter same way price, cart, excerpt.
Let me know for more help.
Regards
If you love the support and our plugins please submit us five star reviews at wordpress.org plugin page
https://wordpress.org/support/plugin/woocommerce-products-slider/reviews/
If you need more help please feel free to contact any time.
Regards