A free and open-source javascript shopping cart that easily integrates with your current website.
Questions tagged [simplecart]
100 questions
0
votes
1 answer
How to mail grandTotal value in simpleCartjs
I'm trying to send all data from the shopping cart in SimpleCartjs to an email. Basically I prefer to send it to a clients email for confirmation of his order. So for now I got it working, but I cannot seem to send the grandTotal, which is the sum…

Eddy
- 1
- 1
0
votes
1 answer
Display SimpleCart Data across different pages
I have a small issue with a website i'm writing and i hope for anyone's help.
I'm implementing a simpleCart in a website, the buying process is pretty simple.
What i wish to do is to proceed the user to a page where he can fill in a form and then…

Ahmad
- 1
- 1
0
votes
1 answer
simpleCart.js - Calling quantity of a single item in cart with beforeAdd();
I have searched the simpleCart documentation, found here, the github page, and here extensively, to find an answer to what should be a simple issue to solve:
I need to get the quantity of a single item in the cart, so I can check it against a custom…

Anthony Navetta
- 1
- 3
0
votes
1 answer
javascript, simplecart.js and object usage
Folks,
I ran across the mentioned plugin but for some reasons if i do:
var myCart = simpleCart({
checkout: {
type: "PayPal" ,
email: "this.is@test.com"
},
currency: "USD",
…

LordVee
- 104
- 1
- 13
0
votes
2 answers
Alert when input field "type=number" is empty, when adding items in simplecart
Im trying to get an alert when adding wrong parameters on items in simplecart.
When the field is empty or if its lower then 400 of if it's higher then 500.
everything works, but not the alert when field is empty.
Html:

olzonpon
- 73
- 9
0
votes
1 answer
How do I add a custom text input for the customer
I need help adding a way for a customer to specify a custom design they want on a product. For example the text they want printed on a shirt. If I'm correct it should be something like:
type=text, value="What they wanted printed.", class="Custom…

George Bates
- 1
- 1
0
votes
0 answers
Why am I missing some post values using $("#myform").serialize()?
I am using simpleCart.js as a cart, I am using the sendform method to send the cart data and a serialized string of form values to my processing page (php5).
My form is set up with 4 fieldsets, one fieldset contains the payment details: (cc number,…

Stephen Nielsen
- 167
- 1
- 17
0
votes
2 answers
jquery simplecart php variables
I'm having difficulties with the onclick jquery within my php code, how do I get a php variable so that name=variable and price=variable?

Don212
- 1
0
votes
0 answers
Add more than one custom attribute to same column in the cart
I have been trying for hours now to add more than one of the custom attributes from SimpleCarts cart to the same column (like a concatenation). The furthest I can get is below:
I have my cart column set up:
cartColumns: [
{ attr: "name",…

AJL
- 13
- 3
0
votes
1 answer
How to center simpleCart_items in Bootstrap?
I am using Bootstrap to create a sales page and have decided to use simpleCartjs as my java plugin for the cart. I'm calling on .simpleCart_items to display my cart. I can easily center the cart on a page without bootstrap. I've used every bootstrap…
0
votes
2 answers
Adding a thumb to simplecart js image source undefined
I'm using the simplecart js. I'm having trouble getting a image source of the product image to appear with the product info in the cart.
the image source is undefined, see demo http://jsfiddle.net/z7xW4/15/
I use the following code to create…

user2847739
- 115
- 1
- 10
0
votes
1 answer
simpleCart(js) - using iframe
I have a question regarding simpleCart(js). I'm new to javascript and I know there is a lot of information on simplecartjs.org, but I couldn't find the answer I was looking for.
I am trying to implement simplecart into my website; which is…
0
votes
1 answer
SimpleCart js - change price on option select
I'm working on a SimpleCart project that requires many options that alter the price of an item. Each option adds a certain amount to the base price of the item. For example:
item base price = $10
dropdown menu 1:
options 1,2,3 add $0
options 4,5,6…

garr_tt
- 7
- 5
0
votes
1 answer
simpleCart with checkbox and select dont work right
I am having a problem on finding how to make simpleCart js work with both checkbox and select. I have builded a sample of a code below. As you can see the problem is that if we check the checkbox, it will put in cart one item with bar on foo and…

user3193190
- 37
- 8
0
votes
2 answers
Adding a thumb to simplecart js
I'm using a shopping cart js plugin called simplecart. Im having trouble getting a tumb of the product image to appear with the product info in the cart.
This line gets the full sized image to appear in the cart

GlenR
- 95
- 1
- 2
- 13