Search the Community
Showing results for tags 'cart'.
-
Hello, I want to be able to list an item for at least $1000.00 dollars. But, in the subtotal column, the decimal point is not displayed in the correct place. For example: Your Shopping Cart I am able to start out with the decimal point in the hundreds column. I then add a lot of quantities and update. Everything works just fine; the subtotal is correctly updated. ITEM QTY PRICE SUBTOTAL OPTIONS cappuccino machine :: 4 cup capacity 9 $150.00 $1350.00 Move
-
Firstly, an amazing book as usual! Your ability to break down code into English is invaluable and unparalleled! I am working on a site with sometimes limited inventory (perhaps as few as 4 of something). The client expects to sell in "bursts," ie, they send out an email, and people flood the site to purchase the items, effectively creating a race condition. Obviously, I can't have someone purchasing something that someone else has already purchased, so I have to remove it from the available stock as soon as possible. On the other hand, it is vital to the success of the system to mini
- 8 replies
-
- stock
- checkout verification
-
(and 1 more)
Tagged with:
-
Hi, I have a problem with the example two:Coffee. I have downloaded the script from Larry's site and installed in my server: http://www.gbilling.com. When i click the link cart or wishlist,an error appear: An error occurred in script'/home/gbilling/public_html/gmuar02/wishlist.php' on line 80:mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given...... The Cart .php is like this: <?php // This file manages the shopping cart. // This script is begun in Chapter 9. // Require the configuration before any PHP code: require ('./includes/conf