What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
WooCommerce Ultimate Gift Card - Create, Sell and Manage Gift Cards with Customized Email Templates

NULLED WooCommerce Ultimate Gift Card - Create, Sell and Manage Gift Cards with Customized Email Templates 2.9.4 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Member
Messages
30,378
Files
7123
Reactions
108,958
raz0r submitted a new resource:

WooCommerce Ultimate Gift Card - Create, Sell and Manage Gift Cards with Customized Email Templates - Download WooCommerce Ultimate Gift Card Create, Sell and Manage Gift Cards | 19191057

View attachment 11232

CREATE, SELL, AND REDEEM GIFT CARDS WITH WOOCOMMERCE ULTIMATE GIFT CARDS PLUGIN AND LET USERS ENJOY STRESS-FREE GIFT GIVING AT ALL CELEBRATIONS

The WooCommerce Ultimate Gift Card NULLED plugin allows you to create, sell & redeem gift cards and run a complete in-house WooCommerce Gift Cards program plugin.

You can sell both online and offline gift cards with multiple delivery options. Also, you can use the...

Read more about this resource...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: eldiesel
Reacted by:
raz0r 's signature
Reacted by:
raz0r 's signature
Reacted by:
For anyone that uses this plugin and has upgraded to Woocommerce > 10.x.x
You will probably see this error in your logs and the giftcards will not be sent:
Code:
[STDERR] expiry_date was called incorrectly. Coupon properties should not be accessed directly. Backtrace: do_action('wp_ajax_mwb_wgm_resend_mail'), WP_Hook->do_action, WP_Hook->apply_filters, MWB_WGM_Card_Product->mwb_wgm_resend_mail_process, WC_Legacy_Coupon->__get, wc_doing_it_wrong. This message was added in version 3.0.
[STDERR] coupon_amount was called incorrectly. Coupon properties should not be accessed directly. Backtrace: do_action('wp_ajax_mwb_wgm_resend_mail'), WP_Hook->do_action, WP_Hook->apply_filters, MWB_WGM_Card_Product->mwb_wgm_resend_mail_process, WC_Legacy_Coupon->__get, wc_doing_it_wrong. This message was added in version 3.0.

Go to this file wp-content/plugins/woocommerce-ultimate-gift-card/includes/woocommerce-ultimate-gift-card-class.php
and replace all occurences of
$woo_ver < '3.0.0'
to
version_compare( $woo_ver, '3.0.0', '<' )

This is because it is comparing version strings lexicographically, so '10.2.2' < '3.0.0' returns true (because it compares '1' vs '3' first).
Use version_compare() instead.
 
Reacted by:
  • Like
Reactions: flopas10
Top