stoneypointe Posted April 14, 2009 Share Posted April 14, 2009 A los hispanohablantes; Hola, tengo dos preguntas para hacerles porque estoy teniendo algunas dificultades cosmeticas con el portal del cliente: 1) Algunas de las palabras del portal no estan escritas correctamente, por ej: "Usted estα aquν", "Categorνas", "Mαs Popular Artνculos", etc He buscado por todos lados en los archivos del whmcs y no puedo encontrar estas palabras por ningun lugar. Alguien tiene idea donde debo modificar estas palabras? 2)He visto que en la pagina de Cart es posible configurar los productos con un menu de drop down. Donde puedo configurar esto? Desde ya muchas gracias. Stoney 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted April 14, 2009 Share Posted April 14, 2009 A los hispanohablantes;Hola, tengo dos preguntas para hacerles porque estoy teniendo algunas dificultades cosmeticas con el portal del cliente: 1) Algunas de las palabras del portal no estan escritas correctamente, por ej: "Usted estα aquν", "Categorνas", "Mαs Popular Artνculos", etc He buscado por todos lados en los archivos del whmcs y no puedo encontrar estas palabras por ningun lugar. Alguien tiene idea donde debo modificar estas palabras? 2)He visto que en la pagina de Cart es posible configurar los productos con un menu de drop down. Donde puedo configurar esto? Desde ya muchas gracias. Stoney Please post in english 0 Quote Link to comment Share on other sites More sharing options...
stoneypointe Posted April 14, 2009 Author Share Posted April 14, 2009 Here you go: "I have 2 questions regarding some cosmetic issues in the client portal: 1)Words in Spanish are misspelled: I have looked all over the directories under whmcs and can't find any of this misspelled words 2) I've seen that some people have customized their cart.php page so that the hosting plans display in a drop down menu. Do you happen to know how it is done? Thanks 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted April 14, 2009 Share Posted April 14, 2009 1) look in the lang/Spanish.txt file 2) Yes 0 Quote Link to comment Share on other sites More sharing options...
stoneypointe Posted April 14, 2009 Author Share Posted April 14, 2009 Hi Sparky Thanks for replying. I have already looked there but the words in question do not show up there Your answer to question 2 is yes. My question is how? Can you please point me in the right direction? Regards 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted April 14, 2009 Share Posted April 14, 2009 You should be able to get the general idea from the default ordertemplate in products.tpl This example does a dropdown for the product groups <div class="cartbox" align="center"><form method="post" action="{$smarty.server.PHP_SELF}"> <p>{$LANG.ordercategories}: <select name="gid" onchange="submit()"> {foreach key=num item=productgroup from=$productgroups} <option value="{$productgroup.gid}"{if $gid eq $productgroup.gid} selected="selected"{/if}>{$productgroup.name}</option> {/foreach} {if $loggedin}<option value="addons">{$LANG.cartproductaddons}</option>{/if} {if $registerdomainenabled}<option value="domains">{$LANG.orderdomainregonly}</option>{/if} </select></p> </form> </div> 0 Quote Link to comment Share on other sites More sharing options...
stoneypointe Posted April 15, 2009 Author Share Posted April 15, 2009 Ok, the issue with the characters in spanish is fixed. Thank you all and thanks sparky for the code for the drop down menu. ----------------++++++++++++++--------------- Hola amigos, ya solucione el problema. Algo estaba mal con los caracteres. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.