Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zmrilly

    (@zmrilly)

    Are you available to do custom work as described on a short term?

    I’ve removed the restriction from the post excerpt and I’ve already added this part:

    <?php if(Woocommerce_Pay_Per_Post_Helper::has_access()): ?>
    This is the content that a user should see if they paid for the post
    <?php else: ?>
    <?php echo Woocommerce_Pay_Per_Post_Helper::get_no_access_content(); ?>
    <?php endif; ?>

    to a shortcode and made it visible within a single page (of a custom post type).
    So that the post itself is visible but some meta info (mostly contactinfo) is behind the paywall.

    Users submit their content on my site, so adding those posts manually wouldn’t really be possible.

    Thread Starter zmrilly

    (@zmrilly)

    Hi Audouin,

    Thanks for the reply. I entered the info inside WC vendors dashboard in the payment tab. The Bank account section for WC vendors has been removed within the settings by me. I’m only using Mangopay and showing the bank account section from Mangopay.

    I’ve checked again, when updating a user from within the WP environment and adding all info from within there it works properly. All information is saved within Mangopay.

    However when using WC vendors (pro dashboard) the Address of the user isn’t saved and the Bank account isn’t created. It also shows the IBAN is invalid if a ‘-‘ isn’t added to the IBAN number on the WC vendors dashboard. The user itself is created within Mangopay though.

    Sidenote:
    I’m using a custom registration option with Toolset. However when applying for vendorship the user is created after the user saves birthdate + Nationality and bank account details.

Viewing 2 replies - 1 through 2 (of 2 total)