Codemenschen
Forum Replies Created
-
You can update the untranslated string by installing “Loco Translate” plugin. You can find the French translation and search it to translate.
Also, can you let us know which text color you want to change because there is one option to change it from plugin settings. If possible you can provide us screenshot too.
Forum: Plugins
In reply to: [Gift Cards (Gift Vouchers and Packages) (WooCommerce Supported)] Gift itemYou need to update below file from {plugin directory}/gift-voucher/assets/js/item-script.js
You need to completely remove below line
$(‘.wpgv-according-category:not(:first-child)’).addClass(‘catclose’);And instead of below line you need to update modified line:-
Original :- $(‘.wpgv-according-category:not(:first-child) .wpgv-items’).slideUp();
Modified :- $(‘.wpgv-according-category .wpgv-items’).slideUp();This will allows you to close all the categories by default.
Let us know if you need any further help π
Hi @designp
For overlap issue you can use below CSS code. You can add this from plugin settings > Custom CSS.
#voucher-multistep-form .voucherform #voucherAmount {
padding-left: 55px !important;
}And regarding email content If you are using the “per invoice” payment method then you can disable direct email feature. You can confirm the payment and send email directly from Admin. But by doing this you can not send only invoice to client for order confirmation.
Let us know if you need any further help.
Hi @sipnswig
Glad to know that!! I am marking this as resolved. please feel free to open a new ticket for any further queries.
Glad to know this π For now I am closing this topic. Feel free to open new thread if you need any further help.
Can you please confirm once βChange PDF Save Optionβ is enable because sometimes that could resolve error. Also, you can check the currency code you have added is correct or not. You can check correct code from here.
And woocommerce isn’t necessary to install.
Let us know if still not resolved. We will help you with other solution.
Hi @thomasltn
Yes, if customer refresh it’s sending email again but this is not for sending unlimited times it’s as feature Like if someone not received mail then they can refresh and try to resend mail.
If you are able to modify the code then you can update below file.
gift-voucher/include/voucher-shortcodes.phpLet us know if we can further help you.
I just check your website URL structure. Can you please try to update permalink structure from “custom structure” to “Post name”. This will surely work after that.
Can you check if this setting is enable from Plugin settings => “Change PDF Save Option”.
Also, if that is enable can you please check with your hosting provider if “allow_url_fopen” this option is enable or not? This will be required to generate PDF.
And regarding PDF preview you can check our documentation from here. Voucher PDF preview page should be there from Admin.
Let us know if we can help you further.
Hi @twgolds
Glad to know that it’s working now.
Iβm marking this topic complete, please feel free to open a new thread for any further queries.. π
Hi @sipnswig
Thanks for your message.
Can you please confirm if you are using the correct credentials? Because The credentials for Live mode and Test mode will be different. Also, you can check the currency code from here. If that is wrong then it could cause issue too.
Let us know if you need any further help.
Hi @thomasltn
I checked your next topic you are receiving emails but in spam folder right? This can be solve by changing email address from plugin settings > Email settings.
Let us know if We can help you further.
Hi @thomasltn
Thanks for your kind words.
If you are receiving emails in spam then you can check from plugin settings if you have set the Domain associated email address or not. Because if it’s not connected with domain mails will send to spam folder.
If still it’s receiving in spam then we recommend you to use “WP Mail SMTP by WPForms” plugin. π
Let us know if we can help you further.
Hi @twgolds
Can you please check if your website has SSL active? Because stripe payment will only work with SSL active. If it’s active already can you provide your website URL? We can check error from console and help you to resolve?