esta es la página donde quiero que se muestra el IVA, donde pone Impuestos, la duda es, de todo el código que me has puesto, exactamente como lo pongo? lo e entendido perfectamente y solo es donde colocarlo, por eso te e puesto la pagina, saludos!
<?phpinclude_once 'common.php';?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="<?php echo($lang); ?>" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo($lang); ?>"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title><?php echo PAGE_TITLE_GALERIA; ?></title><meta name="description" content="<?php echo PAGE_DESCRIPTION_GALERIA; ?>" /><meta name="keywords" content="<?php echo PAGE_KEYWORDS_GALERIA ?>" /><meta name="robots" content="index, follow, noarchive" /><link rel="stylesheet" type="text/css" href="css/style.css" /><link rel="shortcut icon" href="favicon.ico" /><script src="js/jquery-1.4.2.min.js" type="text/javascript"></script><script type="text/javascript" src="js/simpleCart.js"></script><script type="text/javascript">simpleCart.email = "[email protected]";simpleCart.checkoutTo = PayPal;// simpleCart.merchantId = "118575326044237";// simpleCart.checkoutTo = GoogleCheckout;// simpleCart.currency = USD;// simpleCart.currency = GBP;simpleCart.currency = EUR;// simpleCart.taxRate = 0.18;// simpleCart.shippingFlatRate = 5.25;simpleCart.shippingQuantityRate = 20.00;/* CartItem.prototype.shipping = function(){if( this.size ){switch( this.size.toLowerCase() ){case 'small':return this.quantity * 10.00;case 'medium':return this.quantity * 12.00;case 'large':return this.quantity * 15.00;case 'bull':return 45.00;default:return this.quantity * 5.00;}}};*/simpleCart.cartHeaders = ["Thumb_image_noHeader" ,"Name_noHeader", "decrement_noHeader", "increment_noHeader", "Quantity_noHeader", "Total_noHeader", "remove_noHeader"];</script></head><body class="blau"><div id="header"><div id="logo"><a href="index.php" title="<?php echo PAGE_TITLE_HOME; ?>"><img src="imageflow/pedro-molina_<?php echo($lang); ?>.png" alt="<?php echo PAGE_TITLE_HOME; ?>" border="0" /></a></div><div id="lang"><a href="index.php" class="transition"><?php echo INICIO; ?></a></div></div><div id="text_principal"><?php echo PAGE_TEXT_PRINCIPAL_GALERIA; ?></div><?php$id=($_GET['id']);$f=($_GET['f']);$n=($_GET['n']);$m=($_GET['m']);$p=($_GET['p']);$e=($_GET['e']);?><div id="imatges"><table id="giclee" border="0"><tr><td width="50%" align="center" valign="middle"><img id="quadre" src="quadres/<?php echo "$f"; ?>/galería/<?php echo "$n"; ?>.jpg" border="0" /></td><td width="50%" id="dades">NÚMERO DE REFERENCIA: aquí cantidad total//</span></td></tr></table></div></div></body></html>
es decir, que hay se muestre si es español, ponga el 18 por ciento, si no es español que no ponga nada, luego el total esta mas abajo, ahora mismo lo tengo sin impuestos, a si que aparece que impuestos 0, y el total solo suma la cantidad del producto, si fuera español ponga 18 por ciento y se sume la cantidad mas abajo, muchas gracias!
Por cierto tienes web o algo, lo digo porque te podría poner como colaborador, y así la gente te conoce ;)