Jump to content

olliedog

Retired Forum Member
  • Posts

    35
  • Joined

  • Last visited

About olliedog

olliedog's Achievements

Member

Member (2/3)

0

Reputation

  1. Hi Brian, So if I wanted to edit the templates or create my own pages, is it possible to change the content in the WHMCS landing page and move the original content to anew template page? would this mess up any template links? I want customers to reach the WP template page first then look for domains, so would prefer the index.php to offer these services first, then the next page would be the domain purchasing. Hope that makes some sense Ollie
  2. Thanks for the reply, I guessed that might be the answer 😬 Ollie
  3. Hi All, I would like to be able to keep customers on my WP site while they look at packages etc, but if they search a domain, they automatically end up in WHMCS domain search window. Is it possible if they search for a domain, stay within WP for the time being, and add the available domain to a basket, maybe add a hosting package or hosting package with WP template to the basket, then checkout from WP to WHMCS, would like to keep them in WP for as long as I can, as WHMCS is not as easy to customise as WP is, for someone with my skill level ;-) Ive looked at whmpress, but its not what I want with using page builders and extra plugin bloat. Any help would be appreciated. Ollie
  4. Hi Brian, thanks for the comments, I though it might be quite easy todo, but it seems its not, Im not a developer, and don't understand Smarty templates, so will leave it as is. thanks for the help Andy
  5. Hi, Ive been struggling with this for a week or so, all the documentation details adding and removing items to/from the primary nav with hooks etc, but nothing I can find details moving the primary and secondary nav to the top navigation bar of the page, so we only have one navigation bar at the top and not two. Ive tried a couple of things, but always break the templates Can someone point me to the right information to achieve this? thanks Andy
  6. Hi, I have been testing different control panels, and have settled on Virtualmin/Webmin and want to connect it to WHMCS. I am using Digital Oceans smallest droplets for the tests as this is not a production unit and all is working as expected, but what would be the minimum server spec I need to use to test Virtualmin with WHMCS, this is still a pre production test so will have no load as such on it only me testing things. I do have cPanel running in my reseller account with WHMCS, but i couldn't get it to work with Virtualmin, server setup and connection was/is fine, just adding accounts/virtual servers didn't work, and wondered if its the server spec being to small thanks Andy
  7. Is it possible to have load sharing with Amazon Web Servers and WHMCS running on 2 EC2 instances? and would the WHMCS DB have to be on a separate instance for the WHMCS instances to use the same DB How would the licence work? Thanks Andy
  8. Perfect, thanks for the help:!: the question marks are now there, I just need to get the popup windows to work Thanks again Andy
  9. Hi Brian, the path to the image is ok as i can paste it in the browser. Have i put the three links in the configure template in the correct place? thanks Andy
  10. Hi Brian this is the code, but the image does not show up, have i got them in the right place? If i type the path in the browser the question mark image is there, so I know the path is correct {if $configurableoptions} <h3>{$LANG.orderconfigpackage}</h3> <p>{$LANG.cartconfigoptionsdesc}</p> <div class="cartbox"> <table class="noborders"> {foreach key=num item=configoption from=$configurableoptions} <tr> <td class="fieldlabel">{$configoption.optionname}:</td> <td>{if $configoption.optiontype eq 1} <select name="configoption[{$configoption.id}]"> {foreach key=num2 item=options from=$configoption.options} <option value="{$options.id}"{if $configoption.selectedvalue eq $options.id} selected="selected"{/if}>{$options.name}<img scr="templates/dir/img/question.png"></option> {/foreach} </select> {elseif $configoption.optiontype eq 2} {foreach key=num2 item=options from=$configoption.options} <label><input type="radio" name="configoption[{$configoption.id}]" value="{$options.id}"{if $configoption.selectedvalue eq $options.id} checked="checked"{/if}> {$options.name}<img scr="templates/dir/img/question.png"></label><br /> {/foreach} {elseif $configoption.optiontype eq 3} <label><input type="checkbox" name="configoption[{$configoption.id}]" value="1"{if $configoption.selectedqty} checked{/if}> {$configoption.options.0.name}<img scr="templates/dir/img/question.png"></label> {elseif $configoption.optiontype eq 4} <input type="text" name="configoption[{$configoption.id}]" value="{$configoption.selectedqty}" size="5"> x {$configoption.options.0.name} {/if}</td> </tr> {/foreach} </table> </div> {/if}
  11. Thanks for all your help with this. This is the code the other page uses so i guess is a modal script $licenses[] = 'Softaculous <a data-controls-modal="show-softaculous" href="#"><img src="./modules/servers/cloud/assets/images/help_16x16.png" border="0" align="absmiddle"></a>'; I will have to find out how this works, will let you know how I get on Andy
  12. Hi Brian, I have the tool tip question marks running on a page already, which is where the screen shot came from, so I should be able to reuse this if i can get it to work, as it came as part of a page with one of the modules I've installed. Unless you know of a better way to get it to work? It has two chances of working Can you point me in the right direction for putting the question mark at the end of the text field? thanks Andy
  13. Hi Brian, Im using web20cart, how do I go about adding the code in? Thanks Andy
  14. Hi, is it possible to have a question mark graphic at the end of each configurable option field the same as the attached graphic, I would like to have a window popup with the details of the configurable option in. Thanks Andy
×
×
  • 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