Codemenschen
Forum Replies Created
-
I checked from console and looks like combined.js has some error and “step.js” from our plugin is loading after that so, that could be the issue if possible please deactivate the plugin and check if that’s working or not!
Let us know if we can help you further 🙂
To add the custom field need to modify the plugin. If you are able to modify the plugin then you can update the “giftitems.php” and “front.php” also, if you want to save it to Database then need to pass the value by js file from below folders.
gift-voucher/assets/js/voucher-script.js
gift-voucher/assets/js/item-script.jsTo save data you can modify below file.
gift-voucher/include/wpgv_voucher_pdf.php
gift-voucher/include/wpgv_item_pdf.phpLet us know if you need further help 🙂
Hi @vayier
If selected the shipping method then shipping charges will be added to voucher and that charges will received by Admin so, Admin need to manage the shipping option and send it manually. Also, if you don’t want to use this feature or make it unavailable then you can disable that from settings.
Hi @vayier
Thanks for your messages!!!
You can enable shipping method from plugin settings or it will send by Email. When somebody Buy the voucher the Admin, Buyer and Receiver all will receive notification via email.
Also, if Buyer selected voucher send by shipping then voucher email will not send directly to Receiver. Either admin can send the voucher manually or Buyer.
when buyer pays money it will received by the account holder which account is connected from plugin settings.
Let us know if you have any further queries. We always here to help you.
We are grateful that you took the time out to leave us a 5-Star review. Thank you very much!!!
Thank you very much for sharing experience with us!!! We appreciate this kind of reviews.
We are always here to help you 🙂Hi @orangedrop
Glad to know that solution works for you 🙂
I am marking this solution as resolved, feel free to open new thread for any further help we always here to help you 🙂
Hi @orangedrop
Thanks for your message. You can try below solution I added this custom CSS from browser inspector and that allows me for next step. Please try to add this this will surely resolve the issue.
You can add below CSS code from plugin Settings => Custom CSS:
#voucher-multistep-form.wizard>.actions{
float: left !important;
}
.content.clearfix{
width: 100%;
float: left;
max-width: 98%;
}Hello @echappee06
Yes, I understand this need to be different subject line management if someone purchases voucher for themselves but as this option is not available for now you can resolve this by adding default value.
We will surely add this different management in upcoming updates. 🙂
Hi @echappee06
Thanks for bringing our attention here. Sure we will check for the amount format in future updates. So, Admin can change the format.
Also, regarding “Recipient Name” issue you can update the default value for “to_name” column from “{prefix}giftvouchers_list” table.
Let us know if we can further help you 🙂
- This reply was modified 5 years, 7 months ago by Codemenschen.
Hi @echappee06
Thanks for bringing our attention her.
Regarding Euro sign issue if you are able to modify the code you can update below file.
gift-voucher/templates/pdfstyles/style1.php and same to all style files.and at the top you can define the ASCII value for Euro as below
define(‘EURO’,chr(128));and instead of this “wpgv_price_format” function you can replace it as below
EURO.$wpgv_add_extra_charges instead of wpgv_price_format($wpgv_add_extra_charges);Hope this solution works for you. and regarding writing with single quotes we will surely try to resolve this in our upcoming updates 🙂
Hi @echappee06
Yes you can add your PDF link as Email content. You can find this from Plugin settings => Email Settings and Receiver’s Email Body.
Let us know if you have any further queries.
Hi @megosoft
If you want to add custom field then need to customize the plugin core files. From admin directly it is not possible.
We will try to add this kind of feature in future updates 🙂
Hi @lopxen
That can not change, because that’s 3rd party payment process by Stripe. Customers have to securely redirect to stripe to add your card details and complete payment.
Hi @lopxen
Thanks for your message.
yes that need to small custom change from database. You need to update the page id from wordpress option table. find this option “wpgv_successpagemessage” and add the id of the page you want and save the settings, You can see the changed URL from settings “Stripe Checkout Page”.
That desire page must contain this shortcode “[wpgv_stripesuccesspage]” else it will not work.
Let us know if you are facing any issue. We will surely help you.