• Resolved Jeff Barnes

    (@jeff-barnes)


    Entering any valid value (1W, 1M, 7D) under “Regular billing cycle” on the Subscription Data tab is not actually saved. When you leave the page and come back, the value is lost and no row for pt3 or t3 appears in the database under product_meta table.

    This causes subscriptions not to work, and subscriptions are the major reason I purchased the pro version. I’ve tried sending this issue to the developer via the contact form on his site but have received no reply.

    If this isn’t resolved, I’m afraid I’ll have to revoke payment.

    https://wordpress.org/plugins/easy-paypal-lte/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jeff Barnes

    (@jeff-barnes)

    I also tried adding the data directly into the DB. It still didn’t work.

    Thread Starter Jeff Barnes

    (@jeff-barnes)

    So, I worked out the hack for it based on the PayPal dev guide.

    https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/

    Add “t3” and “p3” rows to the (whatever)_options_meta DB where:

    – product_id matches the recurring product
    – t3 value in the “name” column signifying the subscription payment cycle unit of time. “value” column should be one of the following:

    D — for days; allowable range for p3 is 1 to 90
    W — for weeks; allowable range for p3 is 1 to 52
    M — for months; allowable range for p3 is 1 to 24
    Y — for years; allowable range for p3 is 1 to 5

    – AND another row with p3 in the “name” column and a “value” within the allowable range for the corresponding t3 selection above.

    This is a lot of work for a feature that the developer is selling as working.

    Plugin Author manojtd

    (@manojtd)

    This has been resolved privately.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Subscriptions "Regular billing cycle" not saving’ is closed to new replies.