Ronin
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] Email ShortcodeThere is nothing like this setup yet however I do plan on adding a basic way to modify the email. I also want to offer a premium option that gives you a lot more that you can edit.
You can create a gift card and then change the number once it is created. I am planning to build that into the plugin in a future release. The card number will get sent out once it is created. You can choose to make it so that the information is not sent out and you can send it out later on.
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] Missing gift card code in the admin panelI have actually been working to resolve this and some other things. I just updated my plugin to address this issue. It should be good now however please let me know if you continue to have trouble with the plugin.
Ryan
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] Show Gift Card as payment type in emailsI will look into getting this to display the way that you are talking about. I think it would be easier to understand how it was paid for or why there is a $0 balance.
Thanks for the suggestion.
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] Expiry date error in emailSorry for the delay in responding. I have just recently updated my plugin to address this issue. Please let me know if you continue to have trouble with the plugin.
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] Not sending Gift voucher emailsThe option for auto sending is not a feature offered on the free version of the Gift Card plugin. Please contact me through my website, wp-ronin.com
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] Gift cards do not workCan you tell me what version of gift cards you are using. I thought this issue had been resolved but if it is still happening I want to track down what is causing this.
Ryan
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] Translation problemI plan on updating it today or tomorrow.
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] Gift cards do not workThis is an issue that I am currently working on however you can try to enable the Shipping Charge option in the Gift card settings. (This makes it so that shipping is paid for with the gift card). If you do not want this feature you should be able to disable the option right after.
Please let me know if this works for you.
Forum: Plugins
In reply to: [WooCommerce - Table Rates] remove method title Gives errorUnfortunately with Woocommerce there has to be a title. If you want to change the title you may go to the settings and update it to what ever you would like it to be.
If you go into the settings of the shipping method you should be able to specify that any orders over the max value in your table will use the largest shipping option cost. Does this not work for you? I would be happy to look into it further.
Forum: Plugins
In reply to: [WooCommerce - Table Rates] Use fixed percent shipping for all ordersSorry for the delay on this response. Currently the option for a percentage is not available. I am working on a few other plugins and plan on revisiting this one shortly. If you have any suggestions please let me know. I do plan on adding this option.
Forum: Plugins
In reply to: [WooCommerce - Table Rates] Using percentage of total card amountCurrently the option for a percentage is not available. I am working on a few other plugins and plan on revisiting this one shortly. If you have any suggestions please let me know. I do plan on adding this option.
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] Gift cards do not workYou can email me at [email protected].
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] Translation problemYes thank you for finding those as well. I have included the lines below so that you can fix it now and it will be on my next release. Same file as before.
Line 91:
$subject = apply_filters( ‘woocommerce_email_subject_gift_card’, sprintf( ‘[%s] %s’, $blogname, __( ‘Gift Card Information’, WPR_CORE_TEXT_DOMAIN ) ), $post->post_title );Line 101:
$email_heading = __( ‘New gift card from ‘, WPR_CORE_TEXT_DOMAIN ) . $blogname;