February 18, 2025 | by GamesHereHQ Team

As an Amazon Associate, GamesHereHQ earns from qualifying purchases.

Price: [price_with_discount]
(as of [price_update_date] – Details)
[ad_1]
Disney Infinity 3.0 standalone game disc for Xbox 360. No base or figures included. Factory sealed. Disney Infinity base and at least one figure required for play *DLC (Downloadable Content) may not be included and is not guaranteed to work*
Is Discontinued By Manufacturer : No
Product Dimensions : 6 x 1 x 3 inches; 0.01 ounces
Media Format : NTSC
Release date : August 30, 2015
Studio : TBD
ASIN : B014OL0IR0
[ad_2]
View all
As an Amazon Associate, GamesHereHQ earns from qualifying purchases.
function ghq_price_box_shortcode($atts) { $atts = shortcode_atts(array( 'asin' => '', 'btn_text' => 'Check Price on Amazon' ), $atts);$asin = esc_attr($atts['asin']); $btn_text = esc_html($atts['btn_text']); $affiliate_id = 'Gamesherehq-20'; $link = "https://www.amazon.com/dp/$asin?tag=$affiliate_id"; return ''; add_shortcode('ghq_price_box', 'ghq_price_box_shortcode');