Jump to content

seranting

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Activity
    Other

seranting's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hello, when i see the cache from my web in google, doesnt appear the web. Show all blank and the console of firebug show this: XMLHttpRequest cannot load http://xxxxx.com/?rand=1406125390601. Request header field cache-control is not allowed by Access-Control-Allow-Headers. In firefow show this: Solicitud desde origen distinto bloqueada: la política de mismo origen impide leer el recurso remoto en http://xxxxx.com/?rand=1406125254265. Esto se puede arreglar moviendo el recurso al mismo dominio o activando CORS. Any idea? Thanks!
  2. Hello, Im use cloudfront and function good but i have 1 problem. When i change one picture from product or category, doesnt update in the front-end. Always shows the last image. How i can solve this? How i can say to clodfront update this image? Thanks!
  3. I have the same problem Im just need show the price of atributes and price reduction. Just use this to show 2 prices in ProductController.php $groups[$row['id_attribute_group']]['name_price'][$row['id_attribute']] = array('name' => $row['attribute_name'],'price' => Product::getPriceStatic((int)$this->product->id, false, $row['id_product_attribute'], 6, null, false, true, 1, false, null, null, null, $combination_specific_price), 'name' => $row['attribute_name'],'price2' => Product::getPriceWithoutReduct((int)$this->product->id, false, $row['id_product_attribute'], 6, null, false, true, 1, false, null, null, null, $combination_specific_price)); and product.tpl put this {foreach from=$group.name_price key=id_attribute item=group_attribute} <li> <!--<input type="radio" class="attribute_radio" name="{$groupName}" value="{$id_attribute}" {if ($group.default == $id_attribute)} checked="checked"{/if} onclick="findCombination();getProductAttribute();" />--> <input atrib='1' type="radio" class="attribute_radio" name="{$groupName}" value="{$id_attribute}" onclick="findCombination();getProductAttribute();" /> <span>{$group_attribute.name|escape:'htmlall':'UTF-8'}</span> <span style="float:right;"><strong><!--{$currencySign|html_entity_decode:2:"UTF-8"}--> {convertPrice price=$group_attribute.price} - {convertPrice price=$group_attribute.price2}</strong></span> </li> {/foreach} But the function getPriceWithoutReduct doesnt work
  4. Yes, it is very rare. I have installed the module Page Cache but it already appeared before the same price. I've tried several browsers and I feel the same. The url is in http://new.futurbar.com
  5. Hello, good morning! Im Sergio and i a web developer. I have an online store in Prestashop 1.5.6 giving me a problem every time you pay by bank transfer. Always get the same price unless you give CTRL + F5 to remove the cache. Is there any way to fix this? Thank you very much!
  6. Hola, instale una versión nueva en prestashop y me funcionaba todo perfectamente... Instale la barra de navegación para seleccionar por caracteristicas y el menu me cambiaba de artículos según seleccionaba unas u otras caracteristicas. Ahora no me actualiza nada. Tan solo me actualiza el número de produtos que hay pero no me cambia los productos del menu... Tampoco me funciona el ordenar de la A-Z precio mayor etc... Sabeis que puede ser? Gracias Un saludo!
×
×
  • Create New...