Jump to content

CanariShop

Members
  • Posts

    32
  • Joined

  • Last visited

2 Followers

About CanariShop

  • Birthday 04/09/1971

Profile Information

  • Location
    Las Palmas
  • Activity
    Other

CanariShop's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

2

Reputation

  1. Hola a todos ya encontré la solución quizás no es la forma mas adecuada pero funciona y ya gugle no creo que me penalice,a continuación lo explico por si alguien tiene el mismo problema. Lo primero entramos en product.tpl y nos vamos aproximadamente a la linea 730 donde encontramos el siguiente código y cambiamos lo que esta en rojo donde dise false a true y donde dice true a false {addJsDef productPriceTaxExcluded=($product->getPriceWithoutReduct(true)|default:'null' - $product->ecotax)|floatval} {addJsDef productPriceTaxIncluded=($product->getPriceWithoutReduct(false)|default:'null' - $product->ecotax * (1 + $ecotaxTax_rate / 100))|floatval} {addJsDef productBasePriceTaxExcluded=($product->getPrice(false, null, 6, null, false, false) - $product->ecotax)|floatval} {addJsDef productBasePriceTaxExcl=($product->getPrice(false, null, 6, null, false, false)|floatval)} {addJsDef productBasePriceTaxIncl=($product->getPrice(true, null, 6, null, false, false)|floatval)} El código quedaría así {addJsDef productPriceTaxExcluded=($product->getPriceWithoutReduct(false)|default:'null' - $product->ecotax)|floatval} {addJsDef productPriceTaxIncluded=($product->getPriceWithoutReduct(false)|default:'null' - $product->ecotax * (1 + $ecotaxTax_rate / 100))|floatval} {addJsDef productBasePriceTaxExcluded=($product->getPrice(true, null, 6, null, false, false) - $product->ecotax)|floatval} {addJsDef productBasePriceTaxExcl=($product->getPrice(true, null, 6, null, false, false)|floatval)} {addJsDef productBasePriceTaxIncl=($product->getPrice(true, null, 6, null, false, false)|floatval)} Espero que esto sirva de ayuda
  2. Hola a todos y gracias por la ayuda de ante mano. Bueno empezare explicando el problema que tengo es con los micro datos es que los rastreadores de google encuentran una discrepancia en los precio,el problema es que no se por que sale unas variables con los precios sin iva Este es el trozo de código en el que estoy teniendo el problema y que quiero eliminar o corregir para que los robot de google shopping no lo detecten el precio si iva. var productBasePriceTaxExcl = 17.448; var productBasePriceTaxExcluded = 17.448; var productBasePriceTaxIncl = 21.11208; var productHasAttributes = false; var productPrice = 21.11208; var productPriceTaxExcluded = 17.448; var productPriceTaxIncluded = 21.11208; var productPriceWithoutReduction = 21.11208; Marque en rojo las variables con las que tengo problemas.
  3. yo también estoy buscando información sobre este modulo ,exactamente mas información sobre la configuracion
  4. yo tengo el mismo problema que tu santiago ,alguien tiene alguna idea de que es lo que pasa
  5. Hola a todos lo que necesito si alguien puede ayudarme a adaptar esta plantilla para instalarla en el modulo de ebay para que cuando la envié las fotos pequeñas se puedan ampliar y aparezcan en el recuadro grande,si alguien me echa una mano para modificar la ya que mis conocimientos no llegan a tanto Gracias por adelantado <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div id="bg"> <div id="container"> <div id="header"> <div id="headBack"> <!-- start of logo area --> <div id="logo" class="fltlft"> <h1>LOGO</h1> </div> <!-- end of logo area and start of customizable area --> <div id="customize" class="fltrt"> <div style="font-size:24px"><strong>Customizable Area</strong></div> You can put images, a tag line or nothing in this area </div> <!-- customizable area ends --> </div> </div> <div id="contentContainer"> <div id="title"> {title} </div> <div id="sidebar1"> <a name="desc"></a> <h3>Description:</h3> <div id="description"> {desc} </div> </div> <div id="mainContent"> <div id="images"> <div id="mainImage"> <a href="{imageurl1}" target="_blank"><img src="{imageurl1}" width="400" height="300" hspace="0" vspace="0" border="0" align="left" name="mainphoto"></a> </div> <div id="thumbImage"> <!-- image one --> <a OnMouseOver="mainphoto.src='{imageurl1}';" OnMouseOut="mainphoto.src='{imageurl1}';"><img src="{imageurl1}" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a> <!-- image two --> <a OnMouseOver="mainphoto.src='{imageurl2}';" OnMouseOut="mainphoto.src='{imageurl2}';"><img src="{imageurl2}" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a> <!-- image three --> <a OnMouseOver="mainphoto.src='{imageurl3}';" OnMouseOut="mainphoto.src='{imageurl3}';"><img src="{imageurl3}" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a> <!-- image four --> <a OnMouseOver="mainphoto.src='{imageurl4}';" OnMouseOut="mainphoto.src='{imageurl4}';"><img src="{imageurl4}" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a> </div> <div style="margin-left:200px; font-size:12px; margin-top:4px; ">Hover To Enlarge</div> </div> </div> <div style="clear:both;"></div> </div> <div id="sellerInfo"> <div class="info"> <a name="about"></a> <h2>About Us</h2> <!-- MANUALLY ADD YOUR ABOUT US TEXT BLOW THIS LINE --> <!-- MANUALLY ADD YOUR ABOUT US TEXT ABOVE THIS LINE --> </div> <div class="info"> <a name="terms"></a> <h2>Shipping</h2> {sterms} </div> <div class="info"> <h2>Payment</h2> {pterms} </div> <div class="info"> <a name="contact"></a> <h2>Contact Us</h2> <!-- MANUALLY ADD YOUR CONTACT US TEXT BLOW THIS LINE --> <!-- MANUALLY ADD YOUR CONTACT US TEXT ABOVE THIS LINE --> </div> </div> <br class="clearfloat"/> <div id="footer"> <div id="footerLink"> <a href="http://www.ebayappreview.com"/>eBay Template</a> found at eBay App Review </div> <div id="footNav"> <a href="#desc">Description</a> <a href="#about">About Us</a> <a href="#terms">Shipping</a> <a href="#contact">Contact</a> </div> </div> </div> </div> <div id="cssParent"> <div id="css"> <link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/allStyle.css" type="text/css" media=screen> <link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/blue.css" type="text/css" media=screen> </div> </div> <script type="text/javascript"> var linkBack = document.getElementById('footerLink'); var addStyle = false; if(linkBack.innerHTML.trim() == '<a href="http://www.ebayappreview.com">eBay Template</a> found at eBay App Review'){ addStyle = true; } parent = document.getElementById('cssParent'); css = document.getElementById('css'); parent.removeChild(css); </script> <script type ="text/javascript"> if(addStyle){ document.write('\ <link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/allStyle.css" type="text/css" media=screen>\n\ <link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/blue.css" type="text/css" media=screen>\n\ \n\ '); } </script> </body> </html>
  6. Lo desinstale y lo volví a instalar y ya funciona no se como y se ve todo bien no se descuadra nada sera por el tema que uso no se ,es la magia de la navidad lo los duendes del servicio técnico de mi hosting jajaja lo pueden ver como me quedo aquí http://www.canarishop.com/ Gracias a todos por su colaboración y ayuda ,aunque no sepa como se arreglo lo que importa es que cuando necesite ayuda ustedes me la dieron Gracias y espero que este modulo le sea de utilidad
  7. Hola Raúl Si es gratis te dejo el enlace puedes descargarlo directamente aqui debajo Tu o cualquiera sabe como modificarlo para PS 1.5.6.0 es que es para 1.4 christmasdeco.zip
  8. Hola ,yo tengo un modulo que quizás les pueda interesar se los puedo pasar pro a mi no me funciona PS 1.5.6.0 si me pueden ayudar yo os lo paso sin problema. Les paso una imágenes de como quedaría
  9. que tal te funciono,y otra cosa donde va la etiqueta en ebay.php o en la plantilla html
  10. yo tambien tengo ese problema con el modulo de ebay no se como hacer para que aparescan cuatro imagenes grandes en la platilla y cambiar el fondo
  11. Hello Did you find a solution? Looking the same and I hi all have if anyone can help me I'm looking for ways to modify the templates ebay module. the product card aparese on ebay, what I want is to change the background color, put a encabesado, a foot in which aparescan the conditions, the display shows 4 photos large on one side and in the center descricion but not html is mine and not know how to make a generic template, it then as descricion, fotas and all the features of the products you have to do it one by one. if anyone can help thanks.
×
×
  • Create New...