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.

first script (it is OK)
session_start();
require_once 'panier.php';
$panier = new Panier('produits');
$listproduit = $panier->getPanier();
?>

       

votre panier EST vide


      
      
      
        
      
      
         
      

   
      
      
            
      
   
NamePriceQuantityAmount


 

Home[/url]



second script:
session_start();
require_once 'panier.php';
$panier = new Panier('produits');
$listproduit = $panier->getPanier();
?>

       

votre panier est vide


      
      
NamePriceQuantityAmount


 

Accueil[/url]

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>



Discussion

No Comment Found