Our current used car selection
Error
TypeError: C:\virtualShowrooms\nodes_projects\Stocklist framework\views\218\stocklist.ejs:247
245| <h2>Finance - Representative Example</h2>
246| <ul class="financeRepEg">
>> 247| <li>Product: <strong><%= f.Key %></strong></li>
248| <li>Cash Price: <strong><%= money.format(f.Quote.CashPrice) %></strong></li>
249| <li>Deposit: <strong><%= money.format(f.Quote.Deposit) %></strong></li>
250| <li>Amount of Credit: <strong><%= money.format(f.Quote.AmountOfCredit) %></strong></li>
Cannot read properties of undefined (reading 'Key')
at eval (eval at compile (C:\virtualShowrooms\nodes_projects\node_modules\ejs\lib\ejs.js:673:12), <anonymous>:341:28)
at stocklist (C:\virtualShowrooms\nodes_projects\node_modules\ejs\lib\ejs.js:703:17)
at tryHandleCache (C:\virtualShowrooms\nodes_projects\node_modules\ejs\lib\ejs.js:274:36)
at exports.renderFile [as engine] (C:\virtualShowrooms\nodes_projects\node_modules\ejs\lib\ejs.js:491:10)
at View.render (C:\virtualShowrooms\nodes_projects\node_modules\express\lib\view.js:135:8)
at tryRender (C:\virtualShowrooms\nodes_projects\node_modules\express\lib\application.js:657:10)
at Function.render (C:\virtualShowrooms\nodes_projects\node_modules\express\lib\application.js:609:3)
at ServerResponse.render (C:\virtualShowrooms\nodes_projects\node_modules\express\lib\response.js:1039:7)
at stocklistView (C:\virtualShowrooms\nodes_projects\Stocklist framework\controllers\stocklistController.js:220:25)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)