Jump to content

Errores en palabras en el portal del cliente y modificacion del mismo


Recommended Posts

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

Link to comment
Share on other sites

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 ;)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated