Jump to content

kingmoore

Member
  • Posts

    50
  • Joined

  • Last visited

About kingmoore

kingmoore's Achievements

Member

Member (2/3)

0

Reputation

  1. A bit of advice about your website: get rid of the hosting.php page. Have your "hosting plans" link directly to the shared hosting page. Have another link to the reseller plans or something. I had to click around your site a few times before figuring out how to actually see the prices and plan breakdowns. At first I didn't even realize the shared hosting and reseller hosting on the hosting.php page were links.
  2. From: order-stepone.tpl {if $product.pricing.monthly}<option value="monthly"> {$product.pricing.monthly} </option>{/if} I would like to replace this code with some code that displays the monthly price, and then the default text... so the result would look like this: 15.00/mo - 90 USD Semi Anually etc. I need to be able to parse out the actual $ amount from the smarty variable {$product.pricing.monthly}, so I am breaking into php. The problem is, I can't find a way for PHP to access $product.pricing.monthly. I can access the products array like this: {php}echo $products[0]['pricing']['monthly'];{/php} but in order-stepone.tpl, this is inside of a smarty loop: {foreach key=num item=product from=$products} The $product array is just one product from the $products (PLURAL) array, but I see no way for PHP to know the current index of the smarty array, so I don't know which product from the products array to grab my data from. Any help?
  3. License key validation failed. Please contact support.
  4. You could sell their debt to a collection agency.
  5. Right now, I can't have 2 clients with the same email address. Is there a way to set this up so that the emails do not have to be unique? Basically, we have clients who all get their email invoices sent to someone else to handle, but we still need the clients to have separate contact info (besides the email). Right now we can't do this. Any way around it? Thanks.
  6. It is set to: Automatically create the account as soon as the first payment is received
  7. Alright I tried another one (without test ) and that resolved the strange username problem, however my accounts are still not getting created by WHM. I have packages named exactly the same (with same case) in WHM as WHMCS. Where else should I look to debug this?
  8. So I just placed my first live order, but for whatever reason nothing got created on my server. One strange thing is my username was just set to "com". Any ideas why nothing happened server end? From my welcome email: Domain: testtesttesttest.com Username: com this is also somewhat strange: Temporary FTP Hostname: whmcs.com
  9. So I'd be updating the order page template? Hmmm okay. I need to get more fermiliar w/smarty anyways.
  10. I have set my package up with these options: 19.95/Monthly 101.70/Semi-Anually 179.40/Anually On the Choose a package page, I would like the dropdown to show the Per month price... not just "179.40 USD Anually" but something like "14.95/month (179.40 USD Anually)" Is there a way to do this? Or perhaps I have it wrong and I should be putting the monthly cost in the Semi-Anually and Anually boxes in the configuration, and not the monthly cost multiplied by the months.
  11. Thanks for the info. Not really what I'm looking for. Guess we'll just have to have all the header/footer code in multiple locations which is what I was trying to avoid.
×
×
  • 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