Using simple HTML markup, turn any existing website into an extensive shopping cart platform. Snipcart allows payment processing, refunds, shipping estimates and order management without ever letting your customers leave your website.
Questions tagged [snipcart]
70 questions
0
votes
1 answer
Vuejs and Nodejs deploying to heroku: $ npm run dev works but not $ node server.js
I made a website with Vue.js and included Snipcart API for a buy button. I've been trying to deploy it to heroku for 2 days now.
When I enter $ npm run dev it works fine and will display my web app. But for some reason if I do $ node server.js it…

cozimo
- 95
- 1
- 1
- 9
0
votes
1 answer
Vuejs Heroku deployment application error
Couldn't find this issue with search. I tried to deploy my vue.js/node.js/Snipcart application with heroku but kept getting an application error. Below are the console logs. I'm not really sure what's going on. I had no trouble running the app…

cozimo
- 95
- 1
- 1
- 9
0
votes
1 answer
Snipcart Return JSON
Any guidance or an example of exactly what I need to do to return the information below would be great.
I'm using js, jquery & HTML
I need to add this: Content-Type header is application/json
When the request comes I need to reply with the Json…

user2238083
- 583
- 2
- 9
- 21
0
votes
2 answers
Replace double-quotes string by simple-quote
I'm using Middleman and Snipcart to develop an e-commerce project. I need to use multi-currency, the Snipcart documentation says I just have to set in my buy-button a data-item-price with a JSON array like {"usd": 20, "eur": 25}. There's others…

Bastien Robert
- 809
- 1
- 10
- 31
0
votes
0 answers
SnipCart and Authorize.net integration
I would like to know your experience with testing integration of SnipCart with Authorize.net.
I have a site where user can purchase a digital product using SnipCart interface. Now, I want to allow access to this product only if the payment was…

Jirka
- 23
- 5
0
votes
2 answers
php - echo select value without submit
I have a clothing website using snipcart which currently has no built in size or color selector so i need to do it myself by putting it in the description so we can know what to send. Anyway, i need the selected value of the color and size to be…

ItzBulkDev
- 40
- 5
0
votes
1 answer
Changing the Selected button when option is changed
I am trying to make it so that the button changes when the specific option is selected. alternatively if someone could tell me how to just change some text and price to minimize the code that would be great!
Bundles
0
votes
0 answers
Updating button data attributes based on changes on separate form elements
I'm working on a Snipcart site where data attributes for prices on the .button element are updated based on radio buttons that are selected.
Currently what I have which is working fine is this:
HTML

Tyssen
- 1,569
- 16
- 35
-1
votes
1 answer
Struggling to return successful API requests with Next.js and Snipcart
I am new to snipcart and I can’t connect to your APi, i work with Next.js and can’t find anything on the forum or the docs releated to my problem. When I make my call with getServerSideProps i get this unhandledRejectionRequest failed with status…

Exalus
- 1
- 1
-1
votes
1 answer
Snipcart, customising the cart
Is it possible to customise say the colour of the button on the snipcart checkout? Or the font family?
I looked at some tutorials but they seem to be for an old version

Mac
- 108
- 2
- 11