Web Services provides hosted sites access to our SiteControl Platform which pulls data such as product rate information and configured Loan Application and Membership Application URLs from CU*BASE and It’s Me 247 for use on your WordPress site with easy to use WordPress ShortCode style snippets.
There are Shortcodes for Rateboards/Ratetables, RateCards, Badge/Button Snippets, Links, It’s Me 247 Online Banking Login Button, and Calculators.
Rateboard / Ratetable
All the attributes are optional. The default order is sorted by the sequence number inside CU*BASE.
Our rateboard shortcode now supports additional attributes; title, round_rate, round_amount, strip_zeros. Setting the title is useful in cases where you have used the “filter” attribute to show a specific subset of your rates. The round_rate, round_amount, and strip_zeros attributes give you more control over the decimal place precision the rates and min/max amounts display, and can strip trailing zeros off the decimal value to simplify the output. In addition, the ratetable order and orderby shortcode attributes now work the same as the already worked for the ratecard shortcode, allowing you to sort by various fields.
[ratetable type='savings' filter='' limit=99 orderby='' order='']
Account Type | APY | Minimum Deposit | Minimum Balance |
---|---|---|---|
SLATE SUB SHARES | 0% | $0 | |
SLATE SUB SHARES | 1.76% | $1000.01 | |
SLATE SUB SHARES | 1.76% | $25000 | |
CHECKING | 0% | $0 | |
CHECKING | 2.02% | $5 |
Here is a more advanced use case, utilizing filtering, setting the title, rounding decimals to 2 places, and stripping any trailing zeros from decimals.
[ratetable type='savings' filter='IRA' limit=99 orderby='' order='' title='IRA Savings Rates' round_rate='2' round_amount='2' strip_zeros='true' ]
[ratetable type='loan' filter='' limit=99 orderby='' order='']
Loan Type | Rates as low as | Terms & Information |
---|---|---|
New Auto » | 7.25% | Get a great rate on a used auto loan! |
Used Auto » | 4.5% | You can't beat this rate on a used auto loan! |
New Auto 2017-2021 » | 9% | Great Rates Apply Online! |
Credit Card Application » | 5% | |
HOLIDAY LOAN - 6 MONTHS » | 8% | GREAT RATES, APPLY NOW FOR THE HOLIDAYS! |
[ratetable type='cd' filter='' limit=99 orderby='' order='']
Certificate Term | APY | Minimum Deposit |
---|---|---|
SAVE N SCORE | 0.2% | $50 |
12 MO CD $500 MIN | 0.21% | $250 |
12 MO CD $500 MIN | 1.16% | $5000 |
12 MO CD $500 MIN | 2.02% | $30000 |
12 MO IRA CD $500MIN | 0.58% | $500 |
6 MO CD $500 MIN | 1.3% | $500 |
6 MO CD $500 MIN | 1.5% | $1000.01 |
6 MO CD $500 MIN | 2.02% | $5000.01 |
6 MO IRA CD $500 MIN | 5.61% | $500 |
Valid orderby attribute parameters for sorting
for loan: id, loantype, lowinterestrate, description
for savings:id, loantype,lowinterestrate, description
for cd: id, cdtype, description, interestrate, term, duration, annualyield, minimumamount
RateCards
[ratecards type="Loans" filter="" limit=999]
[ratecards type="Shares" filter="" limit=999]
[ratecards type="CD" filter="" limit=999]
How about trying the “filter” attribute for “used” Loans.
[ratecards type="Loans" filter="used" limit=999]
Or perhaps both using commas filter for “new,used” loans
[ratecards type="Loans" filter="new,used" limit=999]
Now maybe you want to order descending?
[ratecards type="Loans" filter="new,used" limit=999 order="desc"]
Now maybe you want to order asc by loantype field?
[ratecards type="Loans" filter="new,used" limit=999 order="asc" orderby="loantype"]
too bad those don’t fit on one row, let’s limit it to 4?
[ratecards type="Loans" filter="new,used" limit=999 order="asc" orderby="loantype" limit=4]
Online Banking Login Buttons and Badges
[oblogin color='black' shape='badge']
[oblogin color='yellow' shape='badge']
[oblogin color='red' shape='badge']
[oblogin color='royalblue' shape='badge']
[oblogin color='lightblue' shape='badge']
[oblogin color='green' shape='badge']
Text Links
[links to='cusecure']
Fight Identity Theft at cusecure.org
[links to='estatements']
Sign Up for E-Statements
[links to='cusecure']
Fight Identity Theft at cusecure.org
[links to='vbvisa']
Verified by VISA
[links to='membership']
Apply For Membership Online
insert the apply for membership text link
[links to='applynow']
Apply For a Loan Now
Snippets for other Buttons and Badges
insert the satellite loan app text link
[snippet type='cusecure']
insert the snippet cusecure badge link
[snippet type='estatements']
insert the satellite loan app badge link
Simple Calculators
[calc type='auto']
[calc type='amortize']
Note: This calculator is provided only to give an estimate of your loan. Your payment schedule may vary. This calculator is based on an interest rate less than 10%. Talk to your loan representative for additional details.
[calc type='simple_interest']
[calc type='yield']