Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author mra13

    (@mra13)

    Do you get any error after the payment?

    Thread Starter Udinra

    (@udinra)

    Hi, I have paid, but I was unable to download the plugin.. your website redirected to a blank page after I made the payment.

    Sharing the issue faced by few users

    Plugin Author mra13

    (@mra13)

    Can you share the URL of the page where you have the payment button?

    Thread Starter Udinra

    (@udinra)

    Thanks for the response.Here is the link

    https://udinra.com/blog/google-mobile-sitemap-plugin-for-wordpress

    I am using below short code format

    [paypal_for_digital_goods name=”Udinra mobile sitemap plugin for wordPress” quantity=”1″ price=”20″ currency=”USD” url=”file URL” button_text=”Click Here to BUY” ]

    This plugin is requred $_SESSION, but in wp session is blocked.
    U need add this to functions.php.

    add_action(‘init’, ‘omyblog_init_session’, 1);
    if ( !function_exists(‘omyblog_init_session’)):
    function omyblog_init_session()
    {
    session_start();
    }
    endif;

    To Author.
    Please resolve this problem.

    Plugin Author mra13

    (@mra13)

    The new version has a fix for this. Let me know how you go after you upgrade.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘File do not download’ is closed to new replies.