• We want to make some customization on our website and we are using the Yith Subscriptions plugin. We just want when a renewal order has been paid successfully paid it should be shift into the active status. But it requires some code customization. can you please provide us with a Hook which will be used for an Renewal order?

    Remember! We already done some customization, Which will be triggered when specific products order services subscribed. we customize it to when specific product or service subscribe which required Documents Verification the order status will shift automatically shift to ID Awaiting status from Processing.

    but we want when this order is a renew order it should be shift to Active status instead of ID Awaiting. but we don’t have any hook or slug which will use to create a custom code.

Viewing 1 replies (of 1 total)
  • Plugin Support Carlos M

    (@cjmora)

    Hi @fawadasif12456,
    The plugin includes this action when a renewal order is created:
    do_action( 'ywsbs_renew_subscription', $order_id, $subscription_id );

    I hope it helps.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.