Jump to content

john.sheppard

Retired Forum Member
  • Posts

    13
  • Joined

  • Last visited

About john.sheppard

john.sheppard's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Excellent! Thanks Damo....although...I wonder if that will affect everywhere else too...I guess I'll try and see.... lol there's so many backwards things about this software...why have a template system and then add extra stuff to it ya can't untemplate? weird... Thanks Damo
  2. Is there any way to do this by default for all customers? Thank you
  3. Wouldn't it be logical to make it match up the cycle to the product database billing default tho? My issue is that I want to add products that don't have recurring billing (for example a webdesign package)......mistakes can happen Sorry the description I gave was not clear (even to me after rereading it lol). Let me rephraise; When adding orders from the admin console at /ordersadd.php is there a way to have the "generate invoice" ticked by default and the set order status set to 'Active' by default? Once again its a matter of mistakes happening It's so easy to not tick these when I want them ticked for every order... Any thoughts on those other ones regarding quotes? Thank you for your help John Sheppard
  4. Hello there, All my emails which get sent out from WHMCS have my logo on top of them, and when I go to the templates section to remove it there is no option there. Does anyone know how to get rid of that because it looks weird having that AND a signature? Thank you John Sheppard
  5. Hello there I have a few issues which lead me to make mistakes on my billing and I was wondering if it was my configuration at fault or a bug or something? ISSUE 1 When adding orders from the admin console at /ordersadd.php if I choose a product that is not recurring (For example, say a webdesign package). The billing cycle stays on recurring. Is that a bug? or is that by design? seams like a bug to me as I think it orta automatically match up to the product database. ISSUE 2 Is there any options anywhere to make the order form from the admin console to tick "generate invoice" and set order status 'Active' ISSUE 3 When making a quote from the admin console at quotes.php?action=manage the tax tick box doesnt use whats in the product database either. It always defaults to no tax. This seems to me to be a bug/oversight? ISSUE 4 When making a quote from the admin console at quotes.php?action=manage is there a way to make the quote show recurring items and once off items seperatly. For example, I want to quote once off items for website design and then quote recurring items for the hosting. Would I be correct to believe this is not currently possible? Thank you kindly for any assistance John Sheppard
  6. ahh ic...thanks John... I didn't think to look at the API. To be honest I think thats easier than mucking around with the templates trying to hack it into something it's not designed to do. Brilliant, this might work after all! I will see how I go with that. Thank you
  7. Another helpful member of the forum helped me with this code for emptying the cart the other day. {php} if (isset($_SESSION["cart"])) { unset($_SESSION["cart"]); } {/php} I know I can't edit the cart.php, but is there a way I can modify the DB manually with PHP or something to trick it to do what I want? I know that seems like retarded workaround, and maybe it is......but I really need to make my order process simple for the end user or I really just cant buy this software.... Thank you John
  8. What I also find strange is that it's asking me for my registrant details twice? Is that normal? For example; whmcs.mydomain.com/cart.php?a=confdomains is the first time it asks Then it asks again at whmcs.mydomain.com/cart.php?a=checkout Is there something I am doing wrong here? What do other web developers do? rely on their users to know what they're doing? lol... Thank you for any advice John
  9. DANG IT! This just isn't gonna work then!!! *sinks into fetal position and rocks back and forth*....why won't anything do what i want them to do! I don't suppose there's any chance of that changing in the future?
  10. Hi there, I was wondering if anyone knew if it was possible to change the order of the ordering/checkout process? For example, instead of using the regular templates I am modifying it to be wizard based as my market is for noobie customers who don't know much about computers. At current, I am modifying the default template and it's order is; Step 1. Choose a Package Step 2. Domain Options Step 3. Additional/Configurable Options Step 4. Domain Registrant Details (cart.php?a=confdomains) Step 5. View Trolley Step 6. (after clicking checkout) Contact Details Step 7. Payment Details Step 8. Order Confirmation. Instead I want my order wizard template to go like so Step 1. Choose a web design package Step 2. Domain Options Step 2.1 Domain Registrant Details Step 3. Choose a Hosting Package Step 4. Additional/Configurable Options Step 5 Contact Details Step 6 Payment Details Step 7 Order Confirmation It seams to me as though the cart.php is the place where the redirects happen as the default template form either submits to that with a querystring or postback to the same address it arrives at? I would be very grateful if anyone could give me any tips Thank you for reading my post (even if you dont know the answer) John
  11. Brilliant! Thank you that worked. Thank you so much! That's one ordeal out of the way I was worried that I was going to have to make it somehow do a roundtrip post to the cart... Thank you also herzz, I think that solution would work too but I like the PHP way. Thanks again! John
  12. Hello there, I was wondering if anyone knew how to make my template empty the cart on placing a new order? I ask because I am trying to make my order form wizard based and if the user clicks back/forward etc, it is adding orders twice? Thank you John
×
×
  • 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