Akin Delu
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change sequence in woocommerce subsubsub menuI was faced with similar challenge and this was how i managed to solve it. You can put the code below in your function.php or go ahead and make it a plugin
function rename_order_status_type($order_statuses) { /*the order you want the status to be in. If you want to keep the position of a certain status just leave it blank. In this case the first status will retain its position*/ $key_order = array("","wc-pending","wc-processing","wc-cancelled","wc-failed","wc-awaiting-approval","wc-transit","wc-dispatched","wc-completed"); return reorder_associate_arr($key_order, $order_statuses); } function reorder_associate_arr($key_order, $order_statuses){ $new_arr = array(); $keys = array_keys($order_statuses); $index = 0; foreach ($key_order as $key){ if(trim($key) == "") $new_arr[$keys[$index]] = $order_statuses[$keys[$index]]; else $new_arr[$key] = $order_statuses[$key]; $index++; } return $new_arr; } add_filter( 'woocommerce_register_shop_order_post_statuses', 'rename_order_status_type');
Forum: Plugins
In reply to: [Hubtel Payment] I paid for the premium feature but it’s not working!!Hello jhart1595,
Kindly provide the mobile money number used to make the payment and the url to your website
Forum: Plugins
In reply to: [Hubtel Payment] Undisclosed 30-Day Free TrialHi George,
Thanks for the feedback.
The first time the plugin is installed, you are given a 30-day trial period. This period allows you use all features of the plugin and decide if you want to use it on your live website.
After the 30 days, all features are disabled till you purchase the premium version.
Forum: Plugins
In reply to: [Hubtel Payment] NOT WORKINGEmail notification fixed
Forum: Plugins
In reply to: [Hubtel Payment] NOT WORKINGHi barfiyaw198,
You plugin has been updated with the fix.
Sorry for the inconveniences.
Forum: Plugins
In reply to: [Hubtel Payment] NOT WORKINGHello assanfulp,
Sorry for the inconveniences caused.
However, your trial period has been extended for another 30 days.
Thanks for the feedback.
Hello assanfulp,
Your inability to continue using the plugin is due to the expiration of your 30 days trial period.
To continue using the plugin you will need to purchase a premium license, kindly go to the plugin settings page and click on the “Buy Now” button.
- This reply was modified 7 years, 1 month ago by Akin Delu.
Forum: Plugins
In reply to: [Hubtel Payment] Hubtel Buttons Page Keeps ReloadingPlugin has been updated with the fix.
Thank you for the feedback.
Forum: Plugins
In reply to: [Hubtel Payment] Easy Digital DownloadHi fantinil,
Send me private message, my email address is [email removed]
- This reply was modified 7 years, 1 month ago by bdbrown.
Forum: Plugins
In reply to: [GTPay Woocommerce Payment Gateway] Network Activation FailedKindly update the plugin if you haven’t
Forum: Plugins
In reply to: [GTPay Woocommerce Payment Gateway] Changes to GTPay test URLsHi, thanks for the message.
However, i tried the new test url but i was unable to complete a test transaction because i wasn’t able to select a “card type”.
I would like to know if the new test url is still in use.
Forum: Plugins
In reply to: [GTPay Woocommerce Payment Gateway] Your transaction was not successful.Marking this asite resolved
Forum: Plugins
In reply to: [GTPay Woocommerce Payment Gateway] Sandbox modeMarking this as resolved
Forum: Plugins
In reply to: [GTPay Woocommerce Payment Gateway] Your transaction was not successful.Hi, kindly contact GTBank