• Hi

    I have installed this fine and it is working well.

    However, it is showing prices like this: $8.00 GBP

    So even though the GBP bit shows that it is picking up the fact that my etsy shop is in British Pounds, it is showing a $ symbol which is very confusing.

    How can this be changed either to a £ symbol or removed altogether.

    Thanks

    Al

    http://wordpress.org/extend/plugins/etsy-shop/

Viewing 10 replies - 1 through 10 (of 10 total)
  • If you open the file etsy-shop.php, around line 195 there is this:

    <p class="listing-price">$'.$price.' <span class="currency-code">'.$currency_code.'</span></p>

    Replace with:

    <p class="listing-price">£'.$price.' <span class="currency-code">'.$currency_code.'</span></p>

    Thread Starter alunparry

    (@alunparry)

    Thanks so much LB !! 🙂 Hugs

    Plugin Author fsheedy

    (@fsheedy)

    Planned for version 1.x

    Hi fsheedy,

    I too would like a fix to this as I’m running a UK Etsy shop. I’ve applied the above fix for the meantime, though.

    David.

    Plugin Author fsheedy

    (@fsheedy)

    Hi dartiss,

    Not a problem, if you want to help, see Feature request page.

    Ok, I’m confused. Above you said you had it planned for a release. Now, you’ve pointed me to a page that tells me I either need to contribute the code myself or “become a sponsor”, without any details on how to become one.

    Is it planned for version 1.x and/or do you need me to do something?

    David.

    Plugin Author fsheedy

    (@fsheedy)

    Hi David,

    Sorry for the confusion.

    Yes this feature is planned for version 1.x
    So, version 1.x will not be released without this feature.

    But, I need help to be able to code all of that!
    2 options, the first one that you contribute the code to the project.
    The second, is to sponsor your feature with a small donation.

    If you planned to be a sponsor, you will have more details on Donations page. In short, it is very simple, you send me an email with the feature that you want to support, and make a donation via Paypal. After, I code and verify with you if the feature works as you want.

    If you want to contribute, just code and send the result to me.

    Let me know if you still have any questions.

    Thanks for confirming that.

    I’ve never come across a WP developer who won’t add basic features without either you doing the work or giving them a donation. Particularly as a shop plugin generally needs to work with more than one currency for it to be of use to more than 1% of the world’s population.

    Thankfully I am a developer. However, it is GPL code so rather than improve it for you I’m going to fork it and generate a new plugin, for free, with these basic features added in.

    I’ve been looking for a new plugin to work on for a while, so thanks for the idea.

    David.

    Plugin Author fsheedy

    (@fsheedy)

    David,

    Bad to see that you do not want to contribute, but this is your choice.

    I will add the feature, but I cannot say when.
    Two options I gave to you was to accelerate the development.

    It is not a paid plugin.

    I neither wish to get involved in the development of every plugin that I use on a site nor be blackmailed into paying for “accelerated development”.

    David.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Etsy Shop] $8.00 GBP – help’ is closed to new replies.