WooCommerce – Want to show multiple currency for a single product [closed]

It seems that at least a pair of plugins have been developed for this: http://dev.pathtoenlightenment.net/shop/currency-switcher-woocommerce/ and 11/27/15 Deadlink: http://codecanyon.net/item/woocommerce-currency-converter/4545063 I couldn’t vouch for either as I haven’t used either. I think that some multisite extensions are also in development, which might allow different sub-sites to show the same product in different currencies/prices.

Remove the link from the thumbnail and product title on woocommerce

It’s a bit hard to tell without knowing what shop theme you are using but I’ll try anyways…  The code <?php wc_get_template_part( ‘content’, ‘product’ ); ?> is basically calling the template file content-product.php. I would however not recommend you alter the default file. On a standard woocommerce install you will find that default template file … Read more

How to display empty stars on products with woocommerce?

Add the following code to your functions.php add_action(‘woocommerce_after_shop_loop_item_title’,’change_loop_ratings_location’, 2 ); function change_loop_ratings_location(){ remove_action(‘woocommerce_after_shop_loop_item_title’,’woocommerce_template_loop_rating’, 5 ); add_action(‘woocommerce_after_shop_loop_item_title’,’woocommerce_template_loop_rating’, 15 ); } And then after add the following lines also to get the rating count add_filter( ‘woocommerce_product_get_rating_html’, ‘loop_product_get_rating_html’, 20, 3 ); function loop_product_get_rating_html( $html, $rating, $count ){ if ( 0 < $rating && ! is_product() ) { global … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)