• Resolved John

    (@dsl225)


    I’m testing with an item for a subscription and getting this:
    https://pasteboard.co/K2zqmr4.png

    Is it possible to:

    – have the visitor select how many repeats (months, years, etc) under Quantity for his subscription or is this always fixed as in the item’s setup?
    – What is this (r) next to the title “Subscriptions”?
    – Is it possible to rename some labels of fields, such as Item, Quantity and Total?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Brian Mutende

    (@picocodes)

    1. Yes. You can use the shortcode as [getpaid item=item_id|0] to allow users to enter their own quantities.

    2. Indicates that the product is a subscription product. You can disable it with the below code snippet.

    add_filter( 'wpinv_get_item_suffix', function() {
        return '';
    });

    3. You can use Loco Translate to translate the strings.

    Plugin Contributor Paolo

    (@paoltaia)

    Just FYI

    have the visitor select how many repeats (months, years, etc)

    Users cannot pick how many reoccurrences, only item quantity.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Item for subscriptions’ is closed to new replies.