Jump to content

stevenrca

Retired Forum Member
  • Posts

    18
  • Joined

  • Last visited

Everything posted by stevenrca

  1. Why cant you check http://www.virtualglobalphone.com ... their price is quite reasonable and flexible.
  2. You can check http://www.virtualglobalphone.com and http://www.virtualglobalpbx.com they have cloud hosted simple phone to IPPBX for a rate as low as 2 USD.
  3. Hello All, Wanted to display a content from other website in the client area when clicked on the menu. Saw Utilities --> Browser in admin screen. Is it possible to get in the client area also? if yes can any one please share the code. Thanks in advance. Regards Steve
  4. hi, Was able to get few things done ... but still not able to pass the values to next page. The below display radio selection or the list. <table> {foreach key=num item=addon from=$addons} <tr> <td><input type="radio" name="radioaddon" value="addon" id="addon.id"/></td> <td><label for="a{$addon.id}"><strong>{$addon.name}</strong> - {$addon.description} </label></td> </tr> {/foreach} </table> <select name="addon"> {foreach key=num item=addon from=$addons} <option value="a{$addon.id}"><strong>{$addon.name}</strong> - {$addon.description}</option> {/foreach} </select> Apriciate if some one can help me out on this.
  5. Hi Steve Bros, My intention is to allow only 1 addon in the selection. Thats why asked if any one can help me out. Following is the latest code - giving some error once selected - anyone can help me out here please. <table> {foreach key=num item=addon from=$addons} <tr> <td><input type="radio" name="addon.id" value="addons" id="addon.id" onclick="document.getElementById('addon').style.display='none'" /></td> <td><label for="a{$addon.id}"><strong>{$addon.name}</strong> - {$addon.description} </label></td> </tr> {/foreach} </table>
  6. Hi Friends, Wanted to know if their is any way to display radio selection than checkbox in product addons tpl file [configureproduct.tpl]. Below is whats the exisitng code. {/if} {if $addons} {$LANG.cartaddons} {$LANG.orderaddondescription} {foreach key=num item=addon from=$addons} {$addon.checkbox} {$addon.name} - {$addon.description} {/foreach} {/if} {if $customfields} {$LANG.orderadditionalrequiredinfo} {$LANG.cartcustomfieldsdesc}
  7. HI Baji, Thanks, I am aware of this URL and many other post before i have posted the issue. Nevertheless apriciate your time and effort. Anyone else have similar issue like mine. Regards Steve
  8. Hi Baji, Thanks again, and apriciate your help. I did checked the code u pasted above looks same as their in the files. COuld u please share more details of the tpl file. Thank you very much in advance. Regards Steven
  9. Hi Baji, Thanks - u can see the code in - portal folder in template. header.tpl and homepage.tpl. If i try to remove any menu on the left hand side of menu bar or remove any menu on the horizontal in header.tpl file the homepage.tpl is apearing below the menu.
  10. Hi, Can anyone share thier experience in altering the Portal template ? I have an issue whenever i try to alter the header.tpl / home.tpl file the out put seems coming one table below the other. Even just a comment in the file is resulting into this. I did got few working templates from friend and try to alter the same resulted like the above. Thanks in advance. WHMCS is a great script and developer keep up the g8 works. Regards Steve
×
×
  • 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