samdrp Posted April 10, 2014 Share Posted April 10, 2014 Hi, still new to all of this so any suggestions would be helpful as I have struggled for hours trying to find a solution to this. I have purchased a membership module and have been able to make changes I wanted through the .tpl files except for this one issue. The submit button for payment reads subscribe membership. I would like to change this text in the button but can not find where to change this. I have put in a request to support where I purchased but have not heard back yet. I found the code below and just to see what happen I changed the subscribe_membership_button statement to just subscribe_button. It recognized the change and the button actually got smaller but all text disappeared. <input type="button" name="Submit" value="{$subscribe_membership_button}" class="exclusive" onclick="confirm_subcribe()" /> Thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted April 10, 2014 Share Posted April 10, 2014 and if you cachange the code just to: <input type="button" name="Submit" value="My button" class="exclusive" onclick="confirm_subcribe()" /> Link to comment Share on other sites More sharing options...
samdrp Posted April 10, 2014 Author Share Posted April 10, 2014 well that was so simple. This worked. I was trying to follow their format Thanks so much Vekia Link to comment Share on other sites More sharing options...
vekia Posted April 10, 2014 Share Posted April 10, 2014 hello you're welcome glad to hear that i could help you i marked topic as solved with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts