Can you locate the giftcards.php file line 324:

Change

add_action( ‘wp_loaded’, ‘Wooposgc_Giftcards_load’ );

to

add_action( ‘plugins_loaded’, ‘Wooposgc_Giftcards_load’ );

Let me know if gift cards show up.