shopping-cart

Paypal Standard discount method

All I see on thereference sheet is ways to implement a discount based on quantity of one item and rates and such. Does anyone know if there is just a simple way I can put if items 1+2 are in the cart give them $100 off and if they have all four in the cart give them 300 off? ...

Customizing ubercart shopping cart items

Does anyone know how to customize the shopping cart page for ubercart (Drupal 6.x)? I would like to add the SKU field in the 'desc' column under the product title and some other things.. like Shipping Time: 2 Weeks. So the 'desc' column should look like this: Product Title SKU: Model1 Shipping Time: 2 Weeks Much appreciated for any ...

Disabling checkout button from shopping cart - php

Hi everyone I am trying to setup a “view shopping cart/basket” page within a site in which logged in users earn points/credits. Once they earn a certain amount of these points they can then go to a shopping cart and pay with these points only. (No money changes hands, so no paypal/checkout/shipping/taxes etc are involved) So far I hav...

best E-Commerce Shopping Carts for Zend Framework developer

What is the easiest, most friendly and robust E-Commerce Shopping Carts for a Zend Framework developer. I want invest my time in somethink forward-looking. I'm also interested in a solution with a big tutorial base. It should be free. I found this solutions for PHP/MySQL : Magento Commerce Opencart PrestaShop OsCommerce Zen Cart Digis...

Paypal Discount When purchasing two + items (not two instances of same object)

Paypal has listed out methods for discounts such as : discount_amount Optional Discount amount associated with an item. It must be less than the selling price of the item. If you specify discount_amount and discount_amount2 is not defined, then this flat amount is applied regardless of the quantity of items purchased. Valid only for B...

Work with the cart in the billing.phtml

Hi! inside the checkout onepage billing.phtml I have to do several checks and even remove or add stuff to the cart. But I don't seem to find how to do that how can I change the cart from within an template? Thanks, Joe ...

Shopping Cart Libraries for Zend Framework

Hi, currently i am designing a shopping cart in Zend Framework. I decided to write code for user/roles/product catalog from scratch which i have already done and tested. But for other things i need you guys to guide me which are the best classes/libraries to build this system system. I need following functionality as Order Inventory A...