Alberto Perez
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] pdf attachmentHi
It is also a good idea to send email , PDF attached in the email itself , so you can print and give to another person , I believe in a future update I will, maybe in a couple of weeks.
Forum: Plugins
In reply to: [Frontend admin menu] Icon has moved to bottom of page?Hi holliboy, we redesign all menu. Button now is at bottom of page because is more accessible and better looking. At this momment there are not options to move this button to top left corner.
Its probably i make that in the next update.
Thanks.
Forum: Plugins
In reply to: [WP Great Newsletter] Subscribers list bug after update to 4.3Hello.
I add a compatibily with 4.3.1, can you upgrade the plugin and try now?
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] Coupons Not GeneratingOk, this plugin send automatically coupons after status order change “Completed”, if you want to change automatically this status when buyer finish… you need this in your functions.php of your theme:
add_action( ‘woocommerce_thankyou’,’mymodule_woocommerce_auto_complete_order’ );
function mymodule_woocommerce_auto_complete_order( $order_id ) {
if ( ! $order_id ) {
return;
}
$order = wc_get_order( $order_id );
$order->update_status( ‘completed’ );
}Forum: Plugins
In reply to: [WooCommerce Gift Coupon] Coupons Not GeneratingHi. Now this plugin generate coupons automatically.
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] Coupons Not GeneratingYou can select all items and send all in one action. Its not necesary send one by one.
Its imposible to send automatically, beacause you need to check if orders is correctly payed on Redsys, paypal….
Its a good idea to send coupons on woocommerce complete order. Its posible we make an update…
Thanks.
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] Coupons Not GeneratingHi, You select option generate coupons after complete order?
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] Woocommerce 2.4Works perfectly with WordPress 4.3 and Woocommerce 2.4.
Thanks.
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] Woocommerce 2.4We have 2.3 and it works great…but i dont know in 2.4. This week i test the plugin in 2.4
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] Coupons are not generatingYou need to revisit the order and complete the order to generate a coupon.
You have a option on the select in the orders page to generate coupons with coupon bought.
Forum: Plugins
In reply to: [Frontend admin menu] admin backend menu not showingGood Morning. We have checked the operation and is correct.
After saving, you have reloaded the page to view if the changes have emerged effect ?
Changes are stored in BD is not caches.
You are accessing As an administrator ? – > Enable menu management backend for all roles ? (This does not apply to Administrator)
Forum: Reviews
In reply to: [WP Great Newsletter] Needs room for improvementHi viktorivanov. We correct this bug and we update the plugin.
Thanks.
Forum: Reviews
In reply to: [Frontend admin menu] Very Nice!Thank you very much Michael. The next update will have a colorpicker js to choose the color of the menu.