PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

WooCommerce TM Extra Product Options - in cart amount not getting added

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi there,

I am using the Plugin: WooCommerce TM Extra Product Options (By themeComplete)

So when we add the extra product option in the converted currency USD ($) - it shows on Product Page but when added to Cart - the options amount is not getting added in ($).

Could you please guide if any code/ snippet could be added? Thank you so much in advance.

Sharing link for example: https://happyinvites.co/shop/style/traditional-theme/pb14-whatsapp-wedding-invitation-video/?currency=USD

Hello

Please  read  this - https://currency-switcher.com/woocs-labs/

Hello Pablo Sir,

Thank you replying. I went through the link you shared and as per that:

  1. I checked the https://currency-switcher.com/codex/#compatibility to see but there is nothing on the issue I am facing in that category
  2. I checked the previous threads, but there too I could not find a solution to the issue
  3.  I am guessing you shared the link to indicate that this query would be treated as a request for ADAPTATION in [WOOCS LABS] ... The only thing is I request you to please look into this because earlier this issue wasn't there I think, it happened in past few months and we are loosing out on a huge amounts because the Extra Options addons to not get added to the CART if currency filter is applied.

Please could you clearly guide me as to what I can do about this ? Thank you.

Hello

You can  add wp-admin+FTP access( https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png )  to your test  site

I will add this to the adaptation queue

Okay I have done the needful, thank you. The Theme Complete guys seem to have a solution apparently so I have messaged them as well to help with the issue, please refer tot this thread, in case it helps overall for all users with both these plugins.

https://themecomplete.support/forums/topic/wrong-final-total-displayed-on-product-page/#post-99927

 

 

Hello

Unfortunately I can not view the message in this forum

did you manage to fix this problem?

Hi, I am so sorry we will need your help. I got a reply the issue is not resolved as they said that it was an issue for older version, so I need to generate a new query there as well, so No, the problem didnt get resolved. So sorry, kindly guide, Thanks.

ok! I added this plugin to the adaptation queue

Hello

plugin: https://themecomplete.com/documentation/woocommerce-tc-extra-product-options/

In file - wp-content\plugins\woocommerce-tm-extra-product-options\include\classes - I added code- https://share.pluginus.net/image/i20210702200748.png

if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed AND $price1 ) {
$currrent = $WOOCS->current_currency;
if ($currrent != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$currrent]['rate'];
$price1 = $price1 / $rate;
}
}
}

Please  do a test

Yes we tested it, it works, thank you, thank you so much for treating this on priority. We are very thankful that you helped us out. Thanks again.

Hello

Welcome:)

Please report this fix to WooCommerce TM Extra Product Options  developers

Sure, have done the needful. thanks.

Great!  thank you  and  welcome;)