shopping-cart

Looking for recommendations for a shopping cart control with paypal connection

I am looking for a nice control that allows me to have a shopping cart on my webpage. Requirements: - Easy to implement. I want to add items into the cart from everywhere. Like mycart.Add(new CartItem("Name", "Description", Price")) Implemented shopping cart overview with the ability to delete previous added items. Allows connection...

API of price-comparison website. is there any ?

i'm try to work on e-commerance stuff. i would like to know whether there a price-comparison website that support API ? ...

Interspire shopping cart - Custom variables?

I'm trying to add some custom variables which can be accessed in the templates using Interspire. I'm not sure how to do this without touching the core. Anybody know the best practices for this? ...

How can I add a PayPal checkout to my website that doesn't require shipping?

I have an order form on my website that basically gives the users access to a specific part of the website. So no shipping is required. All that's needed is they select which items they want (website sections) and then have them send the money to my paypal account. Upon doing so, my website would receive notification (return URL?) and ca...

ebay API need a quick solution

I need to know how to buy an item using ebay API. Here is the reference http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/PlaceOffer.html but I dont have a clue how to do that. What I have is the item ID from ebay in my database table ebay_items having column item ID. please tell me step by step how to do that and any help will b...

What is the best way to accept a credit card in ASP.NET? (Between ASP.NET and Authorize.NET)

I'm new to creating commerce websites, and now that I need to sell software over the internet, I'm not sure where to start. I'm using ASP.NET and am considering using Authorize.NET to validate and process the credit cards. I'm looking for a stable, trusted solution that I can install on a single server. My secondary goal (besides sell...

simpleCartjs quantities with decimals

I'm trying to implement simpleCartjs, and I'm having issues with quantities. The products are sold by weight, so I'm trying to add something like 1.5 tons to the cart. However, when I pass something with a decimal like that, the cart ignores it and adds the whole number portion, but not the decimal. For example, 1.5 becomes 1, and .5 ret...

Why is the record not showing up in the DB

i am trying to create a custom solution for a client using their prior system. The client is using Miva which is a user friendly CMS type system to manage their store. The problem is prior to yesterday everytime i entered a record in the miva site it would show up in PHPmyadmin and I could query it and use the Custom solution. FOr some r...

shopping cart and ticket system customizable solution

There are many, many, many options out there, but I still couldn't settle with one. So I'm asking for a little help here, and hopefully this will also work as reference to someone else. Ones that looks nice to me so far include wordpress getshopped, opencart and magento. But they all need to install and configure and try out for many di...

web shop solution for tour booking office

Hope this is the right place to ask. A customer asked me to develop a web shop for his tour booking office. Now I'd rather use an existing system instead of building one. There are special requirements for tour booking shops, though: "date of purchase" is relevant, you always book a tour for a certain date different prices for differe...

A shopping cart that lets you pay your customors

Hi, I'm looking for a non-standard feature of a shopping cart: My partners should be able to preform some actions in my website, and gain money. At a certain point, a partner may whish to cash-out/withdraw the money she has gained to her pay-pal account. Are you aware of such a reverse shopping cart? Open source solutions are preferre...

is there any simple php/mysql shopping cart

Hi, I need to use some sopping cart for selling "Scripts" online. Is there any simple and clean php/mysql shopping cart integrated with paypal that can be used free. Feature that I require is, a link will be dynamically generated for certain days and sent it to the user who paid so that they can instantly download the script as soon as...

Has anyone used a modular shopping cart platform?

Hey all, I've stumbled across Modular Merchant during my search for a subscription based eCommerce solution. Their website does not look that great, and I'm not entirely sure on the capabilities of their package (it looks like they host the site/store for you?) I was curious if anyone knew anything about them. My primary question how...

Coding a cart: When the user checks out, should I copy every piece of product data into an "order product" table to save its state?

Should I clone the entire product along with all related data into another table for posterity, effectively logging the current state of the product, as it was when the user purchased it? Pros: The product (as the user saw it when it was purchased) is held for posterity and never changed. If the product data changes over time, it won...

php shopping cart

Hi, im doing a shopping cart and everything works well until i realise something. currently im using session to track user's cart items into the database. user can add items to cart without login. however, before checkout, users will need to login to do so. when user login, the session_id() will be re-generated. this means that it will ...

Looking for shopping cart ONLY app or hosted service recommendation.

I have been tasked with selling made-to-order products online. We have a web-based product configurator and order processing system set up that produces prices, interfaces with our inventory system, etc. I've reviewed Magento and Ubercart and they appear to do too much; the management perceives integrating something like that as an unne...

modern e-commerce package

Is there a good flexible modern e-commerce package similar to Shopify, that I can host? either open-source, or a one time payment (not too expensive). I've looked at Spree, which I like but I don't know any ruby. I'm not a fan of packages such ZenCart or Magento etc. I would prefer a PHP based product, otherwise it needs to be easy to...

how to accept both credit cards & paypal from one page? guest checkout?

i have a site that i am developing, and the customer wants to use Paypal for all of their transactions. i implemented Express Checkout, but noticed that there is no immediate way to enter a credit card. i am looking to forward the buyer to the paypal page that features text fields for credit card entry on the left, and for the abilit...

Shopping Cart with Item Configurator

Does anyone know of a canned shopping cart that allows you to configure the item as you go? This would be along the lines of a Dell or Apple store where as you change RAM or HD selection, the price updates, then when you're finished, it adds the customized item to the cart. I am prepared to do the custom coding if I have to, but though...

PHP spits out the course/location/time of event, combine results to create item store on page with session and create cart item to send to paypal?

if(isset($_POST['submit'])){ $eventSelect = $_POST['eventSelect']; $eventLocation = $_POST['eventLocation']; $eventDate = $_POST['eventDate']; echo "Event Name:";echo $eventName; echo "<br /><br />Event Location:";echo $eventLocation; echo "<br /><br />From :"; echo $eventDate; } When a user goes to the site ...