Search the Community
Showing results for tags 'Prestashop 1.6.1.0'.
-
Hello, I'm using Prestashop version 1.6.1.0 on my latest project but I'm having some issues with the css files. When I'm doing any changes in the tpl files on the live version at the same time I can see the changes. When I'm doing any changes in the css files it takes time to present them to the live version. I have disable all the cache features from prestashop and i put the site in the development mode in cloudflare but still again it takes time to see the new changes in the css files. Last I used also the incognito option from chrome to load the new css changes with no results. Does anyone knows if this is an issue of prestashop or on my server?
-
Hello, I have thousands of warnings in error_log, on the server. "PHP Warning: array_merge(): Argument #1 is not an array in /public_html/classes/Carrier.php on line 1310" This is the line - 1310: $error = array_merge($error, $carrier_error); What can I do about that? Thanks!
- 5 replies
-
- php warning
- error log
-
(and 1 more)
Tagged with:
-
Estimados buena noches, acabo de instalar prestashop 1.6.1.0 y tengo el siguiente problema al guardar una modificación de un producto los botones de guardar y guardar y permanecer no se pueden utilizar ya que aparecen cargándose es realmente frustrante, solo he creado 5 productos, agradezco de antemano el apoyo que me puedan dar . Muchas Gracias Christian desde Perú
- 11 replies
-
- no e puede guardar
- botones de guardar no funcion
- (and 2 more)
-
Hi, I'm using PrestaShop 1.6.1.0. I have applied a specific price discount on a product. But when it comes to adding tax. It's being added on the base price not on discounted price. What should I do? Code in my Classes/Product.php: $specific_price_reduction = 0; if (($only_reduc || $use_reduc) && $specific_price) { if ($specific_price['reduction_type'] == 'amount') { $reduction_amount = $specific_price['reduction']; if (!$specific_price['id_currency']) $reduction_amount = Tools::convertPrice($reduction_amount, $id_currency); $specific_price_reduction = $reduction_amount; // Adjust taxes if required if (!$use_tax && $specific_price['reduction_tax']) $specific_price_reduction = $product_tax_calculator->removeTaxes($specific_price_reduction); if ($use_tax && !$specific_price['reduction_tax']) $specific_price_reduction = $product_tax_calculator->addTaxes($specific_price_reduction); } else $specific_price_reduction = $price * $specific_price['reduction']; }
-
- price-rules
- tax
-
(and 1 more)
Tagged with:
-
Buongiorno, ho un e-commerce con Prestashop 1.6.1.0 in lingua italiana. Nel momento della configurazione ho erroneamente lasciata abilitata la lingua inglese come seconda lingua, senza però inserire le traduzioni. Succede a volte che l’utente durante la consultazione del sito viene spostato da una lingua all’altra, soprattutto nel carrello e in fase di consultazione prodotti. Ho così provato a disabilitare la lingua inglese, ma succede che l’utente non riesce più ad accedere alla propria area personale con ID e password precedentemente impostati. L’utente che richiede una nuova password e fa login accede al backend di amministrazione e non al backend lato utente. Quello che vorrei ottenere è disabilitare completamente la lingua inglese e ristabilire i giusti percorsi di accesso amministratore/utente. Qualche suggerimento? Grazie in anticipo a tutti. Alessandra
- 1 reply
-
- backend
- lato utente
-
(and 3 more)
Tagged with:
-
En esta oportunidad planteo la siguiente duda: En el formulario de registro aparece 2 opciones con check: -Inscríbase a nuestra lista de correo -Recíba ofertas especiales de nuestros socios Quisiera quitar la segunda: Recíba ofertas especiales de nuestros socios, ya que no entiendo cual es la finalidad y ademas considero mas facil que solo haya la opcion de las listas de correo que es la que mas nos importa. He leido este tutorial : https://www.prestashop.com/forums/topic/259268-rec%C3%ADba-ofertas-especiales-de-nuestros-socios-solucionado/ Sin embargo el código en prestashop 1.6.1 es muy distinto como se haría en este caso para lograr ese propósito? Agradezco de antemano su apoyo y tiempo. Muchas Gracias
- 5 replies
-
- desactivar
- quitar
- (and 3 more)