Community Add-Ons
| Maintainers: | zerpicco_01 |
ajax login
for osCommerce Online Merchant v2.2
hola esta contribucion no esta terminda solo es un ejemplo mmm estem el diseņo no es muy bonito pero es para empezar :-) lo que hace es que apareca el formulario logyn con un efecto tipo lite esta bueno :-) ami me gusta espero mejorarlo en eso estoy :-(
saludos
Legend:
Download
Report
HI!!! first... this is a great contrib... it need a little more of design.... if i can ill help you...
i found and error... here.. in the last step
"--|Still in header.php
Search for the link on the Account:
echo HEADER_TITLE_MY_ACCOUNT;
<a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" rel="ibox&height=300&width=400" target="login.php" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>
Then Add: rel & target:
rel="ibox&height=300&width=400" target="login.php"
|--"
the target its wrong it should be like this:
"--|rel="ibox&height=300&width=400" target="loginbox.php"|--"
*** The other subject its that u didnt say were to add that... somo people dont know.... it must be add like this...
"--|<?php echo tep_href_link('account.php') . '" title="' . HEADER_TITLE_MY_ACCOUNT . '" rel="ibox&height=300&width=400" target="loginbox.php">Account </a> '; ?>|--"
if i can ill do the translation to spanish.....
