/* CLICK LISTENER */
window.addEvent = function(elem,type,callback) {
var evt = function(e) {
e = e || window.event;
return callback.call(elem,e);
}, cb = function(e) {return evt(e);};
if( elem.addEventListener) {
elem.addEventListener(type,cb,false);
}
else if( elem.attachEvent) {
elem.attachEvent("on"+type,cb);
}
return elem;
};
window.findParent = function(child,filter,root) {
do {
if( filter(child)) return child;
if( root && child == root) return false;
} while(child = child.parentNode);
return false;
};
window.hasClass = function(elem,cls) {
if( !('className' in elem)) return;
return !!elem.className.match(new RegExp("\\b"+cls+"\\b"));
};
window.addEvent(document.body,"click",function(e) {
var s = window.findParent(e.srcElement || e.target,function(elm) {
return window.hasClass(elm,"ccbcompactfeedrow");
},this);
if(s) {
var ccbcontent = s.getElementsByClassName('ccbproductcontentcontainer')[0];
var ccbinfo = s.getElementsByClassName('more_info')[0];
if (ccbcontent.style.display === 'block') {
document.querySelectorAll('.ccbproductcontentcontainer').forEach(function(el) {
el.style.display = 'none';
});
document.querySelectorAll('.more_info').forEach(function (el) {
el.textContent = 'More Details...';
el.style.color = '#1a73e8';
});
ccbinfo.textContent = 'More Details...';
ccbinfo.style.color = '#1a73e8';
if (typeof jQuery === 'undefined') {
ccbcontent.style.display = 'none';
}
else {
jQuery(ccbcontent).slideUp().css('display', 'none');
}
}
else {
document.querySelectorAll('.ccbproductcontentcontainer').forEach(function(el) {
el.style.display = 'none';
});
document.querySelectorAll('.more_info').forEach(function (el) {
el.textContent = 'More Details...';
el.style.color = '#1a73e8';
});
ccbinfo.textContent = 'Close Details...';
ccbinfo.style.color = 'red';
if (typeof jQuery === 'undefined') {
ccbcontent.style.display = 'block';
}
else {
jQuery(ccbcontent).slideDown().css('display', 'block');
}
}
}
});
/* END CLICK LISTENER */
var ccb_site_url = 'https://creditcardbroker.com/';
var ccb_site_url_u = 'https://creditcardbroker.com/';
var ccb_safe_site = location.hostname.match(/creditcardbroker/) != null;
var viwprt = document.querySelector("meta[name=viewport]");
if (!viwprt) {
var metaTag=document.createElement('meta');
metaTag.name = "viewport"
metaTag.content = "width=device-width, initial-scale=1.0"
document.getElementsByTagName('head')[0].appendChild(metaTag);
}
// Include JS/CSS file if desired
function loadjscssfile(filename, filetype){
var fileref;
if (filetype === "js"){ //if filename is an external JavaScript file
fileref=document.createElement('script');
fileref.type = "application/javascript";
fileref.src = filename;
}
else if (filetype === "css"){ //if filename is an external CSS file
var fileref=document.createElement("link");
fileref.rel = "stylesheet";
fileref.type = "text/css";
fileref.href = filename;
}
if (typeof fileref !== 'undefined') { document.getElementsByTagName("head")[0].appendChild(fileref); }
}
if(typeof jQuery === 'undefined' || (typeof $addjquery !== 'undefined' && $addjquery != 'no')) {
loadjscssfile(ccb_site_url_u+"includes/jquery/custom-blue2/js/jquery-1.7.2.min.js", "js");
//loadjscssfile(ccb_site_url_u+"includes/jquery/custom-blue2/js/jquery-ui-1.8.21.custom.min.js", "js");
//loadjscssfile(ccb_site_url_u+"includes/jquery/custom-blue2/css/custom-theme/jquery-ui-1.8.21.custom.css", "css");
}
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta) {
viewportmeta.setAttribute("content", 'width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0');
}
else {
var myvpmeta = document.createElement('meta');
myvpmeta.name = 'viewport';
myvpmeta.content = 'width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0';
document.getElementsByTagName('head')[0].appendChild(myvpmeta);
}
function jqueryLoaded() {
//do stuff
if($show_dropdowns === "yes") {
jQuery(document).ready(function(){
showdropdownoffers();
} );
}
var creditratingsteps = new Array();
var therealvalue = new Array();
var i;
for (i=0; i<=10; i=i+.5) {
creditratingsteps[i]= "All Credit";
therealvalue[i] = "all";
}
for (i=10; i<=20; i=i+.5) {
creditratingsteps[i]= "Bad Credit";
therealvalue[i] = 6;
}
for (i=20; i<=30; i=i+.5) {
creditratingsteps[i]= "Fair Credit";
therealvalue[i] = 3;
}
for (i=30; i<=40; i=i+.5) {
creditratingsteps[i]= "Good Credit";
therealvalue[i] = 4;
}
for (i=40; i<=50; i=i+.5) {
creditratingsteps[i]= "Excellent Credit";
therealvalue[i] = 5;
}
} // End of do stuff
function checkJquery() {
if (window.jQuery && jQuery.ui) {
jqueryLoaded();
} else {
window.setTimeout(checkJquery, 100);
}
}
checkJquery();
if(!$count) { var $count = 0; }
var $DisplayCardOfferDetails = new Array();
var $feed_html = '';
var $category_dropdown_options = new Array();
var $bank_dropdown_options = new Array();
var $credit_ratings_dropdown_options = new Array();
var $category_dropdown_html = "";
var $bank_dropdown_html = "";
var $credit_rating_dropdown_html = "";
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '
';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
OpenSky® Secured Visa ® Credit Card
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Bad Credit, No Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
OpenSky® Secured Visa ® Credit Card
CREDIT NEEDED
Bad Credit
No Credit
';
$DisplayCardOfferDetails[$count] = "no";
$DisplayCardOfferDetails[$count] = "yes";
$feed_html += '
Regular APR
24.64% variable
';
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
First Progress Platinum Select MasterCard® Secured Credit Card
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Bad Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
First Progress Platinum Select MasterCard® Secured Credit Card
CREDIT NEEDED
Fair Credit
Bad Credit
Get a First Progress Select Card and Earn 1% Cash Back Rewards!
- Choose the First Progress Select Card for a lower annual fee!
- All credit types welcome to apply!
- Secure your credit line with your refundable security deposit – choose from $200- $2,000 - with the ability to increase up to $5,000 over time!
- Build your credit history across 3 major credit reporting agencies: Equifax, Experian and TransUnion.¹
- Secured Cards are a great way to start establishing credit for people with low/no credit scores¹
- Get a fresh start! A discharged bankruptcy in your credit file will not cause you to be declined
- Past credit issues shouldn’t prevent you from getting a credit card with great benefits & rewards!
- ¹ Cardholders who keep their balance low and pay their credit card bill on time every month typically do see an increase in their credit score.
Click for Disclosure
Deposit Options: Debit card funding.
';
$DisplayCardOfferDetails[$count] = "no";
$DisplayCardOfferDetails[$count] = "yes";
$feed_html += '
';
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
First Latitude Assent Mastercard® Secured Credit Card
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Bad Credit, No Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
First Latitude Assent Mastercard® Secured Credit Card
CREDIT NEEDED
Fair Credit
Bad Credit
No Credit
Choose the First Latitude Assent Card and enjoy $0 Annual Fee!
- Secure your credit line with your refundable security deposit – choose from $200- $2,000. With the ability to increase up to $5,000 over time!
- Earn 1% Cash Back Rewards on payments made to your First Latitude Secured credit card account.
- Designed to push you forward on your credit building journey with $0 Annual Fee.
- Build your credit history across 3 major credit reporting agencies: Experian, Equifax, and TransUnion. ¹
- All credit types welcome to apply!
- Past credit issues shouldn’t prevent you from getting a credit card with great benefits & rewards!
- ¹Cardholders who keep their balance low and pay their credit card bill on time every month typically do see an increase in their credit score.
Deposit Options: Debit card funding.
Click for Disclosure
';
$DisplayCardOfferDetails[$count] = "no";
$DisplayCardOfferDetails[$count] = "yes";
$feed_html += '
';
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
OpenSky® Plus Secured Visa® Credit Card
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Good Credit, Bad Credit, No Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
OpenSky® Plus Secured Visa® Credit Card
CREDIT NEEDED
Fair Credit
Good Credit
Bad Credit
No Credit
- New feature! Earn up to 10% cash back on everyday purchases
- No annual fee
- No credit check to apply. Find out instantly if you are approved- Zero credit risk to apply!
- Looking to build or rebuild your credit? 2 out of 3 OpenSky cardholders increase their credit score by an average of 41 points in just 3 months
- Monitor your credit progress with free access to your FICO Credit Score.
- Reports to all 3 major credit bureaus monthly to establish and build credit history.
- Add to your mobile wallet and make purchases using Apple Pay, Samsung Pay and Google Pay
- Secure your credit line with a refundable security deposit - as low as $300.
- Easy application, apply in less than 5 minutes right from your mobile device
- Offers flexible payment due dates which allow you to choose any available due date that fits your payment schedule
- Now you can make smaller partial payments towards funding your security deposit over 60 days
- Over 1.4 Million Cardholders Have Used OpenSky Secured Credit Card To Improve Their Credit
';
$DisplayCardOfferDetails[$count] = "no";
$DisplayCardOfferDetails[$count] = "yes";
$feed_html += '
Regular APR
28.99% variable
';
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Credit Strong - Instal & Revolv
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Bad Credit, No Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Credit Strong - Instal & Revolv
CREDIT NEEDED
Fair Credit
Bad Credit
No Credit
Multiple Ways to Build Credit.
A CreditStrong account is the fusion of a secured consumer installment loan and a savings account. During the life of your CreditStrong account you build both credit history and savings.
- Instantly build revolving credit with no minimum monthly payment required with CreditStrong Revolv
- Build installment credit and savings with low fixed monthly payments with CreditStrong Instal
- Build supersized installment credit with supersized plans with CS MAX
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Surge® Platinum Mastercard®
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Bad Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Surge® Platinum Mastercard®
- Up to $1,000 Initial Credit Limit
- See if you Pre-Qualify with No Impact to your Credit Score
- Less than perfect credit? We understand. The Surge Mastercard is ideal for people looking to rebuild their credit.
- With responsible card use, you may be able to rebuild or improve your credit
- Unsecured credit card that requires No Security Deposit
- Perfect card for everyday purchases and unexpected expenses
- Monthly reporting to the three major credit bureaus
- Access to your Vantage 3.0 Score from Experian (when you sign up for e-statements)
- Use your card everywhere Mastercard is accepted at millions of locations
- Enjoy peace of mind with Mastercard Zero Liability Protection for unauthorized purchases (subject to Mastercard guidelines)
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Upstart Personal Loans
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Good Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Upstart Personal Loans
Fair & fast personal loans - $1,000 - $50,000§ | 3 & 5 year terms‡
- A personal loan for your personal needs: moving, home improvement, medical, credit card and debt consolidation, wedding loans
- Check your rate in 5 minutes
- Won't affect your credit score!††
- Next day funding- 99% of applicants get money just 1 business day after accepting their loans**
- 1 monthly payment- Simplify with 1 single monthly payment at a fixed rate
- No prepayment penalty - You may pay off part or all of the loan at any time with no fee
†† When you check your rate, we check your credit report. This initial (soft) inquiry will not affect your credit score. If you accept your rate and proceed with your application, we do another (hard) credit inquiry that will impact your credit score. If you take out a loan, repayment information may be reported to the credit bureaus.
§ Your loan amount will be determined based on your credit, income, and certain other information provided in your loan application. Not all applicants will qualify for the full amount. Minimum loan amounts vary by state.
‡ The full range of available rates varies by state. The average 5-year loan offered across all lenders using the Upstart platform will have an APR of 26.48% and 60 monthly payments of $26.73 per $1,000 borrowed. For example, the total cost of a $10,000 loan would be $16,038 including a $752 origination fee. APR is calculated based on 5-year rates offered in December 2022. There is no downpayment and no prepayment penalty. Your APR will be determined based on your credit, income, and certain other information provided in your loan application. Not all applicants will be approved.
** If you accept your loan by 5pm EST (not including weekends or holidays), you will receive your funds the next business day. Loans used to fund education related expenses are subject to a 3 business day wait period between loan acceptance and funding in accordance with federal law.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
First Latitude Elite Mastercard® Secured Credit Card
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Bad Credit, No Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
First Latitude Elite Mastercard® Secured Credit Card
CREDIT NEEDED
Fair Credit
Bad Credit
No Credit
Earn 1% Cash Back Rewards on payments made to your First Latitude Secured credit card account.
- Choose our First Latitude Elite Card for a lower annual APR!
- Apply now and fund your security deposit over 90 days with the option to make partial payments.
- Build your credit history across 3 major credit reporting agencies: Experian, Equifax, and TransUnion.¹
- No minimum credit score required for approval!
- Secure your credit line with a refundable security deposit - as low as $200 to get started!
- ¹Cardholders who keep their balance low and pay their credit card bill on time every month typically do see an increase in their credit score.
- *See Important Disclosures for complete offer details
Deposit Options: Debit card funding.
Disclosure:
images.totalcardinc.com/documents/disclosures/FirstLatitude/Important_Disclosures_Elite.pdf
';
$DisplayCardOfferDetails[$count] = "no";
$DisplayCardOfferDetails[$count] = "yes";
$feed_html += '
';
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Reflex® Platinum Mastercard®
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Bad Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Reflex® Platinum Mastercard®
CREDIT NEEDED
Fair Credit
Bad Credit
- Up to $1,000 Initial Credit Limit
- See if you Pre-Qualify with No Impact to your Credit Score
- Less than perfect credit? We understand. The Reflex Mastercard is ideal for people looking to rebuild their credit.
- With responsible card use, you may be able to rebuild or improve your credit
- Unsecured credit card that requires No Security Deposit
- Perfect card for everyday purchases and unexpected expenses
- Monthly reporting to the three major credit bureaus
- Access to your Vantage 3.0 Score from Experian (when you sign up for e-statements)
- Use your card everywhere Mastercard is accepted at millions of locations
- Enjoy peace of mind with Mastercard Zero Liability Protection for unauthorized purchases (subject to Mastercard guidelines)
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Upgrade Triple Cash Rewards Visa®
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Good Credit, Excellent Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Upgrade Triple Cash Rewards Visa®
CREDIT NEEDED
Fair Credit
Good Credit
Excellent Credit
- $200 bonus after opening a Rewards Checking Plus account and making 3 debit card transactions*
- 3% unlimited cash back on every purchase in Home, Health, and Auto categories
- No annual fee
- Enjoy Visa Signature benefits, like Roadside Dispatch, Price Protection, Extended Warranty and more
- Up to 10% cash back from your favorite brands with Upgrade Shopping
- No touch payments with contactless technology built in
- See if you qualify in seconds with no impact to your credit score
- Great for large purchases with predictable payments you can budget for
- Mobile app to access your account anytime, anywhere
- Use your card anywhere Visa is accepted
- Relax knowing that you are protected in case of unauthorized transactions with Visa’s Zero Liability Policy
Welcome Bonus Disclosure: *To qualify for the welcome bonus, you must open and fund a new Rewards Checking Plus account through Upgrade and make 3 qualifying debit card transactions from your Rewards Checking Plus account within 60 days of the date the Rewards Checking Plus account is opened. If you have previously opened a checking account through Upgrade or do not open a Rewards Checking Plus account as part of this application process, you are not eligible for this welcome bonus offer. Your Upgrade Card and Rewards Checking Plus account must be open and in good standing to receive a bonus. To qualify, debit card transactions must have settled and exclude ATM transactions. Please refer to the applicable Upgrade Visa® Debit Card Agreement and Disclosures for more information. Welcome bonus offers cannot be combined, substituted, or applied retroactively. The bonus will be applied to your Rewards Checking Plus account as a one-time payout credit within 60 days after meeting the conditions.
State Exclusions: DC, IA, WV, WI, GA, MA
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Upstart Auto Refinancing
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Good Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Upstart Auto Refinancing
Refinancing your car loan can help you save money by lowering your APR or by reducing your monthly payments.
- Checking your rate won’t affect your credit score.2
- Upstart car loan customers save an average of $1,085 per year on their loan1
- Smarter rates - Our model looks beyond your credit score. It looks at education3 and experience to find you the loan you deserve.
- Seamless application - Check your rate in minutes. Upstart will handle paying off your previous lender so you can have a smooth ride to savings!
- Trusted company - Award winning customer service to help you through any questions.
How it works:
- Check your rate - Fill out a form to check your rate in minutes
- Verify your information - We’ll verify your information, vehicle, and current car loan.
- Get your money - Upstart will pay off your previous loan and update your title. Enjoy the savings.
You may be asked to provide documents that verify your identity, education, and income. We may also ask for a copy of your registration card or proof of insurance.
If your car has a co-owner, the co-owner will need to sign and return a consent form within five days of application approval. And if we learn of any open claims or second liens on your vehicle, we may request proof of resolution.
Any documents we need to process your application, along with their descriptions, will appear on your Upstart dashboard after you submit your application.
1 This information is estimated based on all consumers who were approved for an auto loan through the Upstart platform and accepted their final terms. As of 3/31/2023, the average yearly payment savings amount is $1,085. To evaluate savings on a loan you are considering refinancing, it is important to compare your APR and remaining term from your existing auto loan to the APR and term offered through Upstart.
2 When you check your rate, we check your credit report. This initial (soft) inquiry will not affect your credit score. If you accept your rate and proceed with your application, we do another (hard) credit inquiry that will impact your credit score. If you take out a loan, repayment information may be reported to the credit bureaus.
3 Although educational information is collected as part of Upstart's rate check process, neither Upstart nor its bank partners have a minimum educational attainment requirement in order to be eligible for a loan.
To evaluate savings on a loan you are considering refinancing, it is important to compare your APR and remaining term from your existing automotive loan to the APR and term offered through Upstart.
All loans are originated by lending partners on the Upstart marketplace.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Upgrade Personal Loans
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Good Credit, Excellent Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Upgrade Personal Loans
CREDIT NEEDED
Fair Credit
Good Credit
Excellent Credit
- Loan Amounts: $1,000-$50,000
- Annual Percentage Rates (APRs): 7.99% - 35.99%.
- Fixed rates and payments with a clear pay off date.
- Flexible loan options: explore multiple options and pick the loan amount and term that best fits your budget and timeline.
- Fast Funding. Money is sent to your bank account within a day of clearing any verifications.*
- Automatic payments and ability to customize the due date: manage your account online or via the mobile app
- No prepayment penalties.
- Access to free credit score monitoring, educational tools, and personalized recommendations to help you understand and make the most of your credit.
Disclosures:
Personal loans made through Upgrade feature Annual Percentage Rates (APRs) of 7.99%-35.99%. All personal loans have a 1.85% to 9.99% origination fee, which is deducted from the loan proceeds. Lowest rates require Autopay and paying off a portion of existing debt directly. Loans feature repayment terms of 24 to 84 months. For example, if you receive a $10,000 loan with a 36-month term and a 17.59% APR (which includes a 13.94% yearly interest rate and a 5% one-time origination fee), you would receive $9,500 in your account and would have a required monthly payment of $341.48. Over the life of the loan, your payments would total $12,293.46. The APR on your loan may be higher or lower and your loan offers may not have multiple term lengths available. Actual rate depends on credit score, credit usage history, loan term, and other factors. Late payments or subsequent charges and fees may increase the cost of your fixed rate loan. There is no fee or penalty for repaying a loan early. Personal loans issued by Upgrade's bank partners. Information on Upgrade's bank partners can be found at https://www.upgrade.com/bank-partners/
Fast Funding Disclosure:
*Accept your loan offer and your funds will be sent to your bank or designated account within one (1) business day of clearing necessary verifications. Availability of the funds is dependent on how quickly your bank processes the transaction. From the time of approval, funds sent directly to you should be available within one (1) business day. Funds sent directly to pay off your creditors may take up to 2 weeks to clear, depending on the creditor.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Credit Strong For Business
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
N/A
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Credit Strong For Business
Credit Strong For Business
Multiple different product options with different loan amounts and terms to help you:
- Build credit as cheaply as possible (Biz $2,500)
- Build credit & savings simultaneously (Biz $5,000)
- Build a large amount of credit (Biz $10,000)
Anyone is eligible, as long as we can verify your identity and business. Perfect for people with thin or no credit, since there is no credit check and no minimum credit score
Business requirements, the company must:
- Have a registered EIN (Employer Identification Number issued by the IRS
- Be at least 3 months old
- Be a LLC, partnership, or Corporation
- Be located in the United States and have a physical US address place of business
Individual requirements:
- Own at least 25% of the business
- Have no co-owner(s) that individually own 25% or more of the business
- Be at least 18 years old and be a permanent US resident
- Have a physical US residence
- Have a valid SSN or ITIN
- Have a valid identification document (Drivers license, State ID, Passport, Permanent Resident Card)
Impacts 90% of the factors used to calculate your credit score
- Payment history (35%)
- Amount of credit (30%)
- Length/age of credit (15%)
- Credit Mix (10%)
- New Credit (10%)
We’ll report loan payments each month. Making on-time payments are a positive signal to credit bureaus and help your score.
- All credit products are designed to give customers the ability (but not requirement) to demonstrate good financial behavior. The reverse is also true - Late payments are also reported!
The account is reported and will appear on a customer’s credit profile within 30-60 days after the first loan payment due date
- The first payment is due 30 days from account opening date and due on the same day each month
How CreditStrong Business works:
A secured loan is issued to you, and deposited in a locked savings account in your name held at Austin Capital Bank, the 5* rated community bank that powers CreditStrong
Each month, you make monthly payments towards the secured loan which pay down the loan balance
Each payment is split into 2 portions
Interest: Cost for keeping the account open, account maintenance, reporting, etc. Think of this as the money you pay CreditStrong to build your credit.
Principle: this goes towards the loan balance and principal payments will be available for withdrawal on completion of your loan. Think of this as money you pay to yourself each month for future use.
Each month, we report payment behavior to Equifax, PayNet, and SBFA. (remember:
make complete, on-time payments so we’re reporting GOOD credit behavior!)
What happens when the loan is paid off?
- Once the loan is paid off, the secured savings account is unlocked
- The funds in the unlocked savings account can then be withdrawn
- Once the account is paid off, it will be reported to credit bureaus as “Paid in full with a $0 balance” / ”Paid off”
Canceling:
- You can choose to cancel early with no prepayment or early termination fees.
- If you cancel early, the difference is unlocked, and the funds in your saving account (if any) can be accessed and transferred to your payment method on file with no fees or penalties
- If you have already made the admin fee payment and 1 or more loan payment (It will be closed out and reported as “Paid in full with a $0 balance” / ”Paid off” (which is the same as if you were to pay it off fully – there is no difference in reporting))
- If you have not made any payments or have made the admin fee payment but not a loan payment. It will not be reported and will not show on your credit report o If you have made more than 1 loan payment and want to cancel early. We use your secured savings to pay off the remaining loan balance
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
The BILL Divvy Card for businesses
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
N/A
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
The BILL Divvy Card for businesses
A better way to get business credit
BILL Spend & Expense makes it easy to access the funding you need, no matter the size of your business. Apply for a credit line in seconds and start spending smarter.
- No annual fees
- Each employee gets a card that can be controlled by your admin
- Set budgets to control spend
- Automated decisions up to $100k¹
- Multiple ways of underwriting
- Scalable credit lines
- Automated expense management
- Rewards on vendor payments
- Virtual cards
Rewards of a credit card with the efficiency of software
BILL Spend & Expense gives you all the rewards you’d expect from the best business credit lines with all the features of a best-in-class finance app: automated reimbursement, expense reports, and vendor payments, accounting integrations, an easy to use mobile app, and a whole lot more.
What is BILL?
BILL is a financial operations platform that gives you control over finances so you can confidently run your business. BILL’s integrated platform includes BILL Accounts Payable, BILL Accounts Receivable, and BILL Spend & Expense to help you automate AP, AR, spend, and expense management—all in one place.
¹Actual amount depends on applicant’s credit information and approval of application.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Universal Credit Personal Loans
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Good Credit, Excellent Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Universal Credit Personal Loans
CREDIT NEEDED
Fair Credit
Good Credit
Excellent Credit
Disclosures:
Personal loans made through Universal Credit feature Annual Percentage Rates (APRs) of 11.69%-35.93%. All personal loans have a 5.25% to 8.99% origination fee, which is deducted from the loan proceeds. Lowest rates require Autopay and paying off a portion of existing debt directly. Loans feature repayment terms of 36 to 60 months. For example, if you receive a $10,000 loan with a 36-month term and a 28.47% APR (which includes a 22.99% yearly interest rate and a 7% one-time origination fee), you would receive $9,300 in your account and would have a required monthly payment of $387.05. Over the life of the loan, your payments would total $13,933.62. The APR on your loan may be higher or lower and your loan offers may not have multiple term lengths available. Actual rate depends on credit score, credit usage history, loan term, and other factors. Late payments or subsequent charges and fees may increase the cost of your fixed rate loan. There is no fee or penalty for repaying a loan early. Personal loans issued by Universal Credit's bank partners. Information on Universal Credit's bank partners can be found at https://www.universal-credit.com/bank-partners/
Fast Funding Disclosure:
*Accept your loan offer and your funds will be sent to your bank or designated account within one (1) business day of clearing necessary verifications. Availability of the funds is dependent on how quickly your bank processes the transaction. From the time of approval, funds sent directly to you should be available within one (1) business day. Funds sent directly to pay off your creditors may take up to 2 weeks to clear, depending on the creditor.
State Exclusions:
Loans are not currently available to residents of DC.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Kovo Credit Builder
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Bad Credit, No Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Kovo Credit Builder
CREDIT NEEDED
Fair Credit
Bad Credit
No Credit
Give yourself the credit you deserve. Sign up to build your credit easily with small monthly payments. Instant approval, no credit check, and no hidden fees. Plus, earn up to 1% on featured loans! The ideal alternative to secured credit cards.
Incredible value:
- Your payment performance is reported monthly to TransUnion®, Equifax®, Experian®, and Innovis®.
- Earn up to $1,225 in rewards. That’s 5x more value than the cost of Kovo.
- Lower your monthly interest payments when you have a higher credit score.
- Better credit makes owning a car and home possible, with higher odds for approval.
- Get your FICO® Score and see your credit score journey progress every month.
How it works:
- Build with Installments: pay $10/month over 24 months.
- Learn with Courses: pick up useful skills.
- Earn with Rewards: up to 1% back on eligible loan offers.
Key features:
- Flat monthly rate
- Instant approval
- No credit check / no hard pull
- No bank account needed
- $0 security deposit
- $0 setup/admin fees
- $0 annual fees
- $0 late fees
- $0 prepayment fees
- 0% APR
Requirements:
- You must be at least 18 years of age
- You must have a valid U.S. Social Security Number
Available in all 50 states.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Upgrade - Premier Savings
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
N/A
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Upgrade - Premier Savings
- Earn 4.14% APY, on $1,000 or more¹
- No monthly account fees²
- Up to $1 million in FDIC or NCUA insurance through Cross River Bank or Participating Institutions*
Disclaimers:
- The Annual Percentage Yield (“APY”) for the Premier Savings account is variable and may change at any time. There is no minimum balance to open your account, but you will only earn the APY on days when the closing balance of your Premiere Savings account is or exceeds $1000. On days where the account closing balance drops below $1000, the APY will be 0%.
- There are no monthly fees, overdraft fees or annual fees. Outbound domestic wire transfers are subject to a fee of $20 after your first fee-free transfer per calendar month.
*Deposits to Premier Savings are eligible for FDIC and/or NCUA deposit insurance up to $1 million or more through Cross River Bank, Member FDIC and Participating Institutions. Learn more about the Custodial Program and Participating Institutions . Cross River Bank may place some or all of the funds held in your savings account(s) into an account at one or more other Participating Institutions. Each Participating Institution is either (1) a FDIC-insured depository institution that only covers the failure of insured banks, or (2) a credit union that is eligible for insurance through the NCUA Share Insurance Fund if the credit union fails. Funds are insured up to $250,000 per ownership category and per institution. Certain conditions must be satisfied for FDIC deposit insurance coverage to apply to any funds held at a FDIC-insured depository institution. Upgrade is not a bank and is not FDIC insured. You are responsible for monitoring where your deposits are held (available in your Upgrade dashboard) to determine the extent of FDIC and/ or NCUA insurance coverage available to you.
Upgrade is a financial technology company, not a bank. Premier Savings accounts are provided by Cross River Bank, Member FDIC.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
debtmd
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
N/A
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
debtmd
Live the Debt-Free Life You Deserve
Solutions: Debt Consolidation Loans, Debt Settlement, Student Loan Refinancing.
- Compare debt relief options and choose the best one with confidence
- Request a free quote from one of our top-rated partners
- Lower your monthly payment
- Reduce your interest rates
- Pay off high-interest credit card debt faster
- Be debt-free in as little as 12 months
Type of Debt:
- Credit Card Debt
- Medical Debt
- Student Loan Debt
Take control of your debt and get on the path to financial freedom
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
First Progress Platinum Prestige MasterCard® Secured Credit Card
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Bad Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
First Progress Platinum Prestige MasterCard® Secured Credit Card
CREDIT NEEDED
Fair Credit
Bad Credit
Earn 1% Cash Back Rewards with First Progress Prestige!
- All credit types welcome to apply!
- Apply now and fund your security deposit over 90 days with the option to make partial payments.
- You Can’t Rebuild credit with a Debit Card. Try First Progress Today! ¹
- Secured Cards are a great way to start establishing credit for people with low/no credit scores.¹
- Get a fresh start! A discharged bankruptcy in your credit file will not cause you to be declined.
- Past credit issues shouldn’t prevent you from getting a credit card with great benefits & rewards!
- ¹ Cardholders who keep their balance low and pay their credit card bill on time every month typically do see an increase in their credit score.
Deposit Options: debit card funding.
Click for Disclosure
';
$DisplayCardOfferDetails[$count] = "no";
$DisplayCardOfferDetails[$count] = "yes";
$feed_html += '
';
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
GreenLight® Debit Card & App For Kids
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
No Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
GreenLight® Debit Card & App For Kids
Teach your kids how to learn manage money, set savings goals, and spend wisely!
- Greenlight celebrates smart money management by rewarding kids with up to 1% Cash Back and 2% on their Savings balances.*
- Send money to your kids — anytime, anywhere.
- Get real-time notifications any time the card is used.
- Create in-app chore lists and tie the work to perks.
- Allowance on autopilot. Weekly or monthly, you can set it and forget it.
- Personalize your kids’ debit cards. Selfies rule.
Frequently Asked Questions (more on website)
Is there a minimum age? We support kids and grownups of all ages. No minimum (or maximum) age here.
How much does it cost? Greenlight plans start at $4.99 per month and include debit cards for up to five (5) kids. Your first month is on us, and you can cancel at any time. See our Plans page for more.
What do I need to sign up?
- Your email address
- Your mobile phone number
- Your child’s/children’s name(s)
- Your legal first and last name
- Your physical address
- Your date of birth
- A valid debit card or bank account
- Your Social Security number (SSN). For information on why we ask for your SSN, learn more about the U.S. Patriot Act.
Where is the card accepted? The Greenlight card can be used almost anywhere Mastercard is accepted, online and in-store. “Almost,” because our cardholders are kids, and we’ve put important guardrails in place. Greenlight also works internationally in 150+ other countries, with no foreign transaction fees. No need to let us know if you travel abroad — you’ll have enough to remember.
Is Greenlight safe? Greenlight blocks ‘unsafe’ spending categories, sends real-time transaction notifications and gives parents flexible ATM and other spending controls. We also provide additional layers of protection to our families in the form of face or fingerprint recognition and the ability to turn your card on or off directly in the app. Greenlight debit cards are FDIC-insured up to $250,000, and come with Mastercard’s Zero Liability Protection.
*see all terms and conditions (click apply now to view)
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Auto Financing and Refinancing
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Good Credit, Excellent Credit, Bad Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Auto Financing and Refinancing
CREDIT NEEDED
Fair Credit
Good Credit
Excellent Credit
Bad Credit
Auto Financing and Refinancing – Average Customer saves up to $2000 or more…
- 1 Application with up to 4 loan offers in minutes
- Apply online, 24/7 in the convenience of your home or office
- Lowest interest rates available – average customer saves $2000 in interest charges
- Get approved and have financing in place before going to a dealer
- Refinance and lower your current interest rate and payments or even skip a payment
- Also offering Private Party and Lease Buyout loans
- Fast & free - No fees or obligations
- Private, secure and confidential
Your premier online auto finance and refinance marketplace. Apply now and receive up to 4 loan offers in minutes! Fast, easy and free…
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Caribou Auto Refinancing (Name Change From MotoRefi)
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Caribou Auto Refinancing (Name Change From MotoRefi)
Refinance your car loan and Save Big! Put money back in your pocket!
- Rates as low as 5.48% APR
- Pre-qualify in seconds - Pre-qualify on our secure, fully online platform—without leaving the couch or giving your SSN
- Put cash back into your wallet. Our customers save an average of $113.78/month on their car payments*
- No impact to your credit to review pre-qualified offers
- Minimum Loan amount: $7500
- Loan term: 12-84 months
How Caribou works
Check your rate - Get pre-qualified offers in seconds with no Social Security number required and no impact on your credit.
Select your offer - Pick the refinance that works best for you, with offers from our top lenders.
Refi and save big - Simply submit a few documents and sit back as our team does the heavy lifting to refinance your loan.
Typical Requirements:
- Desired credt score: 650+
- Minimum annual income $24K
- No SSN required*
- Other requirements may apply
*Not available for motorcycles or commercial vehicles
*See all terms and conditions on the application page.
*1This information is estimated based on consumers who were approved for an auto refinance loan through Caribou between 6/1/2022 and 3/1/2023, had an existing auto loan on their credit report, and accepted their final terms. These borrowers saved an average of $113.78 per month. Refinance savings may result from a lower interest rate, longer
term, or both. There is no guarantee of savings. Your actual savings, if any, may vary based on interest rates, the repayment term, the amount financed, and other factors.
*To check the refinance rates and terms you qualify for, we conduct a soft credit pull that will not affect your credit score. However, if you choose a loan product and continue your application, we or one of our lending partners will request your full credit report from one or more consumer reporting agencies, which is considered a hard credit pull and may affect your credit.
*Social security number is required should you choose to move forward in the loan application process. *Terms and Conditions apply. Caribou reserves the right to modify or discontinue products and benefits at any time without notice. Participating lenders, rates and terms are also subject to change at any time without notice. The information you
provide to us is an inquiry to determine whether our lenders can make you a loan offer. If any of our lending partners has an available loan offer for you, you will be invited to submit a loan application to the lender for its review. Not all borrowers receive the lowest rate. Lowest rates are reserved for the highest qualified borrowers. We do not guarantee that you will
receive any loan offers or that your loan application will be approved. If approved, your actual rate will depend on a variety of factors, including term of loan, a responsible financial history, income and other factors.
Offers not available in MA, MD, MS, NE, NV, WI, WV
APR is the Annual Percentage Rate. Your actual APR may be different. Your APR is based on multiple factors including your credit profile and the loan to value of the vehicle. APR ranges from 5.48% to 28.55% and is determined at the time of application. Lowest APR is available up to a 36 month term, to borrowers with excellent credit, and only in Texas. Conditions apply. Advertised rates and fees are valid as of 5/15/2023 and are subject to change without notice. Insurance savings will not result from lower APR.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Self Financial - Credit Builder Account
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Bad Credit, No Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Self Financial - Credit Builder Account
CREDIT NEEDED
Fair Credit
Bad Credit
No Credit
Self offers Credit Builder Accounts.
- Self Financial helps you get a Credit Builder Account through their banking partners, which has a term of 24 months.
- All payments are reported to the three major credit bureaus as an installment loan which helps consumers build credit.
- Savings plans start at $25/month and include credit monitoring. At the end of account term, you've built credit history and your CD savings unlock. (minus interest and fees)
Sample loans: See self.inc/pricing $25/mo, 24 mos, 15.92% APR; $35/mo, 24 mos, 15.69% APR; $48/mo, 24 mos, 15.51% APR; $150/mo, 24 mos, 15.82% APR.
Credit Builder Accounts & Certificates of Deposit made/held by Lead Bank, Sunrise Banks, N.A., First Century Bank, N.A., each Member FDIC. Subject to credit approval.
Date: 11-2-24
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Rental Reporters
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Bad Credit, No Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Rental Reporters
CREDIT NEEDED
Bad Credit
No Credit
Your rent payments can improve your credit score. Get what you deserve
We report your payments to TransUnion, Equifax, and Experian
A new tradeline appears on your credit report
Look for your score to change within 10 days
Who Would Want To Participate In Our Rental Reporting Program?
Rebuilding Your Credit? We can help you rebuild your credit in a matter of days by reporting your last two years’ of on-time rent payments to TransUnion. The addition of this significant payment history will have a dramatic impact on your credit and allow you to move towards credit independence.
Want To Establish Credit? We add a new trade line to your credit report that reflects your on-time rental payment history. We add not just your on-time payments but we add the length of your rental payment history. How many years have you been renting a house or apartment? That length of credit history is not part of your credit report.
Buying A Home? We add a new trade line to your credit report that reflects your on-time rental payment history. We add not just your on-time payments but we add the length of your rental payment history. How many years have you been renting a house or apartment? That length of credit history is not part of your credit report. Your rent payment history both “thickens” your credit file with positive data that is taken into account and demonstrates your ability to repay your largest monthly obligation……. your rent.
There are 4 simple steps to the rent reporting process
- Verification of your identity and rent payments: On your application, we need basic information such as your social security number, date of birth, address, and your landlord’s contact information. Your social security number ensures that your rent history is clearly matched with your credit profile.
- Verification of your rent payments with your landlord: We work directly with your landlord to verify their identity and confirm your on-time rent payments both over the last 24 months, and in the months to come. For a fee of $50 each, we can also verify and report rent payments made to multiple landlords within the past 2 years.
- Rent reporting to credit bureaus: Equifax and Transunion.
- Tradeline creation on your credit report: A new tradeline is created on your credit report within 5-7 business days. You receive a notification when this is completed. As you continue to pay your rent each month, more information is added to this tradeline. This is why it is important to keep your subscription paid and current every month.
What Does This Program Cost?
The one-time enrollment fee of $94.95 pays for landlord verification and reporting up to 2 years of rental payment history to the credit bureaus. The monthly subscription fee of $9.95 enables us to automatically verify and report your ongoing rent payments. As with any credit report tradeline, the more months of data, the greater the impact can be on your score.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Grow Credit
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Bad Credit, No Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Grow Credit
CREDIT NEEDED
Bad Credit
No Credit
Grow Credit offers a free Mastercard you can use to pay your subscriptions and build your credit. Build Credit For Free!
We report your on-time payments to all three major credit bureaus (Equifax, Experian and TransUnion) which helps establish or boost your credit score.
- Grow Credit is a line of credit and there is no hard credit check, and applying will not impact your credit score.
- Grow Credit is a MasterCard which can be used to pay for subscriptions and build your credit. You can use your card to pay for any subscription, including Netflix, Spotify, Amazon Prime, and over 100 other services. You can set it and forget it. We automatically debit the cost of your subscription from your bank account every month, ensuring timely payment. Then, we report your progress to all three credit bureaus.
- You don’t need to have any credit history to sign up, and there is no deposit required for our Build, Grow, or Accelerate plans. For those who do not yet meet our income requirements, Grow has a Secured card option, which requires a $17 deposit.
- It is free to sign up for a Grow Credit Build account, and there is no obligation to upgrade to a paid account at any time. Free account holders have a $17 monthly limit that can be used exclusively to pay for subscriptions, but it’s reported to the credit bureaus as a $204 line of credit ($17 per month for 12 months).
- The Grow premium tier comes with a $50 monthly limit, reported to the bureaus as a $600 line of credit. The Accelerate premium tier comes with a $150 monthly limit, reported to the bureaus as an $1800 line of credit.
- If you don’t currently qualify for a Build account, you can open a Secured account. You will need to put down a $17 deposit, but that deposit will be refunded after 12 months of on-time payments.
- See all terms and conditions on the application page.
Other FAQ
- No hard inquiry
- Grow Credit is available in all US states.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
FIT™ Platinum Mastercard®
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Fair Credit, Bad Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
FIT™ Platinum Mastercard®
CREDIT NEEDED
Fair Credit
Bad Credit
- $400 Initial Credit Limit
- Less than perfect credit? We understand. The FIT Mastercard is ideal for people looking to rebuild their credit.
- Unsecured credit card that requires No Security Deposit
- With responsible card use, you may be able to rebuild or improve your credit
- Perfect card for everyday purchases and unexpected expenses
- Monthly reporting to the three major credit bureaus
- Access to your Vantage 3.0 Score from Experian (when you sign up for e-statements)
- Use your card everywhere Mastercard is accepted at millions of locations
- Enjoy peace of mind with Mastercard Zero Liability Protection for unauthorized purchases (subject to Mastercard guidelines)
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Nav Prime Card
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
N/A
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Nav Prime Card
Access the Nav Prime Card as part of Nav Prime — the only solution that lets you track your credit progress while simultaneously building your business credit.
Nav Prime gives you up to two tradelines, detailed credit health data, business banking, and access to the Nav Prime Card — the only business credit-building charge card with no credit check, no personal guarantee, and no security deposit required. Access Nav Prime’s benefits without any big bank barriers².
- Access the Nav Prime Card¹ as part of Nav Prime — trusted by 250,000+ for building business credit history and managing credit health.
- Build business credit from your everyday purchases with the Nav Prime Card — no time in business, credit, or annual revenue minimums.
Get up to two tradelines from Nav Prime membership payments ($49.99/mo) and Nav Prime Card use for business credit-building.
Nav is the only place you can see both business and personal credit data lenders see for confident decision-making.
Access Nav Business Checking to manage money with no domestic fees or minimum balance.
Nav Prime customers are nearly 2X more likely to get approved for lending through Nav. ¹
Disclosures:
¹Compared to customers without Nav Prime who were approved for lending through Nav. All offers are subject to lender underwriting and approval, which does not include status as a Nav Prime customer. Individual results will vary.
²There are no requirements to get Nav Prime. To get the Nav Prime Card, you are required to be an active Nav Prime member, have an approved Nav Business Checking application, and a successfully linked bank account to use as repayment for your Nav Prime Card balance. The Nav Prime Card is currently not available in ND, SD, NV, and CA.
Nav Technologies, Inc. is a financial technology company and is not a bank. Banking services are provided by Blue Ridge Bank and Thread Bank, N.A; Members FDIC. The Nav Business Checking account is offered by Blue Ridge Bank N.A., Member FDIC. The Nav Prime Visa® charge card is issued by Thread Bank pursuant to a license from Visa U.S.A. Inc. and may be used everywhere Visa charge cards are accepted.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Charge.com Merchant Account
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
N/A
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Charge.com Merchant Account
Why Charge.com?
Charge.com is one of the safest credit card processing companies in America. We’ll help you capture sales, increase revenue, and do it all at an affordable price
- Merchant Credit Card Processing Services
- The easiest, most affordable way to accept credit cards for your business
- Rated #1 Merchant Account Provider Six Years in a Row (1)
- No Setup Fees, No Cancellation Fees, No Long-Term Contract
- Low Cost Assurance with Rates as Low as 0.25% (2)
- Free Software & Free EMV Terminals / Card Readers (3)
- Charge.com Has Been Online More than 25 Years
Don’t lose another sale because you don’t take credit cards. Online and mail-order businesses that don’t offer shoppers a credit card payment option lose over 80% of their impulse sales. Accepting credit cards will give your customers the confidence to order without hesitation. Charge.com will assign to you one of our experienced account specialists who will carefully walk you through the simple process of becoming a credit card merchant. Of all the credit card processing companies, Charge.com is the safest and most convenient for both you and your customers.
No Application Fee
We waive your bank application fee, so applying costs you nothing; other companies charge $250 or more, just to look at your application. What’s more, our approval rate is one of the highest in the industry. With us, you can be sure that your business will be accepting credit cards in practically no time. Click here to apply right now.
Free Software
This service allows you to accept checks from your customers over the phone, by fax, or through the Internet via email or the World Wide Web. We have the ideal services and credit card machine for your business. Other companies charge up to $300.00 or more to set up this service. We set up the service for you absolutely free, just for applying.
Affordable Prices
For the guaranteed lowest price1 available, you can get your own user friendly credit card processing system. Charge.com offers three different options for processing credit cards. You can choose Real-Time processing with a Virtual Terminal, computer ecommerce software for either PC or Macintosh, or an electronic keypad terminal.
We offer the best rates in the industry—as low as 0.25%
We can approve all business types including Internet, phone order, mail order, mobile/wireless, and retail merchants. We are approving businesses just like yours every day.
We Approve:
- Mail Order
- Phone Order
- Home-Based
- Online Business
- Retail Business
- Service Business
- Professional
- Restaurants
- High Risk
1. Rated by 100 Best Merchant Accounts
2. Restrictions apply. See Low Cost Assurance details.
3. Terms and conditions apply. Subject to approval. Processing/account fees apply.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Acorns Savings & Investment App
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
N/A
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Acorns Savings & Investment App
Acorns is the saving and investing app and is how you save and invest for your future.
INVEST
- Sign up in under 3 minutes!
- No expertise needed: we’ll recommend a portfolio for your needs
Start investing in your future with spare change from everyday purchases or as little as $5. Get investing, retirement, checking, investing for families, rewards, financial education and more—in one, easy app
Get Acorns Later, our easy retirement account, in under 2 minutes. We'll recommend the right plan to you (Roth, SEP, Traditional)
SPEND
- Real time Round-Ups, so you can invest while you spend and give your spare change more time in the market
EARLY
- In under 3 minutes, open an easy investment account for kids, and unlock our financial wellness system.
- Get Acorns Early and invest for the kids you love. Early is a UTMA/UGMA account, so its more flexible than a 529/traditional college savings account
- Grow your knowledge together, with financial literacy content for families, powered by Acorns and CNBC
- Set it and forget it with easy Recurring Investments, starting at $5 a day, week, or month
EARN
- Earn more money when you shop from 350+ top brands that invest in you.
*See all terms and conditions.
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$count = $count + 1;
/* BEGIN PRODUCT SECION */
$feed_html += '';
$feed_html += '
';
$feed_html += '
';
$feed_html += '
Kikoff Credit Account
';
$feed_html += '
';
//$feed_html += '
N/A
';
$feed_html += '
Bad Credit, No Credit
';
$feed_html += '
';
$feed_html += '
';
// product content
$feed_html += '
Kikoff Credit Account
CREDIT NEEDED
Bad Credit
No Credit
Build credit with Kikoff. The safe way to build credit..
We help you establish positive payment history and lower utilization, both important factors for raising your credit score.
- No credit check. No hard pulls required
- Starts at $5/mo. Cancel anytime
- With 0% interest
- Open your account in minutes
- Easy & automatic. With the optional Autopay, never worry about due dates.
How does Kikoff work?
Kikoff is a credit-building service designed to help you build credit safely and responsibly. Our products are designed to target the 5 major credit score factors.
Kikoff offers 2 products:
- Kikoff Credit Account - this is a revolving line of credit. This account builds monthly payment history and helps reduce your credit utilization.
- Kikoff Credit Builder Loan - this is an additional product for customers with positive payment behavior on Kikoff products. Credit Builder Loan is a 1-year savings plan for $10/month.
Is this a credit card?
The Kikoff Credit Account is a revolving line of credit that gets reported to Equifax and Experian.
You are able to use the Kikoff Credit Account to finance the purchase of goods and services from Kikoff.
Unlike a credit card, the Kikoff Credit Account can only be used to make purchases from Kikoff (e.g. can’t buy gas or groceries)
Which bureaus does Kikoff report to?
Kikoff is an official data furnisher to the 3 major credit bureaus: Equifax, Experian, and TransUnion.
Please note that reporting depends upon which Kikoff products you have:
Kikoff Credit Account reports to Equifax and Experian.
Credit Builder Loan (optional add-on) reports to TransUnion and Equifax.
Please see all terms and conditions and state availability: https://kikoff.com/terms.pdf
';
$DisplayCardOfferDetails[$count] = "no";
$feed_html += '
';
// end product content
$feed_html += '
';
/* END PRODUCT SECION */
$category_dropdown_html += '';
$bank_dropdown_html += '';
$credit_rating_dropdown_html += '';
var $product_image_numeric_width = 225;
var $product_image_width = '32%';//$product_image_numeric_width+'px';
var $product_image_column_width_num = 210;
var $product_image_column_width = $product_image_column_width_num+'px';
var $product_heading_width;
var $product_table_padding;
var $most_popular_image_width;
var $transparent_background_is_true = (typeof $transparent_background !== 'undefined' && $transparent_background === 'yes');
$product_heading_width = '100%';
$most_popular_image_width = $product_heading_width;
$product_description_width = '65%';
$product_description_min_width = '50%';
$product_description_mobile_width = 'auto!important';
$product_heading_mobile_width = '100%!important';
$product_mobile_width = '100%!important';
var $product_box_background_color = "#FFFFFF";
var $boxbgcolor;
if(typeof $boxbgcolor !== 'undefined') {
$product_box_background_color = $boxbgcolor;
}
var $product_heading_background_color;
var $hbgcolor;
var $product_heading_background_color = "#FFFFFF";
if(typeof $hbgcolor !== 'undefined') {
$product_heading_background_color = $hbgcolor;
}
var $product_heading_text_color = "#000000";
var $htextcolor;
if(typeof $htextcolor !== 'undefined') {
$product_heading_text_color = $htextcolor;
}
var $product_heading_font_size = "16px";
var $hfontsize;
if(typeof $hfontsize !== 'undefined') {
$product_heading_font_size = $hfontsize+"px";
}
var $product_description_bg_color = "transparent";
var $pdbgcolor;
if(typeof $pdbgcolor !== 'undefined') {
$product_description_bg_color = $pdbgcolor;
}
if ($transparent_background_is_true) {
$product_description_bg_color = 'transparent';
}
var $product_description_text_color = "#000000";
var $pdtextcolor;
if($pdtextcolor != undefined) {
$product_description_text_color = $pdtextcolor;
}
var $product_description_font_size = "13px";//"1.333em";
var $pdfontsize;
if(typeof $pdfontsize !== 'undefined') {
$product_description_font_size = $pdfontsize+"px";
}
var $product_description_border_left = "#FFFFFF";
var $pdborderleft;
if(typeof $pdborderleft !== 'undefined') {
$product_description_border_left = $pdborderleft;
}
var $product_description_border_right = "#FFFFFF";
var $pdborderright;
if($pdborderright != undefined) {
$product_description_border_right = $pdborderright;
}
var $footer_bg_color;
var $fbgcolor;
var $footer_bg_color = "#FFFFFF";
if(typeof $fbgcolor !== 'undefined') {
$footer_bg_color = $fbgcolor;
}
var $footer_text_color = "#000000";
var $ftextcolor;
if($ftextcolor != undefined) {
$footer_text_color = $ftextcolor;
}
var $footer_font_size = "11px";
var $ffontsize;
if(typeof $ffontsize !== 'undefined') {
$footer_font_size = $ffontsize+"px";
}
var $bulletstyle;
var $additional_css;
if(typeof $bulletstyle !== 'undefined') {
$additional_css = '.ccbproductcontainer ul { list-style-type: ' + $bulletstyle + '; }';
} else {
$additional_css = '';
}
var $ccbheader_bg_color;
var $ccbheaderbgcolor;
var $ccbheader_bg_color = "#FFFFFF"; // dark blue original
$ccbheader_bg_color = $product_heading_background_color; // Matches the product heading bg
if(typeof $ccbheaderbgcolor != 'undefined') {
$ccbheader_bg_color = $ccbheaderbgcolor;
}
var $ccbbutton_bg_color = '#318ccc'; //'#055FA8';
$product_table_bgcolor = $transparent_background_is_true ? 'transparent' : 'white';
$product_table_border_color = '#F3F3F3'; // $transparent_background_is_true ? 'transparent' :
$product_table_dropshadow = '#EEEEEE';
$feed_html += '';
function showdropdownoffers (item) {
var $category_to_show = ".";
var $bank_to_show = ".";
var $credit_rating_to_show = ".";
jQuery('div.ccbproductcontainer').css('display','block');
jQuery('.isaltcolor').addClass('ccbcompactfeedaltrowcolor');
if($show_category_dropdowns === "yes" && item && item.id === 'getcategoryoffers') {
var $a = document.getElementById('getcategoryoffers').selectedIndex;
var $selected_category = document.getElementById("getcategoryoffers").options[$a].value;
jQuery('#getbankoffers').val('all');
jQuery('#getcreditratingoffers').val('all');
if($selected_category != "all") {
$category_to_show += 'CategoryID-' + $selected_category;
jQuery('div.ccbproductcontainer').not($category_to_show).css('display','none');
jQuery('.ccbcompactfeedaltrowcolor').removeClass('ccbcompactfeedaltrowcolor');
} else {
jQuery('div.ccbproductcontainer').css('display','block');
jQuery('.isaltcolor').addClass('ccbcompactfeedaltrowcolor');
}
}
if($show_bank_dropdowns === "yes" && item && item.id === 'getbankoffers') {
var $b = document.getElementById('getbankoffers').selectedIndex;
var $selected_bank = document.getElementById("getbankoffers").options[$b].value;
jQuery('#getcategoryoffers').val('all');
jQuery('#getcreditratingoffers').val('all');
if($selected_bank != "all") {
$bank_to_show += 'BankID-' + $selected_bank;
jQuery('div.ccbproductcontainer').not($bank_to_show).css('display','none');
} else {
jQuery('div.ccbproductcontainer').css('display','block');
}
}
if($show_credit_rating_dropdowns === "yes" && item && item.id === 'getcreditratingoffers') {
var $c = document.getElementById('getcreditratingoffers').selectedIndex;
var $selected_creditrating = document.getElementById("getcreditratingoffers").options[$c].value;
jQuery('#getcategoryoffers').val('all');
jQuery('#getbankoffers').val('all');
if($selected_creditrating != "all") {
$credit_rating_to_show += "CreditRatingID-" + $selected_creditrating;
jQuery('div.ccbproductcontainer').not($credit_rating_to_show).css('display','none');
} else {
jQuery('div.ccbproductcontainer').css('display','block');
}
}
checkNumCCBResults();
} // end of function
var $error_html;
function checkNumCCBResults() {
var hiddenEls = jQuery('.ccbproductcontainer:hidden');
var visibleEls = jQuery('.ccbproductcontainer:visible');
var NumHiddenEls = hiddenEls.length;
var NumVisibleEls = visibleEls.length;
if(NumVisibleEls < 1) {
$error_html = 'The combinations of Category, Bank, and Credit Rating that you chose do not have results.
Please choose another combination to see results or choose �Display All� to see all results.';
} else {
$error_html = "";
}
jQuery(".CCBErrorResults").html($error_html);
} // End of function
var $show_dropdowns;
var $show_category_dropdowns;
var $show_bank_dropdowns;
var $show_credit_rating_dropdowns;
var $show_header;
var $header_image;
var $custom_header_image;
var $show_dropdown_image;
var $dropdown_image;
var $custom_dropdown_image;
var $show_footer;
var total_rows_products = 30;
var has_product_rows = total_rows_products > 0;
var not_enough_rows = total_rows_products < 4;
var currentScriptt = document.currentScript;
console.log('Current Script:');
console.log(currentScriptt.src);
console.log('Total product rows: '+total_rows_products);
var $html_append = document.createElement('div');
$html_append.className = 'ccbcontainer';
$compact_feed = document.createElement('div');
$compact_feed.className = 'ccbcompactfeed';
var ccbcfheader = document.createElement('div');
ccbcfheader.className = 'ccbcompactfeedheader';
var ccbcfc1 = document.createElement('div');
ccbcfc1.className = 'ccbcompactfeedhcell ccbcompactfeedcardhcellwidth';
ccbcfc1.innerHTML = 'Offer';
ccbcfheader.appendChild(ccbcfc1);
//var ccbcfc2 = document.createElement('div');
//ccbcfc2.className = 'ccbcompactfeedhcell ccbcompactfeedcellwidth ccbhideme';
//ccbcfc2.innerHTML = 'Best For';
//ccbcfheader.appendChild(ccbcfc2);
var ccbcfc3 = document.createElement('div');
ccbcfc3.className = 'ccbcompactfeedhcell ccbcompactfeedcellwidth ccbhideme';
ccbcfc3.innerHTML = 'Credit Type';
ccbcfheader.appendChild(ccbcfc3);
var ccbcfc4 = document.createElement('div');
ccbcfc4.className = 'ccbcompactfeedhcell ccbcompactfeedcellwidth';
ccbcfc4.innerHTML = 'More Details';
ccbcfheader.appendChild(ccbcfc4);
var ccbcfc5 = document.createElement('div');
ccbcfc5.className = 'ccbcompactfeedhcell ccbcompactfeedbonuscellwidth ccbhideme';
ccbcfc5.innerHTML = 'Apply';
ccbcfheader.appendChild(ccbcfc5);
$compact_feed.appendChild(ccbcfheader);
$compact_feed.innerHTML = $compact_feed.innerHTML + $feed_html;
if(has_product_rows) {
var divccbfh = document.createElement('div');
divccbfh.className = 'ccbfeedheader';
divccbfh.innerHTML = '';
var divccbfh_t = document.createElement('div');
//divccbfh_t.className = 'ccbheadertext';
divccbfh_t.innerHTML = ''; //SELECT A PRODUCT
divccbfh_t.style.display = "none";
divccbfh.appendChild(divccbfh_t);
console.log('Show categories: ' + $show_category_dropdowns);
console.log('Show banks: ' + $show_bank_dropdowns);
console.log('Show ratings: ' + $show_credit_rating_dropdowns);
if(has_product_rows && $show_category_dropdowns === "yes") {
divccbfh.innerHTML = divccbfh.innerHTML + $category_dropdown_html;
}
if(has_product_rows && $show_bank_dropdowns === "yes") {
divccbfh.innerHTML = divccbfh.innerHTML + $bank_dropdown_html;
}
if(has_product_rows && $show_credit_rating_dropdowns === "yes") {
divccbfh.innerHTML = divccbfh.innerHTML + $credit_rating_dropdown_html;
}
if (!not_enough_rows) { $html_append.appendChild(divccbfh); }
$html_append.innerHTML = $html_append.innerHTML + $compact_feed.outerHTML;
$html_append.innerHTML = $html_append.innerHTML + '';
var $show_footer = "yes";
if($show_footer != "no") {
$html_append.innerHTML = $html_append.innerHTML + '';
}
$html_append.innerHTML = $html_append.innerHTML + '';
currentScriptt.parentNode.insertBefore($html_append, currentScriptt.nextSibling);
var $i;
for ($i = 1; $i <= $count; $i++) {
var $productcount = "product" + $i;
var $productheadingcount = "productheading" + $i;
var $creditcardimagecount = "creditcardimage" + $i;
var $productdescriptioncount = "productdescription" + $i;
var $productbottomcount = "productbottom" + $i;
var product = document.getElementById($productcount);
var productheading = document.getElementById($productheadingcount);
var creditcardimage = document.getElementById($creditcardimagecount);
var productdescription = document.getElementById($productdescriptioncount);
var productbottom = document.getElementById($productbottomcount);
if($productcount) {
if($DisplayCardOfferDetails[$i] === "yes") {
//productbottom.style.backgroundColor = $footer_bg_color ;
//productbottom.style.padding ="7px";
//productbottom.style.paddingBottom ="7px";
//productbottom.style.paddingLeft ="8px";
//productbottom.style.paddingRight ="8px";
var $productbottoma = "productbottoma" + $i;
var $productbottomb = "productbottomb" + $i;
var $productbottomc = "productbottomc" + $i;
var $productbottomd = "productbottomd" + $i;
var $productbottome = "productbottome" + $i;
var $productbottomf = "productbottomf" + $i;
var $productbottomg = "productbottomg" + $i;
var $productbottomh = "productbottomh" + $i;
var $productbottomi = "productbottomi" + $i;
var $productbottomj = "productbottomj" + $i;
var $productbottomk = "productbottomk" + $i;
var $productbottoml = "productbottoml" + $i;
var productbottoma = document.getElementById($productbottoma);
var productbottomb = document.getElementById($productbottomb);
var productbottomc = document.getElementById($productbottomc);
var productbottomd = document.getElementById($productbottomd);
var productbottome = document.getElementById($productbottome);
var productbottomf = document.getElementById($productbottomf);
var productbottomg = document.getElementById($productbottomg);
var productbottomh = document.getElementById($productbottomh);
var productbottomi = document.getElementById($productbottomi);
var productbottomj = document.getElementById($productbottomj);
var productbottomk = document.getElementById($productbottomk);
var productbottoml = document.getElementById($productbottoml);
if (productbottoma) {
productbottoma.style.fontSize = $footer_font_size ;
productbottoma.style.color = $footer_text_color ;
productbottoma.style.fontWeight ="bold";
productbottoma.style.textAlign ="center";
}
if (productbottomb) {
productbottomb.style.fontSize = $footer_font_size ;
productbottomb.style.color =$footer_text_color ;
productbottomb.style.fontWeight ="bold";
productbottomb.style.textAlign ="center";
}
if (productbottomc) {
productbottomc.style.fontSize = $footer_font_size ;
productbottomc.style.color =$footer_text_color ;
productbottomc.style.fontWeight ="bold";
productbottomc.style.textAlign ="center";
}
if (productbottomd) {
productbottomd.style.fontSize = $footer_font_size ;
productbottomd.style.color =$footer_text_color ;
productbottomd.style.fontWeight ="bold";
productbottomd.style.textAlign ="center";
}
if (productbottome) {
productbottome.style.fontSize = $footer_font_size ;
productbottome.style.color =$footer_text_color ;
productbottome.style.fontWeight ="bold";
productbottome.style.textAlign ="center";
}
if (productbottomf) {
productbottomf.style.fontSize = $footer_font_size ;
productbottomf.style.color =$footer_text_color ;
productbottomf.style.fontWeight ="bold";
productbottomf.style.textAlign ="center";
}
if (productbottomg) {
productbottomg.style.fontSize = $footer_font_size ;
productbottomg.style.color =$footer_text_color ;
productbottomg.style.fontWeight ="bold";
productbottomg.style.textAlign ="center";
}
if (productbottomh) {
productbottomh.style.fontSize = $footer_font_size ;
productbottomh.style.color =$footer_text_color ;
productbottomh.style.fontWeight ="bold";
productbottomh.style.textAlign ="center";
}
if (productbottomi) {
productbottomi.style.fontSize = $footer_font_size ;
productbottomi.style.color =$footer_text_color ;
productbottomi.style.fontWeight ="bold";
productbottomi.style.textAlign ="center";
}
if (productbottomj) {
productbottomj.style.fontSize = $footer_font_size ;
productbottomj.style.color =$footer_text_color ;
productbottomj.style.fontWeight ="bold";
productbottomj.style.textAlign ="center";
}
if (productbottomk) {
productbottomk.style.fontSize = $footer_font_size ;
productbottomk.style.color =$footer_text_color ;
productbottomk.style.fontWeight ="bold";
productbottomk.style.textAlign ="center";
}
if (productbottoml) {
productbottoml.style.fontSize = $footer_font_size ;
productbottoml.style.color =$footer_text_color ;
productbottoml.style.fontWeight ="bold";
productbottoml.style.textAlign ="center";
}
}
} // END if($productcount)
} // END OF for statement
}