Jump to content

Yonsee

Member
  • Posts

    6
  • Joined

  • Last visited

About Yonsee

Yonsee's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I created a few Products / Services in different groups. When a client start the process to buy a domain and select a package from the beginning, there is no problem and all the products are shown. When a client with a domain go to Services -> Order new services, the client can see the groups but they appear empty. What configuration am I missing to enable the possibility to show always the products. Another question I have is: in a WHMCS working with a WHM/Cpannel server there is any way to delete an account from WHM and create a new one when a client purchase a different package?
  2. Hello. I'm trying to configure WHMCS to work with WHM/Cpanel and Softaculous supporting multiple languages. I managed to have most of the process, from entering the first time to the webpage, buying a domain-package and accessing to the client Cpanel in the desired language, but at the time to put all the process together there are a few things that I don't know how to manage. For example: I can create a product in WHMCS and define some configurations of the client account that will be created in WHM or put the name of a pre create package in WHM, but there is no option to define the default package, as is in the WHM package, so the first solution I though was to create a WHM package and a WHMCS product per product and language, but I don't know how to filter the packages per language, to show only the packages in the language that the client select in the webpage or any way to not show the same packages in three direfent languages at the same time. Any ideas?
  3. Solved. If there is somebody with the same problem (now or in the future) this is my solution. adding to lines in the code: $xmldata=str_replace('<','<',$xmldata); $xmldata=str_replace('>','>',$xmldata); after $xmldata ='<?xml version="1.0" encoding="ISO-8859-1" ?><root>'.$params['data'].'</root>';
  4. Thanks. I was putting this plugin in the wrong folder...
  5. Hi. I'm trying to use the plugin and It's working quite fine, but I have an issue: It works properly with the description of the packages but not with the name. I used the option {debug} to see ve values from the variables and I discovered something strange: name => "<english>Wordpress will be inst..." description => "<english>Wordpress will be installed ..." I think this is the reason why is not working with the names: the function SimpleXMLElement($xmldata); is not recognizing the text as XML because there is no < >. any idea how to solve that? I think It could be done if there is any php function that allows to change a character o character string inside the variable, but i don't know if there is something like That.
  6. Hello. I'm trying to use a smarty plugin for translate custom text, as is exposed in this link. http://forum.whmcs.com/showthread.php?20219-MOD-Multilingual-Products-%28in-fact-any-value-you-want%29 But there is no result or message error even making intended errors. Later I tried to create new simple plugins to check there was any issue with the translation script, and there was no results. I'm starting to think that the smarty plugins stored in "WHMCS folder"/includes/smarty/plugins are not loaded. By one hand I didn't fount a way to check that. By the other hand I didn't find a way to see any kind of error log/messages if there is something wrong. I have debug mode activated in WHMCS and tried to use {debug} in a template but that option only shows variable values. Any idea?
×
×
  • 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