• I’ve tried the Full Stripe payment plugin with various themes and it works fine. Unfortunately with Fairy, the theme I’d like to use for my site, there’s a problem. The subscription management page doesn’t display properly (subscriptions don’t appear). Here’s the generated error message:

    Uncaught TypeError: Cannot read property ‘replace’ of undefined
    at Function.v.template (underscore.min.js?ver=1.8.3:2)
    at Object.WPFS.initManagedSubscriptions (wpfs-manage-subscriptions.js?ver=5.5.2:685)
    at HTMLDocument.<anonymous> (wpfs-manage-subscriptions.js?ver=5.5.2:1112)
    at i (jquery.js?ver=1.12.4-wp:2)
    at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
    at Function.ready (jquery.js?ver=1.12.4-wp:2)
    at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)

    Help or advice would be much appreciated.

    Thanks,
    Tim

Viewing 1 replies (of 1 total)
  • Thread Starter persikov

    (@persikov)

    Additional info from the dev behind Full Stripe:

    “The “Manage subscriptions” page uses templates to display its content.
    The templates are encapsulated in script tags like this:

    <script type=”text/template” id=”wpfs-subscription-cancel-success-message”>
    Cancelled subscription.
    </script>

    I can see these templates in the HTML source code, but when the “Manage subscriptions” page is loaded, something removes the templates – most probably the javascript code of another plugin.”

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin doesn’t work with Fairy’ is closed to new replies.