Jump to content

jerett

Member
  • Posts

    79
  • Joined

  • Last visited

About jerett

jerett's Achievements

Member

Member (2/3)

0

Reputation

  1. Not sure - it just started happening. I have tried accessing from another IP and still the same issue.
  2. Actually I have. This is strange. I even uploaded the new Box template for carts from the 2.14 just to double check that nothing got corrupted. (this isnt the template I am using but I switched to it to verify it wasn't some of my customizations) I have also turned on the bug reporting and no bugs are being shown.
  3. For some reason my order forms have stopped working when your not logged in. Nothing loads - no titles - no data. When logged in - I see everything normal. I have done some customizations so I thought I might have messed something up so I changed my portal to a default template as well as changed my order form to another template. I continue to get the same blank page when not logged in. Any suggestions? PS: Unfortunately I can't show you the page because it's under development and a NDA keeps me from doing so. Here is a screenshot of "not logged in" http://d.pr/i/9xZD Screenshot of "logged in" http://d.pr/i/Wf3j Again - templates are on defaults - no code has been changed on these.
  4. Actually so far it seems to work just fine. I have a few codes setup in admin area and by making that field required it checks 1st to make sure the field isn't left blank - then the promotion functionality works after that. If you enter a wrong code - the cart won't process and you have to start over. As long as that field is required - it works like a charm - forcing the user to enter the right promo code in order to process.
  5. figured out how to make the promotion field required - you just add "required" the <input> call. <input type="text" name="promocode" size="20" value="" required />
  6. the question is how would i make that custom field to be a unique invite code? there lies my problem.
  7. that's the problem - i need to make them required and to pick up on the current promotions set in the system. not sure how hard it would be to do this.
  8. Is there away to make the promotion field required on the order form?
  9. Is there a way to make a promotion code requires on the order form?
  10. All right thanks. I will see what I can do for the time being and start planning for worse case scenario of getting this developed.
  11. How much would something like this project generally cost someone?
  12. And there lies my problem. I am pretty good manipulating things with the smarty tags - (sort of) but getting into the PHP a bit deeper goes beyond my design skills. I need to figure something out on how to get an environment like I mentioned. I know someone did a referral plugin that works by giving out domain rewards but I don't need that. I need something where I can give users a set amount of invites and they can invite friends from within the client area - and that is the only way you can signup for the particular service or order the product.
  13. Does it require some programming knowledge? Im guessing it does
  14. Greetings, I am trying to setup an invite only member area where unless you have a certain "code" you are not able to register or purchase a product/service. Has anyone seen something similar to this being used with WHMCS or know of a work around by setting up WHMCS in a certain manner to mimic this action? Thank you!
×
×
  • 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