Questions tagged [simplecart]

A free and open-source javascript shopping cart that easily integrates with your current website.

100 questions
0
votes
1 answer

SimpleCart JS Cart Image Undefined

I'm a newbie here so hoping someone can help. I'm using simplecart and cant seem to get the cart image to display, the cart image shows as undefined. I have tried all of the suggested work around's I've found on here but no joy. my html markup:
user6128927
0
votes
1 answer

PayPal purchase goes to 2 different paypal accounts

Here's the scenario: I have a store that uses the jQuery simplecart (but not married to it). I have the physical goods of the store and ship them from my location. The single owner of the goods is somewhere else with a different PayPal account. …
Womp
  • 13
  • 3
0
votes
1 answer

simpleCart quantity not showing correctly

I tried having simpleCart shopping cart display name, price and quantity using the following line Add to Cart

as given in documentation and in sample index file included in simplecart.js download.…
andreithegiant
  • 215
  • 1
  • 10
0
votes
1 answer

HTML form skips required fields

When I press submit on my HTML code I get access to the javascript even if I haven't entered the required field "Email". But I see the litte "you need to fill this" popup for 0.5 seconds just before it sends me to the script. What do I need to do?…
0
votes
1 answer

Simplecart makes IE11 crash on win8

I've installed simplecart on a wordpress site http://www.pixelligentdev.com/products/ It works fine on firefox - chrome - but not in IE11 on win8 / win10 and I can't find the issue because with debugger tool open it doesn't crash ! If you try to…
Pam
  • 11
  • 1
0
votes
1 answer

jQuery Validate With SimpleCart

I am using SimpleCart & need a way to validate the data inputted by the user. I can't use the default button because simple cart needs to use it's own class. I know there's a way but I can't seem to make it work or find the answer. I basically need…
Jackthomson
  • 644
  • 8
  • 23
0
votes
1 answer

simplecart js setting column widths

I've used this site for assistance many times but never had to ask a question so finally joined...anyway, trying to set up simplecart checkout and having some trouble formatting cart output. I have my cart set to table and by default the…
craigb
  • 1
0
votes
1 answer

Javascript how do sum class numeric value?

my question is class have number value how do fix this???

simpleCart({ currency: "EUR", language: "greek-el", checkout: { …
JGR
  • 21
  • 3
0
votes
1 answer

SimpleCart JS shelfItem in table?

How would I be able to make the "Add to Cart" work if I were to put the simple_cart ShelfItem in table? I'm still cannot find a way to make this work. I'm using the eshopper template, which have the section id with cart items and so on. But if I…