treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Help needed for integration of Paypal donation box on WP-site

  • Hi,

    Im having troubles with getting Donate Plus plugin to work on a Wordpress site, for one of my clients. The client is a non-profit organization, that helps poor people in Thailand.

    I've created the markup and css for the donation box, aswell as activating the plugin.

    Here's the code in the frontend:

    Er indtil videre doneret

    DKK<?php echo do_shortcode('[donatetotal]'); ?>

    Vores mål

    DKK300.000

    Vil du støtte os?

    Hvis ikke du ønsker at hjælpe os med at indsamle dåseringe, er du også meget velkommen til at støtte os med et beløb.

    image/images/payments.png" class="payments" alt="Vi modtager følgende kort. /> <?php echo do_shortcode('[donateplus]'); ?>

    I will appreciate if there's someone who can help - please contact me on skype: nils_dk

    PS: The paypal account has been authorized and approved

    The site is: daaseringe.dk (daaseringe = canrings) :)

    Thanks, looking forward hearing from you.

    Regards, Nils

  • Er indtil videre doneret

    DKK<?php echo do_shortcode('[donatetotal]'); ?>

    Vores mål

    DKK300.000

    Vil du støtte os?

    Hvis ikke du ønsker at hjælpe os med at indsamle dåseringe, er du også meget velkommen til at støtte os med et beløb.

    < img src="<?php bloginfo('template_directory'); ?>/images/payments.png" class="payments" alt="Vi modtager følgende kort. /> <?php echo do_shortcode('[donateplus]'); ?>