Hello @VelocityWeb,
Thanks for writing in!
1.) The tabs can be added by activating the additional information tab in X > Theme Options > WooCommerce > Single Product.
2.) The social share can be added by using a 3rd party plugin.
3.) The add to wish list is also a 3rd party plugin.
4.) The compare button is also another 3rd party plugin.
5.) And to change the look of the shop index page, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.woocommerce li.product .entry-header .button {
position: relative;
top: auto;
left: auto;
right: auto;
margin-top: 20px;
opacity: 1;
}
.woocommerce li.product .entry-featured {
border: none;
padding: 0;
}
.woocommerce li.product {
margin-top: 3%;
border: 1px solid #dfdfdf;
border: 1px solid rgba(0,0,0,0.075);
padding: 7px;
}
Hope this helps. Please let us know how it goes.