fuffkin
Forum Replies Created
-
I’ve not found that works for me – when I paste the code in, it gets truncated and altered even when you directly type it in.
What I found works is this:
The default code that woo commerce sets up is:
<div class="social"> <iframe src="https://www.facebook.com/plugins/like.php?href={permalink}&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light&height=21" style="border:none;overflow:hidden;width:100px;height:21px"></iframe> <span class="st_twitter"> </span><span class="st_email"> </span><span class="st_sharethis"> </span><span class="st_plusone_button"></span> </div>Try deleting the iframe and then add whatever buttons you need following the same format i.e.
<div class="social"> <span class="st_facebook"></span> <span class="st_twitter"></span> <span class="st_email"></span> <span class="st_sharethis"></span> <span class="st_plusone_button"></span> </div>or for large buttons:
<div class="social"> <span class="st_facebook_large"></span> <span class="st_twitter_large"></span> <span class="st_email_large"></span> <span class="st_sharethis_large"></span> <span class="st_plusone_button_large"></span> </div>to get the name of the classes look at the ShareThis code that DBAR describes.
Forum: Plugins
In reply to: [WooCommerce] Price display suffix (inc vat / ex vat)It may be the location that you log in as. If you log in as someone with an address outside the EU i.e. to test then I think it will then display the ex VAT prices. This is a problem if you have put the “inc. VAT” suffix in.
I’ve had the same problem and as far as I can see I need to put both prices up with the Inc VAT and Ex VAT suffixes and for the pricing not to change when you log in from different places.
I don’t know how to use the {price_including_tax}, {price_excluding_tax}. and no-one seems willing to help explain.
Any ideas?