python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Bootstrap modal displaying only first element in MongoDB collection
I'm using NodeJS, Handlebars & Bootstrap to build a simple webapp. It should loop through a MongoDB collection of mock products and display it's fields.
I'm displaying the data in "product ca...
b0bbydev
Votes: 0
Answers: 1
How to display Product Variant Option prices in Big Commerce
I'm trying to display the prices or product variant options on the frontend in Big Commerce, but it seems as though the data is editable in the UI, the data doesn't pass to the frontend for use? When ...
moody1208
Votes: 0
Answers: 1
How to set views path in express-handlebars?
I'm trying to change where handlebars looks for my file 'index.hbs' but when I try to render it returns this error:
Error: Failed to lookup view "index" in views directory ".../views&q...
Antonio Mancera Gámez
Votes: 0
Answers: 2
Interpolate variable inside "each" loop in Handlebars
I am rendering this in an express app which uses handlebars as template engine:
res.render("movies", { data: pages, arraypages:arrayPages, movie:movie})
"arrayPages" is an array:...
Carlitos_30
Votes: 0
Answers: 1