Basically I am looking for a Shopping Mall system in PHP.
User included
Member / User
Administrator
Vendor
Affiliate
I find a lot ecommerce that support multiple shop, but each vendor don't have their own login and management.
And in the front I would like to share the cart. and can buy from different shop.
If multiple subdomain su...
Hello, I am building a website I would like to use the same shopping cart that this company uses. I have been told that they use a "popular" software and that they must pay a license for its use. Could you look at the feel of it and tell me which one they are using? The website is https://www.gtldna.com/cgi-bin/cart/cp-app.cgi?rrc=N&...
After a successful Paypal payment, I receive the IPN and the payment
creates a new order. However, the shopping cart does not clear.
Rather than wait for the IPN I would like to alter the payment.view.checkout.success code to clear the cart after a successful payment.
The code to empty the cart is:
for cart in Cart.objects.filter(...
I want to give facility of buying items from ebay but I am not getting which ebay api i have to use for buying with iphone sdk?
...
Hi I am working on this piece of code for a shopping cart
$('.addtoCart').click(function() {
//get button id
var cartID = $(this).attr("id");
//get check box id
var checkBoxID = $('input.cartLevelChecked:checked').attr("id");
//get parent id
var levelListID = $(this).closest('li').attr("id");
if...
Hi everyone,
Good day!
I'm now learning this jquery by creating a basic shopping cart were as add to cart buttons, remove items and clear buttons works in jquery.
The function is to save the added items on session and can remove and clear also by jquery. I have an idea now on how the jquery works on adding the items. But not on removi...
I'm trying to do something for a webapp I'm building:
The user inputs a fuzzy product title, eg: Bob Dylan Blonde On Blonde
The app presents a list of products matching that string sorted by relevance.
I've tried doing this through the Amazon ECS API. I realise that would lock me to Amazon but right now, I'm okay with that.
The prob...