Jump to content

duperhost

Member
  • Posts

    53
  • Joined

  • Last visited

About duperhost

duperhost's Achievements

Member

Member (2/3)

0

Reputation

  1. Is this work with latest version of WHMCS ? Is it come with free updates ?
  2. Where is the batch location, I am not sure I am able to find it in the services. Please see here for details about this update: http://forum.whmcs.com/showthread.php?64778-Security-Advisory-for-V4-5-amp-Google-Checkout-Users&p=282238#post282238
  3. In the website dose not have English Language, Is this modules in Russian only, dose not have English support ?
  4. Yes, I wanted to make order as customer for testing purpose I do not want to pay actually. Just to make test order and get the complete page, to test many things like : Affiliate (not in house) and to test Google analytics Sale (Conversion) to see if the sale will be recorded and money amount get recorded. So, the main thing is to do test for complete order, once I do update each time, I needed to test everything to see If it's OK
  5. How it possibly to test transaction with WHMCS to get to order complete for testing...
  6. To Whom It May Concern, Here is a bug I've found with 2checkout Demo mode Thanks
  7. True, there are many issues. I know we should delay the upgrade if we know there is still issues with software.
  8. This happen to all of us, Actually, You may also use the forums for support.
  9. as a customer on WHMCS ( My Website ) Once I complete the payment on website for test it dose require a login again dose not redirect me to complete page, I have test this with 2checkout Demo Mode, I didn't test other payment gateways..
  10. I think there is no way to change it.
  11. The old integration was to put this code in template : {php} $a = $this->get_template_vars('ordernumber'); $query = "SELECT * FROM tblorders WHERE ordernum=" . $a . ";"; $result = mysql_query ($query); $data = mysql_fetch_array ($result); $cost = $data['amount']; $this->assign('amount',round($cost,2)); {/php} <img src="https://www.clixGalore.com/AdvTransaction.aspx?SV={$amount}&OID={$ordernumber}&ADID=11111" width="1" height="1"> From this guide the template : http://docs.whmcs.com/Order_Form_Templates If I put the code inside $ispaid it means if the payment like 2checkout is pending payment for fraud checking it dose not record the sale. {if $ispaid} Enter any HTML code which needs to be displayed once a user has completed the checkout of their order here - for example conversion tracking and affiliate tracking scripts {/if} After the payment is paid, It dose not record the sale as the customer dose not go to complete.tpl so what should be doing now ?
  12. Yes, It's working it must also set in 2checkout Demo Setting to ON
×
×
  • 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