Jump to content

consc198

Member
  • Posts

    22
  • Joined

  • Last visited

About consc198

consc198's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Btw I put a thread in the marketplace aswell hehe. I was thinking of adding a check in the checkout button to show an error if there is over 50 domains.
  2. Hello. I need to limit the amount of domain registrations from each client for a promotion we are running, the WHMCS promotion system doesn't offer this. We want to basically limit clients to be able to add to their carts up to 50 domains with the promotional code. I've located http://www.jetserver.net/whmcs-product-limiter however it doesn't work with domains. Does anyone know of possible solutions to this? I'm willing to pay to get a solution developed. - - - Updated - - - Also need to say that this is urgent, I need this done asap.
  3. That wouldn't work unfortunately as want to limit customers so they can purchase up to 50 domains with the promo - i'm sure it can be done just need some sort of hook developed that will reject orders with over 50 domains basically. - - - Updated - - - If someone here can develop this for us please reply to this thread or PM me.
  4. Hello. I need to limit the amount of domain registrations from each client for a promotion we are running, the WHMCS promotion system doesn't offer this. I've located http://www.jetserver.net/whmcs-product-limiter however it doesn't work with domains. Does anyone know of possible solutions to this? I'm willing to pay to get a solution developed.
  5. Hello. Is the code opensource so that we can modify it to give a free domain name when a certain amount of points is reached? If not can studio4web.com do customizations on the module obviously with a payment?
  6. Ah no problems - that indeed did the trick! very useful and in my opinion WHMCS should incorporate this in their code asap as for me this will reduce the inconvenience of having to refund duplicate payments.
  7. I've made the changes to the custom whmcs theme I use but the checkout buttons etc still display, I guess there must be something else hardcoded into whmcs? - - - Updated - - - I've done some testing and found out that '$subscribid' is not returning any value.
  8. Cool, much appreciated - I'll get this tested soon and update here.
  9. Hello! I've already implemented a solution similar to that for 2 months, although it did reduce the amount of payments there were still a high number of cases which is why I want a solution on the actual page where a user goes to pay the invoice.
  10. Hello. I'm experiencing an issue where my clients are paying invoices either one time or even setting up new paypal subscriptions when they already have an active paypal subscription - how can I stop this from happening? Are there any modules that can help me?
  11. Hello guys, I'm trying to customize the state drop down filed in creditcard.tpl however i am having some issues. Here is my code up to now: <div class="control-group"> <label class="control-label" for="state">{$LANG.clientareastate}</label> <div class="controls"> <select name="state" id="state" class="state"> {foreach from=$state item=state} <option>{$state}</option> {/foreach} </select> </div> </div> That loads the state dropdown fine with the styling i want however it only lists the first state (Alabama), what changes should i make to the foreach loop to make it display all of the states as it should? Thanks in advance!
  12. Hello, These forums are not working correctly with Google Chrome v23.0.1270.0 dev-m, i cannot login to the forums without selecting the "Remember Me" button. Can someone check this?
  13. Hello, I have a urgent project that i need completed. Here is what i want to achieve: (1) I have a service (2) In WHMCS i configured that service and i have configured to have a Stock of 30 (3) When the stock reaches 0 i want to be able to accept Pre-Orders (4) For pre-orders the customer will need to pay for normal price for the first month however the order wouldn't be setup (it would be pending) (5) I need a message to display for the product when the customer is pre-ordering. For questions please reply here/PM me.
  14. The post that you have linked to says the following:
×
×
  • 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