Jump to content

Dillu

Member
  • Posts

    21
  • Joined

  • Last visited

Everything posted by Dillu

  1. Hello, I am not able to find any near version of 6.1 for example 6.3 , 6.5 , 6.8, so i upgrade it gradually and reach to 7. Now if only 7 is able to upgrade, then let me know how to upgrade from 6.1 to above? thanks
  2. Dear Sir, I have create a form, in which person can search domain, that page goes toward domain registration search page. when i write http://www.dmain.com/search'>http://www.dmain.com/search its goes to /billing/cart.php?a=add&domain=register its works fine BUT if i write http://domain.com (exclude http://www.) then its goes to /billing/cart.php?a=add&domain=register and do not search any domain, only loading domain search , but dont show the result.. its only working for those customer who comes via www. not http://domain.com. how to solve this issue?
  3. will it update price for new up comming invoice or it will give balance to existing customer too that new prices change so give us money .
  4. Dear Sir, We have change our product prices, now we want everyone have to pay the new invoices on our new rates. but still the old payers accounts are showing old prices, To make them new, we have to select each client and click on Auto Recalculate on Save to update the new price. Please let us know the mass option to set Auto Recalculate for all clients, so we will not do it manually for each customer. Thanks
  5. I have seen that there is no function to enable or disable product for any product you will assigned in the group. We can see that we can select payment gateway at group level in the product and services. But we do not have features under the product level. I have group of Hosting, and i have selected payment methods But i do not want all hosting products will follow the same payment gateway i want to hide 1-2 gateway as per product , how to do it. Thanks
  6. I have seen that there is no function to enable or disable product for any product you will assigned in the group. We can see that we can select payment gateway at group level in the product and services. But we do not have features under the product level. I have group of Hosting, and i have selected payment methods But i do not want all hosting products will follow the same payment gateway i want to hide 1-2 gateway as per product , how to do it. Thanks
  7. its not working if we will change the file name. even gateway page in whmcs will show blank page.
  8. I want to use one payment module two times, how to do it ? I have payment redirect module, i want to redirect it to other page on every order. so how to do it. Thanks
  9. Dear Peoples, I have to point this script to Bank Urls ,which payments are different for each package the customer will buy, I am using this script, but i can't add this script multiple times in payment gateway module, So i am restricted to show only 1 page. i want it to enable it multiple times so i will able to give different url for different product. Please help <?php /* * Simple External URL gateway module for WHMCS * Free - GNU license * © 2011 - Nasos Liagos - nasos75 at gmail dot com * http://www.valuehost.com.gr */ function externalurl_config() { $configarray = array( "FriendlyName" => array("Type" => "System", "Value"=>"External URL"), "URL" => array("FriendlyName" => "URL", "Type" => "text", "Size" => "60", "Description" => "Enter the full external URL (ie https://www.mybank.com/client.pay)", ), "URLtext" => array("FriendlyName" => "Label", "Type" => "text", "Size" => "60", "Description" => "Enter the label for the link (ie Click here for mybank payment)", ), "URLtarget" => array("FriendlyName" => "Target", "Type" => "text", "Size" => "20", "Value" => "_blank", "Description" => "Enter the target when link is selected (ie _blank)", ), ); return $configarray; } function externalurl_link($params) { $code = '<a href ="'.$params['URL'].'" target="'.$params['URLtarget'].'">'.$params['URLtext'].'</a>'; return $code; } ?>
  10. I want to use this script seperate for different products like Shared hosting go toward 1.htm and Reseller hosting go toward 2.htm , how to do it, if i am going to change any coding, its showing us White page. Simply i want to add this script multiple times in payment gateway
  11. Whats the difference between SecurePay and Securepay AU Module
  12. Dear All, I want to apply for securepay. There is only 1 module of securepay in whmcs, Secure pay offers both type of transaction system, Order from their website and order from our site integrated. I want to have order form in securepay site, so it will less the cost of pci compliace etc... Is this module for which type of ways? in site order or securepay site order ? let me know thanks pls everyone do write in this case.
  13. I want to allow moneybooker payment method in my site as a credit card payment receiver. Is there option in moneybooker to send payment without registration in moneybooker via credit card and other types of mode ?
  14. Whether i write api information or not its showing •The credit card details you entered were declined. Please try a different card or contact support. Why? without having a field text same answer with having a fields same answer i am using business paypal account, i have Credential API Signature, username and password. please help me thanks i have lisenced of whmcs
  15. I am receiving this message while doing TEST CREDIT CARD provded my whmcs •The credit card details you entered were declined. Please try a different card or contact support Credit Card Payment Failed‏ i am using new version of WHMCS and I am using Paypal website payment standard but i setup these settings in paypal website payment pro. API, Password, signature already given.
×
×
  • 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