Wp-e-Commerce Multi Currency Magic in WordPress - wordpress

I'm working on an e-commerce website. I added a plugin called "Wp-e-Commerce Multi Currency Magic".
It works well. It changes all the product rate according to selected currency on button click. And that's the problem: I want it to change when I select a currency in select box without any button clicks, just on change event.
So is it possible to modify this plugin like that? If you have any idea regarding my problem please help me out, I'd greatly appreciate your answer. Thanks

I coded a plugin to convert currencies of all price fields in wp e-commerce live in a bubble tooltip just a few days ago.
Here is a demo http://haet.at/wp-e-commerce-currency-helper/
You can install the plugin in the wordpress plugin repository, it's free.
I hope you can give me some feedback.

Related

ExVat IncVat on single Product Page of Woocommerce

I am trying to integrate the exVat incVat auto Suffix from the Cart Page to the single product page..
Currently if you go to checkout the prices will show exVat incVAT depending on how taxes are set up within woocoomerce when change the country they change automatically to display correctly. However on the single product page it either shows nothing or you can force it to say one in the settings. Would be much nicer if it could display either suffix.
Screenshots of example from shop page:
incVat
exVat
Is there a solution to make the single product page do this?
(I have spent 5+hrs trying options from custom code and editing the templates but with little success so would appreciate some help :D)
I have tried a mash of other codes and my own experience into fucntions.php with fatal errors or not really touching what I am looking for.
I have also tried unsuccessfully editing WooCommerce template files.
Any help much appreciated.

How realise double price range on woocommerce In product card?

How to release it on woocommerce? What plugin can help? for example -> can be viewed here https://gyazo.com/4e51ef9b4d116286499cf99642cde51f. I understand how the calculations work, but I can't find the plugin, maybe someone knows how I can replicate this? thanks for the time!
Tried different plugins, currently I'm using "Additional Product Options" options for prices. This plugin has a slider, but I don't know how I can repeat what I show before.

How to display revenue generated by a product from WooCommerce on the frontend

I am trying to display certain text on a website I am working on that is donations based. It uses WooCommerce and WordPress to handle the donations.
I am trying to display the text "Raised so far: $xx" dynamically so it shows the amount raised but I am struggling to find anything on Google/Stackoverflow that would give me the solution to this problem.
Does anyone know of a plugin that exists for this or some code that could make this possible? Thank you in advance.
Edit: See updated solution here

Getting 2 products in my woocommerce cart instead of 1

I've been trying to make an amp version of my site
most importantly my product pages
I'm using ampforwp plugin, but as I added the link to add the product to the cart, it just adds two instead of 1, and I couldn't find why
there are no empty links or things that I found on stackoverflow before
link for one of my amp sample versions: http://hashtom.net/product/%DA%AF%D9%84%D8%A7%D8%A8-%D9%BE%D9%86%D8%AC-%D9%85%D9%86-%D8%A7%D8%B9%D9%84%D8%A7%D8%A1-%DB%8C%DA%A9-%D9%84%DB%8C%D8%AA%D8%B1%DB%8C/amp/
btw it's a Persian site but I changed the button names to english so everybody could read them
it would be so nice if someone could help me out with this
thanks in advance

WooCommerce Variable Product issue after updating prices

This just started happening yesterday. I changed my price and now when a customer selects a color item, this pops up underneath the item.
It doesn't prevent the customer from ordering, but it looks horrible right underneath the product when they are about to proceed to the checkout.
Any information would be helpful.
{{{+data.variation.variation_description+}}}
{{{+data.variation.price_html+}}}
{{{+data.variation.availability_html+}}}
Here is a link to the product / image. Choose Either black, or white and you will see this code above pop up underneath the product.
Live website link to a product: sparkslide.com (iphone-66s)
Screenshot:
Thanks
This is a hack.
.woocommerce-variation.single_variation div{display:none;}
But it'll work.
Your theme template is out of date with the newest version of WooCommerce. Or the component in X isn't working correctly. Update your theme first, and if it doesn't work, contact Themeco. Otherwise, your best bet is the quick CSS hack offered by Jaime

Resources