Jump to content

mithilavelishala

Retired Forum Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by mithilavelishala

  1. Hi, Is there any way to group product addons like configurable options? We would like to offer the same type of addon with different pricing options. Eg. a firewall option with an monthly price and an yearly price, so that the customer can choose while buying an addon. Thanks, Mithila.
  2. Hi, I am trying to update the credit card details for a client through the WHMCS API. $postfields["username"] = $username; $postfields["password"] = md5($password); $postfields["action"] = "updateclient"; $postfields["clientid"] = $cid; $postfields["cardtype"] = $input["card_type"]; $postfields["cardnum"] = $input["cardnumber"]; $postfields["expdate"] = $input["expiration_month"]."/".$input["expiration_year"]; But the credit card details are not being updated. Does WHMCS still support this functionality?? Thanks, Mithila.
  3. Hi, After installing WHMCS, we added PayFlow Pro as our payment gateway. A blank page is being displayed after we click on the "Complete Order" button even though we do not have any customized payment gateway files in modules/gateways folder or php.ini files. Also, on the checkout page the credit card option is not being displayed. Do we need to change any settings for the credit card option to be displayed along with the payment gateway options on the checkout page? Thanks, Mithila.
×
×
  • 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