I am testing this new version - when I try and sign-up to be an affiliate and fill in all the ingo - it never creates the account - it just sticks on the the screen with all the ingo - you hit continue and it just does nothing?
This is a discussion on affiliates ??? - working for you guys? within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I am testing this new version - when I try and sign-up to be an affiliate and fill in all ...
I am testing this new version - when I try and sign-up to be an affiliate and fill in all the ingo - it never creates the account - it just sticks on the the screen with all the ingo - you hit continue and it just does nothing?
What is ingo?
Please be more specific...
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
info... try it if you have new version installed...
try to sign-up as an affiliate... from the front end... After your populate all the info and try to hit continue - it doesn't got anywhere - it never says thanks you for creating you accoutn...
Thanks
Kyle
It works fine when I test it.
Please post your php, mysql, apache versions.
Do other account creation pages work, like new customer area?
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
The regular create account function works fine...
I am running this off localhost...
mysql - 4.017 - windoes
apache - 1.3.29
php - 4.3.5rc1
You think I may need to update smething...?
No,
I just tested it again and I see the problem. I was testing the wrong thing. The bug has been logged into the bugtracker. I will be looking into this today.
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Kool - I thought it was just me! :}
Other that thia I have come across no bugs...
I will do somemore testing and keep you posted...
I tries to fix using some of the newer file from newer versins of affiliated bt I was causing more hard than good...
Thanks Again
Kyle
What follows is my original post, and it is completely wrong. See the answer here instead: 003: Cannot set up new affiliate account - Bug Tracker - open source Commerce Maximized :: osCMax
Can't find the bug tracker, but the problem is in file: includes/modules/affiliate_account_details.php
at line 444 change:
echo tep_draw_pull_down_menu('state', $zones_array);
to
echo tep_draw_pull_down_menu('a_state', $zones_array);
and line 446 change:
echo tep_draw_input_field('state');
to
echo tep_draw_input_field('a_state');
then at line 459 change:
<td class="main">&nbsp;&nbsp;<?php echo tep_get_country_list('country',$a_country,'onChang e="return refresh_form(affiliate_signup);"') . '&nbsp;<br>' . (tep_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="inputRequirement">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?></td>
to
<td class="main">&nbsp;&nbsp;<?php echo tep_get_country_list('a_country',$a_country,'onCha nge="return refresh_form(affiliate_signup);"') . '&nbsp;<br>' . (tep_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="inputRequirement">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?></td>
That's all...
--gabe
Uh, I found the bugtracker... took sleuthing skills of an idiot, but I found it... hehehe... guess this was already fixed... thanks
--gabe
Bookmarks