Jump to content

wroughtec

Retired Forum Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by wroughtec

  1. ok seem to have solved was this login box cuasing the issue: <!--member start --> {if !$loggedin} <div id="member"> <div align="center"><h2>{$LANG.clientlogin}</h2></div> <form method="post" action="dologin.php"> <div class="c2"><label>{$LANG.email}:</label> <input name="username" type="text" class="navinput" /></div><br /> <div class="c2"><label>{$LANG.loginpassword}:</label> <input name="password" type="password" class="navinput" /></div><br /> <div class="c2"><input type="checkbox" name="rememberme" /> Remember Me <input type="submit" class="submitbutton" value="Login" /></div> </form> </div> {else} <div id="member"> <div align="center"><h2>{$LANG.clientareanavlogout}</h2></div> <form method="post" action="logout.php"> <br /><div align="center">{$LANG.welcomeback} {$clientsdetails.firstname} {$clientsdetails.lastname} <br /><br /><input type="submit" class="submitbutton" value="Logout" /></div> </div> {/if}
  2. Hmmm seems to be template related as it works fine with the default template any suggestons were to look to correct
  3. I am in the final testing phase of our hosting site: http://www.webtemplates-online.co.uk/host/ But I am being logged out every time i try and complete an order and I don't know why happens on the domain page were you hit continue and happens on the payment page maybe else were but that is what I have tested so far. Any ideas as obviously this is a bit of a problem!
  4. That makes life easier Thanks, now just need to keep an eye on the exchange rate lol
  5. I believe I need it to convert from GBP to USD before it gets sent to enom as their api only recognises USD. As say I had a domain on for £9.95 there system would only pick up $9.95 as far as i can tell which would mean I would be loosing out. Unless I understood enom incorrectly. If any other none US based carts have experience with enom would be grateful with any work arounds that you may have had to do etc. Hope that makes more sense. Thanks
  6. I was wondering if anyone could help. Our WHMCS uses GBP as the default currency and we have a reseller account with enom. Is there away that WHMCS would do a conversion when it passes the info to enom? I asked enom and they said: "Hello, WHMCS uses our API system. Our API system only allows currency in US dollars. Please get with WHMCS to provide you with a conversion mechanism." Is there a conversion mechanism and if so were does one find it or has anyone got an alternative way of doing this? Thanks
×
×
  • 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