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

Not Displaying the correct fixed price for the frequently bought together

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 Team,

Hope you are doing well.

I am facing an issue as described below.

  1. Fixed Currency Price conflict in frequently bought together. In frequently bought together's total calculation the price displayed is based on actual currency conversion and not the fixed price set for the product. How can this be fixed? Screenshot attached.
    Product Link Page Link: https://www.angadcreations.com/product/flowy-navy-blue-velvet-phiran-with-tilla-embroidery/?currency=inr

I also contacted the theme developer and this was there response: It seems there will be conflict issue.
For get product price we use woocommerce standard function and still there is issue. So please contact to plugin developer they will be assist you better way.
For get price we use wc_get_price_to_display( $product ) function.

2. Also: Is there a way where currency switcher widget is only displayed for admins instead of all website users?

Thank you!

Warm Regards
Uday Singh

Hello Uday

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

2 Unfortunately, the plugin does not have such a feature

Hi Pablo,

Thanks for getting back quickly.

I went over the article showing list of plugins and compatibility fixes. I would like to tell you that feature is inbuilt into our store's theme and it is not from a third party plugin. I could not find the theme in the list you shared. I am sharing the link of the theme if it helps. https://themeforest.net/item/alukas-modern-jewelry-store-wordpress-theme/45256351

Can you please let me know what will be the next steps to fix this problem?

Thank you!

Warm Regards

Uday

Hello Uday

You can create a new adaptation request

Please  add wp-admin+FTP  access to your test  site - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png

And I'll add it to the adaptation queue

Hi Pablo,

Thanks a lot for getting back and your support. I have added the credentials as requested.

 

Thank you!

Warm Regards

Uday

Hello Uday

Can you  add FTP  access? Without this we will not be able to begin adaptation.

Hello Pablo,

Yes, FTP access is already there. It is for siteground. Is it now reflecting on your end?

Hello

Ok!  Please  add  FTP  host  and  port

Hello,

I have added the required information. Please let me know if anything else is required.

 

Thank you!

Hello

Great!  I've added this to the adaptation queue.

I'll write to you as soon as we get the result

Hello!

 

Thanks for the update. I will wait to hear back.

Hello

Please do a test

Hello,
It is displaying the correct price now but it is not pulling the sale price. Please see the attached screenshot.

 

 

Thank you!

Uday

Hello

Yes but it has nothing to do with my plugin.

You  can  disable  my plugin to  test( nothing will change )

Hello,

Alright. Thanks for letting me know. It might be the theme then. I will message them.

 

Thanks for all your help.

Hello

I changed  code  in file - wp-content\themes\alukas\inc\integrations\woocommerce\wc-core-functions.php  - https://share.pluginus.net/image/i20231103154900.png

if ( $product->is_type( 'variable' ) ) {
$display_price = $product->get_variation_price('min');
}

 

$current_display_price = wc_get_price_to_display($product);
if ( $product->is_type( 'variable' ) ) {
$current_display_price = $product->get_variation_price('min');
}

 

and - https://share.pluginus.net/image/i20231107102307.png

Hello,

Alright. Thanks a lot for sharing the info.

 

 

Welcome;)