• Resolved michaeloo

    (@michaeloo)


    Hello. I’m having an error. Error using Multi-level Donation.
    I set the settings in Donation Level. When I select a radio button, the total amount is not updated and there is an error in the code. File name is api.js, line 207

    setCache: function( key, value, $form ) {
    if ( $form.length ) {
    Give.cache[ ‘form_’ + Give.form.fn.getInfo( ‘form-id’, $form ) ][ key ] = value;
    } else {
    Give.cache[ key ] = value;
    }
    },

    Uncaught TypeError: Cannot set property ‘amount_20’ of undefined
    Uncaught TypeError: Cannot set property ‘amount_30’ of undefined

    • This topic was modified 5 years, 8 months ago by michaeloo.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Devin Walker

    (@dlocc)

    Hey @michaeloo – it seems there’s some JS conflict going on there. It could be due to a conflict with another plugin or theme, or something else entirely. Do you have a link to the site so we can see the issue first hand? Also, those levels exist on the donation form I’m assuming? Have you tried deleting and re-enabling levels?

    Thread Starter michaeloo

    (@michaeloo)

    Do you have a link to the site so we can see the issue first hand?
    Site address http://develop.fondazioneien.org/sostieni/

    Have you tried deleting and re-enabling levels?
    Yes, I have. I have tried deleting and re-enabling levels.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error: Cannot set property ‘amount_xx’ of undefined’ is closed to new replies.