Saved Bookmarks
| 1. |
Solve : shopping cart calculate the amount? |
|||||||||||||||
|
Answer» HI, I have a shopping cart (first script)below is OK, but when I want to make the calculate(second script) the AMOUNT, it indicate the under last line ( Home[/url]I wish SOMEONE can help me to modifiy it. votre panier EST vide
second script: session_start(); require_once 'panier.php'; $panier = new Panier('produits'); $listproduit = $panier->getPanier(); ?> votre panier est vide
Looks like the Code: [Select]</a> end tags are SHOWING up as , is this also this way in your code in which the a href hyperlink end tags should be Code: [Select]</a> |
||||||||||||||||