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

gift card plugin

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.
12

Hello. I have a paid version of your plugin. Everything works great, thanks. But now the question arose about gift certificates. And that turned out to be a problem. I went through many plugins, none of them work correctly with the currency switcher. Perhaps you know which plugin will definitely work correctly with yours? Thanks in advance.

Hello Tatyana

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

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

 

Hello Pablo. Thanks for the answer. I installed the plugin Ultimate Gift Cards for WooCommerce. It arranged for me in all respects. I'm going to use the gift certificate floating price feature. And it is important for me that when using this certificate, the currency is converted correctly. I found this path in the suggested Giftware solutions - WooCommerce Gift Cards, but unfortunately it is either an outdated version (there is no such folder in the plugin files) or it is for the PRO version. For the YITH WooCommerce Gift Cards plugin, the code did not work either, unfortunately. If some solution for the Ultimate Gift Cards plugin for WooCommerce comes out, I'll be happy! Thank you!

Hello

Sorry, we do not support products without the license.

To get  license  key - https://codecanyon.net/downloads -> https://c2n.me/49ZXJv0.png

Hello Pablo. Thanks for pointing out where to look. Added license key.

Hello

Ok!  Great!

Please  add  wp-admin  access  and  I  will  add  this  request  to the queue for adaptation

Thank you Pablo. Added.

Hello

Thank  you!  I  will  write to you as  soon as I  get  the  result

Please  do a test.

As I understand it is a live site. Can I test on it?

 

Hello Pablo. Thank you! I tested, but did not see the result. Did a test at the selected price. If I set the price to 20 in the admin panel, it does not change when I change the currency. It remains 20. And then, when paying by card, apparently, it will also not be converted. What is the most relevant. I haven't checked this yet. Of course you can test.

Hello

Please  driop me  exact  link to the  issue  and  describe  in  more  detail  what  should I do to get  the  error

Hello Pablo. Thanks for the answer. I checked with a transaction. Everything is working! Except one. The buyer receives an automatic letter in the mail, in which the amount of the certificate is indicated. And it is reflected in the amount of the store's base currency, but with the currency used in the purchase. In a test purchase, I purchased a certificate for $1. The base currency of the shop is Polish kroner. In the letter, the amount of the certificate is $4.08. This is at the rate of 1 dollar. Could you try to fix this one more please. And another question for the future, if suddenly I have to update plugins, what changes should I make?

Thanks a lot.

This is what the test coupon from the email looks like.

https://drive.google.com/file/d/1LPTPHsbs2OvfDzJklb6FB6pbut5Xzb1Z/view?usp=sharing

Hello

I will write to you as soon as I get the result

Hello

Please do a test

In file  - \wp-content\plugins\woo-gift-cards-lite\public\class-woocommerce-gift-cards-lite-public.php  - I added  code - https://share.pluginus.net/image/i20230623184248.png

in  functions.php

 add_filter( 'wps_wgm_add_cart_item_data', function($item_meta, $the_cart_data, $product_id, $variation_id){
if (class_exists('WOOCS')) {
global $WOOCS;
$curr = $WOOCS->current_currency;
if ($curr != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$item_meta['wps_wgm_price'] = $WOOCS->back_convert($item_meta['wps_wgm_price'], $currencies[$curr]['rate']);
}
}
return $item_meta;
 },10,4 );
 add_filter( 'wps_wgm_updated_minicart_price', function($product_price, $cart_item, $cart_item_key){
if (class_exists('WOOCS') ) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$product_price = $WOOCS->woocs_exchange_value(floatval($product_price));
}
}
return $product_price;
 },10,4 );

Hello Pablo. Thank you. I tested, but the result is the same. In the certificate sent, the amount continues to be displayed in the form converted into the site currency, but with the banknote of the currency in which the sale was made. In a test purchase, I purchased a certificate for $1. The base currency of the shop is Polish kroner. In the letter, the amount of the certificate is $4.03.

This is what the test coupon from the email looks like.

https://drive.google.com/file/d/1mV78o8aS9WxTK9V5wTp_XaEkLFU8CU8d/view?usp=drive_link

Hello

Ok!  I  will  check  it

Hello dear Pablo. Is there any news on my question?)

Hello

The developer cannot find where this email is generated.

We'll try again this Friday

Hello

Where do you customize this email template - https://c2n.me/4iU6WmY.png    Looks like it's not part of the plugin -Ultimate Gift Cards для WooCommerce

Hello Pablo. Thanks for taking care of my issue! The template settings are located within the plugin. Admin -> gift cards -> templates. I addressed this question to the plugin developers, I hope they will answer something concrete.
Thanks again. I'll write as soon as I understand.
Regards, Tatiana.

12