7,703
questions
0
votes
1
answer
15
views
Display Product Variant Option data in Big Commerce theme files
In relation to the Big Commerce documentation thanks to this question/answer, I have the following in templates/pages/product.html:
---
product:
videos:
limit: {{theme_settings....
0
votes
1
answer
28
views
How to display image from Strapi collection content
Im having trouble receiving the media attribute of my content in my collection from strapi on my 11ty project. Every time I try something with trying to recieve my image data it breaks my page.
Strapi ...
0
votes
0
answers
36
views
How to call a handlebar partial from href html
I have a partial template and when I call it from ****<a class="navbar-brand" href="{{> Golfers }}”>Golfers</a>**** it is displayed automatically in the page, should I ...
0
votes
2
answers
35
views
Node server can't find client-side javascript file. Serves 404 page instead
I am trying to build my first node.js app with express and handlebars. In my homepage(index.hbs) I have a script tag with some client-side JavaScript and works fine:
<script> console.log("...
0
votes
0
answers
26
views
incorrect expansion of template handlebars.js
I can't figure out how handlebars performs template generation.
I found one case that gives me unwanted results. It seems that handlebars behaves differently depending on the template to be expanded.
...
0
votes
1
answer
118
views
Response Template in Wiremock Standalone is not working with json string
I have the following response configuration that I'm testing with wiremock standalone jar v3.4.0.
{
"id": "e6e2b5cf-52c1-3b0a-b368-3ea71e444fbf",
"request": {
&...
0
votes
0
answers
55
views
How can I pass a variable to Handlebars helpers without exposing it in the template?
I am working on a chatbot project using Handlebars in NodeJS with TypeScript. I need some guidance on how to pass an object (e.g. TransactionManager) to Handlebars helper functions without exposing it ...
0
votes
1
answer
215
views
Email template issue using handlebars js in nest js
I am trying to use handlebars js in my nest js project to send email. Email sending properly but in email body content not rendered properly. It creates responsive issue , styling issue .
in my ...
0
votes
1
answer
61
views
How can I make an update route with express and sequelize?
I am trying to make an update route using NODE (Express and Sequelize).
I'm having trouble trying to make the update item for my database.
Here is how I'm trying to do it:
app.put('/updateitem/:id'...
0
votes
0
answers
47
views
Update item in handlebars
I'm using handlebars and I want to make an update page with the value of each item from my database on the "value" field, as I kind of did with my stock display page
{{#each itens}}
<!-- ...
0
votes
0
answers
31
views
Stripe, invalid csrf token
I am developing a project using Stripe API and Node.js, integrated with Handlebars. I'm new to Node.js and Handlebars. I have a problem, that states invalide csrf token at
csrf (/Users/Ahmadzai/...
1
vote
0
answers
72
views
HTML tables arbitrarily breaking to new page in PDF report
I am using JSReport (template engine: handlebars.js, pdf recipe: chrome-pdf) to generate PDF reports from html/css and I have encountered some very strange behavior with tables breaking to a new page ...
0
votes
1
answer
126
views
Mockoon | Error while serving the content
I am using mockoon to mock an api with endpoint localhost:3004/api/v1/users1?filterBy=lastName&value=Brown. Basically I am trying to implement mock api which supports filtering. I am using a data ...
0
votes
0
answers
37
views
How to access Translation object t within Shopify theme app extension's liquid snippet ? [handlebar.js]
This is my .liquid file
offers.liquid file
{% raw %}
<script id="cross-sell-popup" type="text/x-handlebars-template" data-no-instant>
<div>
<div class="...
0
votes
1
answer
112
views
Handlebars is not defined" Error in NetSuite User Event Script
I’m fairly new to NetSuite, although I have done some maintenance work on existing SuiteScript code before. Currently, I’m working on a NetSuite User Event Script that uses Handlebars.js to generate a ...