HostMyApple Posted July 31, 2010 Share Posted July 31, 2010 (edited) Hello, I'm doing colocation and do not need the customer to pay until I have accepted their order in WHMCS and then customer receives invoice and pays. What is the best way to set this up, I really don't want to use promo codes. *Maybe just have it store the customers CC when ordering and when I accept the order then it charges?* Whatever will work best Thank You Brent Edited July 31, 2010 by HostMyApple 0 Quote Link to comment Share on other sites More sharing options...
b.ahmed Posted July 31, 2010 Share Posted July 31, 2010 Open configuration of your product / Service and in Module setting check the "Do not automatically setup this product" option at bottom. Now goto : Setup >> General >> Ordering Check the "Just show the order completed page (no payment redirect)" option Also check the option "Tick this box to not send an invoice due notice when new orders are placed" That's it! 0 Quote Link to comment Share on other sites More sharing options...
b.ahmed Posted July 31, 2010 Share Posted July 31, 2010 Storing CC is not a good option. Just avoid it and send them invoice when order is ready. Do you want to remove the promotion code field from the order form? Please tell me which order form are you using? 0 Quote Link to comment Share on other sites More sharing options...
HostMyApple Posted July 31, 2010 Author Share Posted July 31, 2010 Just avoid it and send them invoice when order is readyPlease tell me which order form are you using? I guess I just need to know how to have it not charge them upon signup. So i can send an invoice when ready. I'm doing colocation so I'm using "product type" other.... I believe this is the order form type you are referring to. 0 Quote Link to comment Share on other sites More sharing options...
b.ahmed Posted July 31, 2010 Share Posted July 31, 2010 Yes i told you the way No to charge customer after completing order. You can send invoice after order is ready. Goto >> Setup >> General >> Ordering and tell me what is your "Default Order Form Template" ? 0 Quote Link to comment Share on other sites More sharing options...
HostMyApple Posted July 31, 2010 Author Share Posted July 31, 2010 Yes i told you the way No to charge customer after completing order. You can send invoice after order is ready. Goto >> Setup >> General >> Ordering and tell me what is your "Default Order Form Template" ? It's set to Web20cart 0 Quote Link to comment Share on other sites More sharing options...
b.ahmed Posted July 31, 2010 Share Posted July 31, 2010 To remove promotion code box open: templates / orderforms / web20cart / viewcart.tpl Find <form method="post" action="{$smarty.server.PHP_SELF}?a=view"> <input type="hidden" name="validatepromo" value="true" /> <strong>{$LANG.orderpromotioncode}</strong> {if $promotioncode}{$promotioncode} - {$promotiondescription}<br /><a href="{$smarty.server.PHP_SELF}?a=removepromo">{$LANG.orderdontusepromo}</a>{else} <input type="text" name="promocode" size="20" /> <input type="submit" value="{$LANG.orderpromovalidatebutton}" class="button" /> {/if} </form> Now replace with this: <!--<form method="post" action="{$smarty.server.PHP_SELF}?a=view"> <input type="hidden" name="validatepromo" value="true" /> <strong>{$LANG.orderpromotioncode}</strong> {if $promotioncode}{$promotioncode} - {$promotiondescription}<br /><a href="{$smarty.server.PHP_SELF}?a=removepromo">{$LANG.orderdontusepromo}</a>{else} <input type="text" name="promocode" size="20" /> <input type="submit" value="{$LANG.orderpromovalidatebutton}" class="button" /> {/if} </form>--> I have commented the promotional code box, So it will not appear during order. Try it and confirm me if its works fine. 0 Quote Link to comment Share on other sites More sharing options...
HostMyApple Posted July 31, 2010 Author Share Posted July 31, 2010 To remove promotion code box open: templates / orderforms / web20cart / viewcart.tpl Find Now replace with this: I have commented the promotional code box, So it will not appear during order. Try it and confirm me if its works fine. I don't need to know how to remove the promotional code box, I need to know how to make it NOT charge the customer during checkout. I only need it to bill them when I send the first invoice. Please let me know, I appreciate the help. Thank You Brent 0 Quote Link to comment Share on other sites More sharing options...
b.ahmed Posted July 31, 2010 Share Posted July 31, 2010 I thought that ONLY my English is bad.....but now i don't think so . Kindly read my first reply! You will find your answer.... 0 Quote Link to comment Share on other sites More sharing options...
HostMyApple Posted July 31, 2010 Author Share Posted July 31, 2010 Oh, man I'm terribly sorry. I somehow missed your response in your 1st post and only read your second post directly below it. Sorry for the confusion! Thank You for your help! 0 Quote Link to comment Share on other sites More sharing options...
b.ahmed Posted July 31, 2010 Share Posted July 31, 2010 No problem I'm glad i solved your problem. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.