The AddThis Social Media Sharing buttons are disabled in ArtFactory Theme in nopCommerce 4.1
Any particular reason why?
Hello madisonj,
the social sharing buttons on the product page of
Art factory have been always hidden for design reasons, and not only in v4.1.
However, they are still there and if you like to show them, you can add the following code to your themes` Custom Head Styles section:
.product-share-button {
display: inline-block;
}