Jump to content

marketinggpt

Retired Forum Member
  • Posts

    6
  • Joined

  • Last visited

About marketinggpt

marketinggpt's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I have had reports of clients being unable to pay via paypal via the checkout, but they can pay invoices via client area I have tested this out myself and I can confirm its very odd. All settings are fine within Paypal and whmcs settings from what I can tell, the api credentials are correct basically you can go through the whole process of selecting the product, and addons etc. you choose from diff payment options like credit card, paypal, alertpay etc you select paypal, click checkout you get a blank page, url in the address boxes is https://www.domain.com/cart.php?a=checkout it never goes past this, but it will create an invoice, where they can go into their account and choose to pay. what is the issue?
  2. hello, I have a commission javascript which i want to incorporate smarty tags into. but the problem im having is the prices always have $ and USD at the end like $4.99 USD the script im using can only have numbers with decimals 4.99 is there anyway i can use smarty tags where they do not include the $ and USD and just have the price numbers? or can someone tell me how i can include the $ and USD in the script and still calculate a total <SCRIPT LANGUAGE="JavaScript"> function a_times_b(form) { a=eval(form.a.value) b=eval(form.b.value) if (isNaN(b) == true) {b = "0"; } if (b > "20") {c = ".25"; } else if (b > "10") { c = ".25"; } else if (b > "0") { c = ".25"; } else { c = "0"; } d=a*b*c form.ans.value= "$" + d.toFixed(2) } </SCRIPT> thanks Justin
  3. hello, Im trying to figure out if its possible to move the path of the language folder. I want to move it under the templates folder so im able to edit it via sparkys template editor. please let me know how i may be able to accomplish this thanks
  4. my bad lol i found it right after the post, it has been moved under the other tab Subdomain Enter to offer a subdomain domain option (Format: .yourending.extension)
  5. It would appear the subdomain option was removed in the most recent version of whmcs 4.1 The only options under details now is Welcome Email Require Domain Tick to show domain registration options Stock Control Enable - Quantity in Stock: Sort Order Enter a number here to overide the default sorting on the order form Apply Tax Tick this box to charge tax for this product Hidden Tick to hide from order form is there anyway to enable subdomains anymore in whmcs?
×
×
  • 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