Top "Shopping-cart" questions

Shopping cart systems for e-businesses such as online shops.

How to design shopping basket using session?

class Product(models.Model): name = models.CharField(max_length=50) slug = models.SlugField() unit_price = models.DecimalField(max_digits=5, decimal_places=2) …

django database-design shopping-cart
PHP Shopping cart without login - cookies vs sessions vs both?

It's a php based web store without user logins because all of the payments are handled via paypal. My question …

php session cookies shopping-cart
Prestashop api - How to get the current cart contents

I'm new to Prestashop, I cant find examples anywhere of how to get the current cart contents. I can get …

web-services shopping-cart prestashop
Magento howto fetch / change / overwrite the totals.phtml calculation?

i had added a product that is calculated by two attributes and uses a own calculated price. the problem is …

magento shopping-cart
django-shop vs Satchless?

Can anyone compare these two e-commerce frameworks? I found this link, but I am not sure how outdated it might …

django paypal e-commerce shopping-cart
Prevent script from re-executing action on page refresh

I am building my own php cart for the past week and I got stuck in some issues. I managed …

php shopping-cart
Codeigniter Shopping Cart: Adding the Same Product Again

I'm trying out CodeIgniter's Shopping Cart Library for the first time. I've got all my sessions setup, and when I …

php codeigniter shopping-cart