Jump to content

brandonfire

Member
  • Posts

    6
  • Joined

  • Last visited

About brandonfire

brandonfire's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Found another link to the same question on WHMCS community in 2010 - but is this still true in 2018? https://whmcs.community/topic/133573-easy-question-will-price-increase-effect-existing-clients/
  2. My question is very simple, and I can't find an answer anywhere in the WHMCS documentation or forums. I want to fix this spelling error in the default installation of WHMCS: https://www.dropbox.com/s/i4drqvdkc666nhn/Screenshot%202017-05-01%2015.51.24.png?dl=0 It says "Then plan made for you!". It should "The plan made for you!". I'm not sure why the system makes it so difficult to find such a small change of the text. I greatly appreciate your assistance.
  3. Screenshot here: https://www.dropbox.com/s/freftdvt3s5isho/Screenshot%202016-07-16%2015.45.43.png?dl=0 And I'm using the Six theme template. Thanks for your help!!
  4. How do I set the order configuration page to default to annual billing? I changed the order of the items in the list, but it still defaults to monthly billing. Please see screenshot. Thanks, Brandon Here is the code I changed to change the order, but it still defaults to monthly: {if $pricing.type eq "recurring"} <div class="field-container"> <div class="form-group"> <label for="inputBillingcycle">{$LANG.cartchoosecycle}</label> <select name="billingcycle" id="inputBillingcycle" class="form-control select-inline" onchange="{if $configurableoptions}updateConfigurableOptions({$i}, this.value);{else}recalctotals();{/if}"> {if $pricing.annually} <option value="annually"{if $billingcycle eq "annually"} selected{/if}> {$pricing.annually} </option> {/if} {if $pricing.monthly} <option value="monthly"{if $billingcycle eq "monthly"} selected{/if}> {$pricing.monthly} </option> {/if} {if $pricing.quarterly} <option value="quarterly"{if $billingcycle eq "quarterly"} selected{/if}> {$pricing.quarterly} </option> {/if} {if $pricing.semiannually} <option value="semiannually"{if $billingcycle eq "semiannually"} selected{/if}> {$pricing.semiannually} </option> {/if} {if $pricing.biennially} <option value="biennially"{if $billingcycle eq "biennially"} selected{/if}> {$pricing.biennially} </option> {/if} {if $pricing.triennially} <option value="triennially"{if $billingcycle eq "triennially"} selected{/if}> {$pricing.triennially} </option> {/if} </select> </div> </div> {/if}
  5. Hello, I'm using the WPMU Wordpress Integration plugin. It's working very well for me, however, the URL for the WHMCS area on my Wordpress website is obviously different than the default WHMCS installation URL on my server. The problem is that all signup, verification, and invoice emails that my new clients receive are dynamically generated URL's that include the default WHMCS installation. I have two possible solutions: 1. Customize WHMCS to generate emails with the dynamic URL's of my WHMCS WP integration 2. Set up some kind of automatic redirection that simply changes part of the URL Here's an example: This is the default WHMCS URL: https://brandonfire.design/billing/viewinvoice.php?id=34 This is the URL I want my users to receive in email or be redirected to somehow: https://brandonfire.design/client-area/hosting/viewinvoice.php?id=34 Both of the URL's above go directly to their corresonding invoice when the user logs in or is already logged in.
×
×
  • 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