lcws
Member-
Posts
11 -
Joined
-
Last visited
About lcws

lcws's Achievements
Junior Member (1/3)
0
Reputation
-
Still getting message failed error when testing out, here is what the activity log says can't find the mentioned error anywhere I don't know how to fix this as I do not see the error, thanks everyone for your help
-
Thanks, I am using 6.1 I inserted the entire code where I want the date to display I am getting "Email Sending Failed - Message body empty" when attempting to send the email Dear {$client_name}, This is a notice that an invoice has been generated on {$invoice_date_created}. Your payment method is: {$invoice_payment_method} Invoice #{$invoice_num} Amount Due: {$invoice_total} Due Date: {$invoice_date_due} Invoice Items {$invoice_html_contents} ------------------------------------------------------ Payment will be taken automatically on {math equation="x - y" x=$invoice_date_due|strtotime y=259200 assign="payment_date"} {$payment_date|date_format:"%d/%m/%Y"} {$invoice_date_due} from your credit card {$client_cc_type} ending in {$client_cc_number}. To update or change the credit card details we hold for your account please login at {$invoice_link} and click Pay Now then following the instructions on screen. {$signature} What am I doing wrong? Thanks, I really appreciate your help Stephen
-
Hi all I am hoping someone can help, we process credit cards three days before the invoice due date and I am trying to ensure that the correct date that we are going to charge the card is displayed The default template is below. Dear {$client_name}, This is a notice that an invoice has been generated on {$invoice_date_created}. Your payment method is: {$invoice_payment_method} Invoice #{$invoice_num} Amount Due: {$invoice_total} Due Date: {$invoice_date_due} Invoice Items {$invoice_html_contents} ------------------------------------------------------ Payment will be taken automatically on {$invoice_date_due} from your credit card {$client_cc_type} ending in {$client_cc_number}. To update or change the credit card details we hold for your account please login at {$invoice_link} and click Pay Now then following the instructions on screen. {$signature} I need to be able to subtract 3 days for example date due October 6th I need it to say "Payment will be taken automatically on October 3rd...." does anyone know how to accomplish this like {$invoice_date_due} - 3 days? Thanks Stephen
-
I am creating a form on my site (not WHMCS) to link to WHMCS I would like for example if the customer selects a 1 month term i want my form to redirect to https://secure.lakecitywebsolutions.com/whmcs/cart.php?a=add&pid=1&billingcycle=monthly&promocode=abc123 versus a 3 month plan might look something like this https://secure.lakecitywebsolutions.com/whmcs/cart.php?a=add&pid=1&billingcycle=quarterly&promocode=def321 and so on here is a copy of my current form code... <tr align="left" valign="top"> <td align="left"><form id="form1" name="form1" method="post" action="https://secure.lakecitywebsolutions.com/whmcs/cart.php?a=add&pid=1"> <span style="color: #666"></span> <p style="color: #F90; text-align: center;">Select Your Term:</p> <table width="294"> <tr> <td width="136" style="font-size: small"><label> <input type="radio" name="SLStarterHosting" value="1m" id="SLStarterHosting_0" /> 1 Month</label></td> <td width="146" align="left" style="font-size: small; color: #000;">$9.99/month</td> </tr> <tr> <td style="font-size: small"><label> <input type="radio" name="SLStarterHosting" value="3m" id="SLStarterHosting_1" /> 3 Months</label></td> <td width="146" align="left" style="font-size: small"><span style="font-size: small; color: #000;">$9.49/month (save 5%)</span></td> </tr> <tr> <td style="font-size: small"><label> <input type="radio" name="SLStarterHosting" value="6m" id="SLStarterHosting_2" /> 6 Months</label></td> <td width="146" align="left" style="font-size: small"><span style="font-size: small; color: #000;">$9.49/month (save 5%)</span></td> </tr> <tr> <td style="font-size: small"><label> <input type="radio" name="SLStarterHosting" value="12m" id="SLStarterHosting_3" /> 12 Months</label></td> <td width="146" align="left" style="font-size: small"><span style="font-size: small; color: #000;">$8.99/month (save 10%)</span></td> </tr> <tr> <td style="font-size: small"><label> <input type="radio" name="SLStarterHosting" value="24m" id="SLStarterHosting_4" /> 24 Months</label></td> <td width="146" align="left" style="font-size: small"><span style="font-size: small; color: #000;">$7.99/month (save 20%)</span></td> </tr> <tr> <td style="font-size: small"><label> <input type="radio" name="SLStarterHosting" value="36m" id="SLStarterHosting_5" /> 36 Months</label></td> <td width="146" align="left" style="font-size: small"><span style="font-size: small; color: #000;">$6.99/month (save 30%)</span></td> </tr> </table> <table width="300" border="0"> <tr> <td align="center"><input name="imageField" type="image" id="imageField" form="form1" formmethod="POST" formtarget="_blank" src="Images/buy_now.png" /></td> </tr> </table> <p style="color: #333"> </p> </form></td> <td> </td> <td> </td> <td> </td> </tr>
-
hello everyone, I hope someone can help with this... I have all of my hosting packages set up for different terms (1 month, 3 months, 6 months and 12, 24, 36) I know how to link to whmcs however, if someone selects radio button 1 month i want it to go to for example test1.html and radio button 3 months to test2.html and so on, on submit... thanks in advance for your help Steve
-
Hi everyone, I have a question I have setup hosting packages with multiple terms for example 1 month, 3 months, 6 months etc.and I want to add a product addon for a dedicated IP address but I want the terms to match for example if a customer has purchased hosting for 24 months I need WHMCS to charge them for 24 months of the IP address or another example lets say a customer only signs up for 6 months of hosting then I want it to charge them for 6 months of the ip address... here is another question... lets say a customer signs up for 12 months of hosting and at month 6 they want to add a dedicated IP address so I would only want the ip address charged for the last 6 months not the entire 12... right now from what i can tell i can only set these up for a defined term and cant make it match what ever the customer has signed up Thanks for your help Steve
-
I have an issue I am hoping someone can help me resolve... I have setup a promo code to give customers 50% off first month of hosting... when testing it when going through the sign up process it shows that the discount was applied however in PayPal it shows full amount due so I went to look at the invoice in the system (WHMCS) it does not show the discount either? I thought it was a Paypal Problem but that does not appear to be the case. We do not use Paypal recurring payments, customers have to login to pay invoices each month Thanks Steve
-
Got it no need to explain
-
Got it fixed thanks for your help on this all my banner on my invoice was way to large pushing the pay button off the screen, newbie to WHMCS mistake
-
Can you explain in more detail how to do this? Thanks for your help
-
I am new to WHMCS and we are testing everything before our site goes live we use PayPal for our payment gateway and everything works fine as long as the customer completes the payment process when they initially place the order. However, if they don't complete the payment process at that time and go back into the client area and select the invoice and click pay now it does not take them back to PayPal to complete instead it just displays the in invoice and no way to pay it how do I fix this? Thanks for your assistance Steve
