Search the Community
Showing results for tags 'prestashop-1.6'.
-
Hello, I've got a little situation with my shop and its "Change product position in category" feature. When I add a new product and assign categories to them, its position in the category is set to the last place by default, and I have to drag-and-drop it to the first position manually. It wouldn't be a problem, but I have almost 3000 products - so dragging and dropping a product from last position to first position takes forever - and I add new products really often. So the question is, can I change it through a panel or through a code? I mean, when I assign a product to a category, it's default position should be first, not last. It's Presta 1.6.1.23.
- 1 reply
-
- prestashop-1.6
- position
-
(and 1 more)
Tagged with:
-
Holas a todos. Es mi primer post pidiendo ayuda, ya que soy autodidacta y hasta ahora después de unos cuantos años usando prestashop, me veo incapaz de solventar este problema. Me descargue el "modulo de Super Boletines" de webbax.ch que el desarrollador y moderador de estos foros ( nadie ) tiene realizada una gran reseña en su web. He de decir que he probado varios de los modulos que alli se nombran y todos funcionan a la perfección, pero este modulo de newletter es el primero que me ocasiona problemas totalmente desconocidos para mi. Cronologia: Descargo el modulo: OK Adjunto el archivo .zip del moduloa mi prestashop: Ok Instalo el modulo: Ok Configurar Modulo: empiezan a aparecer los problemas. - Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /home/e03v/public_html/Adapter/Adapter_EntityMapper.php on line 84 - Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /home/e03v/public_html/classes/module/Module.php on line 290 - Warning: Cannot modify header information - headers already sent by (output started at /home/e03v/public_html/Adapter/Adapter_EntityMapper.php:84) in /home/e03v/public_html/classes/controller/AdminController.php on line 1829 - Warning: openssl_encrypt(): IV passed is only 7 bytes long, cipher expects an IV of precisely 16 bytes, padding with \0 in /home/e03v/public_html/classes/Rijndael.php on line 52 - Warning: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' (this will throw an Error in a future version of PHP) in /home/e03v/public_html/classes/Rijndael.php on line 124 Si alguien me pudiera ayudar se lo agradeceria, ya que llevo varios dias buscando por los foros y no he encontrado nada en referencia a este modulo. O sino me podeis ayudar con este modulo, aconsejarme otro parecido por favor. Gracias por leerme y por intentar ayudarme. Mi version es: 1.6.1.24 Saludos.
-
Hi, I have a problem with line filters in backoffice. Every time I use them (it doesn't matter if in products, orders etc.) i get a redirect loop. I think there is some error in URL parameter submitFilterproduct (and analogic ones for orders etc.), because only if it's set to non zero value (and line filters set it to 1), loop occurs. Do you know where the problem could be? Thanks for any help
- 2 replies
-
- prestashop-1.6
- backoffice
-
(and 2 more)
Tagged with:
-
favorite I tried to create override for classOrderCore, located in /classes/order/Order.php. The result I put in /override/classes/order/Order.php with following content: class Order extends OrderCore { /** * Generates reference number. * * Overriten to have reference numbers numeric only. */ public static function generateReference() { return strtoupper(Tools::passwdGen(9, 'NUMERIC')); } } After doing this nothing happened. Additionally I tried following (with the same unsuccesful result): Delete cache using backoffice Delete manually cache/cache_index.php Disable overrides, delete cache in the BO and cache/cache_index.php and enable overrides afterwards Can you tell me, where could be the catch? I'm using Prestashop v. 1.6.1.18. Thanks
- 1 reply
-
- override
- prestashop-1.6
-
(and 2 more)
Tagged with:
-
I have project with Prestashop that need to show product description, product review form module, and tell friend form module with iframe. How can I use variable of Product class or module as iframe source? and if possible please give code example. I had looking for solution here but still don't get the point to use internal prestashop page as iframe source. I have try to use .html as source but the smarty script won't run. The prestashop version is 1.6
- 18 replies
-
- prestashop-1.6
- iframe
-
(and 1 more)
Tagged with:
-
Bonjour, L'administration est superbe et claire. J'ai updaté avec clic upgrade sans problèmes . Mais il y a des modules du thème ( custom content par ex) qui n'apparaissent pas, le thème est de Monster templates. j'ai l'impréssion que les thèmes Monster ne sont pas comptibles? alors que ce sont la majorité de ceux vendus sur prestashop... Quelqu'un a t'il le même problèmes? Merci