mmozone

FINAL FANTASY XIV

SWTOR Credits can be bought and exchanged for in-game unlocks which will grant you access to new planets, cosmetic items such as armour and pets as well as special fighting and crafting skills. Use these to help you battle in a galaxy far, far away.

 

GOLD

Custom Amount: * 10 = Gold EUR
I want to spend: EUR

FINAL FANTASY XIV

2.20207.40


SKU: FINALFANTASY Category:

Description

SWTOR Credits can be bought and exchanged for in-game unlocks which will grant you access to new planets, cosmetic items such as armour and pets as well as special fighting and crafting skills. Use these to help you battle in a galaxy far, far away.

 

I want to spend: EUR
$('.ProductViewCustomAmount, .ProductViewCustomTotal').show(); $('.ProductViewVariations').hide(); } else { console.log("I am on line 78"); $('.ProductViewCustomAmount, .ProductViewCustomTotal').hide(); $('.ProductViewVariations').show(); } } // Initial check var initial = $('.OptionForm--Radio button.active').data('type') || $('.OptionForm--Radio button:first').data('type'); toggleCustomAmount(initial); // On button click $(document).on('click', '.OptionForm--Radio button', function (e) { e.preventDefault(); $('.OptionForm--Radio button').removeClass('active'); $(this).addClass('active'); var selected = $(this).data('type'); // <-- now correct toggleCustomAmount(selected); }); // On select change $(document).on('change', '.OptionForm--Select select', function () { toggleCustomAmount($(this).val()); }); });