By Julie Kubiak on Friday, 06 October 2017
Posted in General Issues
Replies 6
Likes 0
Views 846
Votes 0
I have a few issues with PayPlans.
Firstly, on Masquerading.co.uk when you click to register, it works fine, the payplans appear and I’ve chosen QuickRegistration. Only problem is it’s restricting the username for the new account. I need it to allow spaces.

Secondly, on my exact copy of the website, DEV.masquerading.co.uk I can’t get the payplans to appear and it forces registration to the ES registration. I can’t see why it’s different.

Could you please take a look for me.
Attached is the screenshot of the Usetname response I get if I try to include a space in the username.
Hello,

# To remove validation from username refer below mentioned point.
Go to root/plugins/payplansregistration/auto/auto/tmpl/registration.php, near line no. 34 find below mentioned code

<input type="text" size="20" id="payplansRegisterAutoUsername" name="payplansRegisterAutoUsername" class="placeholder required" pattern="^[a-zA-Z0-9_]{2,}$" data-validation-pattern-message="<?php echo XiText::sprintf('JLIB_DATABASE_ERROR_VALID_AZ09', 2); ?>" />


Replace With

<input type="text" size="20" id="payplansRegisterAutoUsername" name="payplansRegisterAutoUsername" class="placeholder required" />


# On your dev site where registration is going to ES, please make sure in backend payplans configuration you have Registration To Quick or not.

Let me know if you have any query.
·
Friday, 06 October 2017 17:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, Coding worked, but I now have
/>
outside of the field box that I can't remove!

Yes, I have in Payplans Configurations on DEV.Masquerading.co.uk set to QUICK (FROM PAYPLANS) set. It's not picking up on it for some reason and both are exactly the same.
·
Sunday, 08 October 2017 16:58
·
0 Likes
·
0 Votes
·
0 Comments
·
OH NO!!!
While testing masquerading.co.uk and creating new Plans, I've now lost the registration PAYPLANS SELECTION SCREEN and Im only getting the full ES registration screen. What's going on??
Please help!!!
·
Sunday, 08 October 2017 19:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

On dev site you haven't done changes in registration template that's why validation is still working.
See attached screen shot.

For your live site , when i select a plan the on login/register page quick registration is shown there.
See attached screen shot.

Let me know if i misunderstood your problem.
·
Monday, 09 October 2017 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, but that has gone WAY over my head lol
Is it anything I can change without editing code?????
·
Monday, 09 October 2017 23:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Julie,

I have done the changes at your site, please cross check it and update me if issue is not resolved.
·
Tuesday, 10 October 2017 11:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post