• Resolved visualact

    (@visualact)


    Hi,

    Thank you for your great plugin.

    I’m offering a life time subscription and I was wondering if I could replace “year” to “Life Time”?

    Also even thought I have set the date to never but customers see a year period. Is there an option to change that too?

    Thanks
    Yasush

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @visualact

    Could you please share a screenshot of your issue. If the subscription expiry set to never, it wouldn’t show year. If your product is yearly subscription product, it will show price/year

    Thread Starter visualact

    (@visualact)

    Hi Mark,

    Please see the links for screenshot:

    Screenshot_01
    Screenshot_02

    Thanks

    • This reply was modified 7 years, 3 months ago by visualact.
    • This reply was modified 7 years, 3 months ago by visualact.

    Hi @visualact

    No Screenshots available in the above link. Please update the correct links

    Thread Starter visualact

    (@visualact)

    Hi Mark,

    The links are working for me. I have uploaded the images to a different website. Please see the screenshots at the link below:

    Screenshot_01
    Screenshot_02

    @visualact

    Please try this code snippet in your active theme’s functions.php

    add_filter(‘hf_subscription_product_price_string’, ‘mark_change_price_string’, 10, 3);

    function mark_change_price_string($subscription_string, $product, $include){

    return str_replace(“year”, “life time”, $subscription_string);

    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘LifeTime!’ is closed to new replies.