• Resolved obi_mokolo

    (@obi_mokolo)


    This is the only issue I’ve had with this theme and it has been the single most frustrating. I’m using the Fundify theme with EDD and a Stripe payment gateway.

    For some reason every time i enter an arbitrary amount on a new campaign It automatically changes the desired amount to $1,000,000,000,000.00! I’ve posted this question to EDD, Stripe and now you guys and haven’t come up with any answers. This is extremely frustrating.

    I absolutely need a resolution ASAP as our site is about to launch in two days. Please help me!!!!

    https://www.ads-software.com/plugins/appthemer-crowdfunding/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorry, looks like you are asking for help with the theme in the incorrect place, if you need help you will need to post a topic on the astoundify support forum.

    The solution to the issue is posted here: https://support.astoundify.com/topic/donation-only-problem/#post-32759

    Just so you know all of our theme support is conducted through the Astoundify support forum, Head on over and we’ll get you the help you need by one of our support team.

    Our dedicated support forum can be found Here. To register go Here.

    Seems that with the new owner of the plugin (IgnitionDeck), there’s not much documentation or support on this. And the link above is down.

    I’ve found a quick turnaround that can solve that. Maybe you can see some fancier way to do it.

    On the file appthemer-crowdfunding/assets/js/crowdfunding.js, line 116, replace:
    startPledgeLevel = parseFloat( basePrice.price );
    for this:

    if ( parseFloat(1000000000) != parseFloat( basePrice.price ) ) {
    				startPledgeLevel = parseFloat( basePrice.price );
    			} else {
    				startPledgeLevel = parseFloat( 0 );
    			}

    Hope it works for you.

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The $1,000,000,000,000 !’ is closed to new replies.