Active
Project:
lm_paypal
Version:
6.x-2.x-dev
Component:
LM Paypal Subscriptions
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2009 at 21:52 UTC
Updated:
18 May 2011 at 00:40 UTC
I'm planning to use this module on a site which requires different level of membership for joining. I tried playing around with the module but it seems there are lot of references to PayPal and Subscription(subscribe).
Is there an easy way to change the reference from subscription to membership and subscribe to join?
Thanks,
=gk
Comments
Comment #1
that0n3guy commentedYou could try using http://drupal.org/project/stringoverrides
I dont know if it would work... but its an idea.
Comment #2
gkapoor commentedI tried that module, its working for string that are passed through the t() function but it seems that string like 'subscribe' and 'To Unsubscribe" are not passed through the function and it doesn't change.
Thanks,
Comment #3
chia commentedPerhaps you can edit the module and there are only few locations where you will need to change in lm_paypal_subscriptions.module . You can search for the location in that module lm_paypal_subscribe($subid = NULL, $display = 15, $button_url = '', $nid = NULL,$account = NULL) function have it. Look at this function in the module to edit.
Comment #4
john franklin commentedWe'll make this a 2.x feature request to change the terms used for 'subscription' so as to also support similar concepts like 'membership'