Jump to content
thirty bees forum

danwarrior

Members
  • Posts

    169
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by danwarrior

  1. On 8/30/2019 at 1:11 AM, datakick said:

    There's a checkbox to agree Terms and Conditions, that should be enough for GDPR purposes.

    If you need any other checkbox - the module offers integrations, other modules can create their own input fields. For example, VatNumber module adds checkbox 'I qualify for VAT relief' to address field. My premium version of revws module adds 'Send review request' consent checkbox, etc. 

    You're right, I saw it later. I bought and install the module, in fact 🙂

    The GRPD has a obligation that only few people understand and apply, is like a "layer" of information that complements the checkbox, where we need to indicate wich is the purpose of collect the data, how we treat them, how the people can modify or erase them... Something like this (attached images).

    GRPD is more than a checkbox with the link to the Privacy Policy.

    Maybe I can use the translation field, but if we can give some style using it like separated info (in fact it is an "info layer"), it would be perfect.

     

     

    Screenshot 2019-08-31 at 13.19.24.png

    Screenshot 2019-08-31 at 13.18.36.png

  2. Buenas de nuevo, Carlos.

    Sí, artesarotattoosupplies está hecha en TB+Panda. Efectivamente hay que conocer un poco la estructura de funcionamiento del theme, no es de los más intuitivos, pero tampoco tan complejo. De todas formas los autores están trabajando ahora mismo en mejorar y recuperar algunas funciones  que le dieron para PS1.7, y haciéndolo compatible con la última versión de TB. Han sacado hace 2 semanas una versión pero siguen trabajando en arreglos y mejoras.

    ¿Has mirado el hilo de Niara? Igual no te gusta que esté en  inglés, pero allí te responderán bastante rápido casi todo...

  3. Carlos, casi todo lo que quieres, en el momento en que TB se encuentra, está en inglés. Y tampoco está todo porque es momento de expansión, de  hecho Niara no hace mucho que salió. Esto va saliendo con el tiempo que aportamos los colaboradores, entiendo que hay cosas que no encuentras o no te gustan, pero ¿crees que a Victor alguien de PrestaShop le pagaba? Nope, todo lo hizo porque él quiso, hasta que se quemó y dijo "basta".

    Tratamos de aportar en la medida que podemos, algunos ya de por sí nos encargamos de varios proyectos a la vez, no es fácil sacar tiempo para documentar todo, mil disculpas.

    Respecto al importador, junto con otras herramientas importantes, están trabajando en sus mejoras, pero como te digo, todo el equipo saca esto por altruismo y en concreto esa  parte requiere una inmensa atención. Yo te recomendaría usar la versión de prueba del Store Manager: la tienes gratis por 14 días y puedes manejar vía base de datos lo que necesites, para hacer exportación/importación.

    Justo hoy voy a hopo, pero no te quería dejar sin responder. 

    No he tenido tiempo de probar Niara, estoy  a full con motorparts.es y es todo Panda, sí. De hecho quiero probar la versión 1.1.0 y todavía no he tenido ocasión, ojalá esta semana...

    Justo por cosas como esta es que merece la pena que todos participemos como Patreon. Aún no se alcanza el objetivo para contratar a programadores full time con TB, si pusiéramos 10 $/mes cada uno de los que tenemos una tienda, nos daría para una buena plantilla, y hay muy buenos programadores  aquí, me consta.

    Te sigo en el otro hilo, Carlos.

  4. 1 minute ago, rubben1985 said:

    Genial, gracias! Ahora entiendo porqué me pasaba. Creo que ya está arreglado en la ultima version de TB y Panda porque ahora esas carpetas no me faltaban y solo tenía error en un par de modulos.

    Es probable, han arreglado muchas cosas para la 1.1. Se me olvidó decir que mi vídeo es sobre la versión 1.0.8 (en 1.0.7 me pasaba igual).

    Tengo ganas de probar la 1.1!

  5. Just now, wakabayashi said:

    Well I bet this module was developped for 1.7. I could look into it, if I have the ftp and BO access.

    I though that too, even the developer answer something similar to another guy in the comments of the module, time ago. But it says is compatible with 1.6 and there are many people using it.

    I wrote him but is taking his time answering... 

    Of course, I send you access, thanks!

  6. 9 minutes ago, wakabayashi said:

    This error doesn't make sense to me. It says unexpected " but there is no " at all. Probably we would have to see more, to solve it. Was this module developed for an another shop system too? 

    I know, is weird... Is a module from Codecanyon, more than 300 websites are using it. But it is for PrestaShop, si isn't so weird something not . working on TB.

    Another error I . saw is when I try to search anything on the front, I get this too:

    [ThirtyBeesException]

    Call to undefined method Search::getSearchParamFromWord()
    at line 255 in file override/classes/Search.php

    250.         $context);
    251. 		die();
    252. 		}
    253.         foreach ($words as $key => $word) {
    254.             if (!empty($word) && strlen($word) >= (int)Configuration::get('PS_SEARCH_MINWORDLEN')) {
    255.                 $sql_param_search = self::getSearchParamFromWord($word);
    256.                 $intersect_array[] = 'SELECT DISTINCT si.id_product
    257. 					FROM '._DB_PREFIX_.'search_word sw
    258. 					LEFT JOIN '._DB_PREFIX_.'search_index si ON sw.id_word = si.id_word
    259. 					WHERE sw.id_lang = '.(int)$id_lang.'
    260. 						AND sw.id_shop = '.$context->shop->id.'
    

     

    ***

    I'm not sure if I have any override or something, because we had another developer trying to adapt this module, but I deactivated and uninstalled before putting the original again.

    In fact, the modules apparently works fine in the BO, it let me assign models to the product, but when I try to search at the front, it doesn't find nothing.

     

  7. 11 minutes ago, wakabayashi said:

    Try instead of 

    
    'title' => $this->trans('Save', array(), 'Admin.Actions')

    the following:

    
    'title' => $this->l('Save')

     

    Thanks for your support! I tryed and get this:

    syntax error, unexpected '' (T_STRING), expecting ')'
    at line 275 in file modules/partsfilter/partsfilter.php

    270. 							)
    271. 						),
    272. 					),
    273. 				),
    274. 				'submit' => array(
    275. 					'title' => $this->l('Save')
    276. 				)
    277. 			),
    278. 		);
    279. 
    280. 		$helper = new HelperForm();
    
  8. On 4/24/2019 at 12:18 PM, Gabi said:

    Hola Dan y Selene

    Uso Webempresa, con prestashop recibía los pedidos al momento por email pero con TB nada de nada, he leído diferentes post achacándolo al tema de las carpetas de idiomas  pero no he conseguido que funcione, es un poco fastidio porque estos días he estado fuera y no sabía que pedían hasta poder entrar a la web. Si escogen como forma de pago transferencia no me entero hasta que no entro a verlo.

    Ya lo tengo solucionado! Acabo de grabar un vídeo con todo el proceso, el tema es que nos faltan los directorios de emails en español, básicamente.

    Ahora actualizo el vídeo en cuanto quede subido 🙂

  9. On 7/3/2019 at 8:40 PM, Gus said:

    Hola Ruben.

     

    Efectivamente. Me estoy quebrando la cabeza, he visto videos de prestashop 1.6 y es muy similar pero algunas cosas no me funcionan para thirty bees, no se a que se deba.

     

    No encuentro información amigable.

     

    Saludos

    Hola, Gus! 

    Pido mil disculpas porque en mi canal he empezado a subir unos cuantos vídeos al respecto, pero no doy a basto de proyectos y aún no he sacado un curso que justamente tengo pendiente de subir. 

    Mi idea es daros un curso gratuito en Youtube con lo básico a modo introductorio para que tengamos tutoriales en español para gente que empieza como tú, y quien quiera entrar más a fondo, en unas semanas tendrá disponible una extensión de mi curso de pago.

    Escríbeme si sigues pendiente de este tema, que  trato de meterle caña a partir de la semana que viene 🙂

  10. Te cuento lo que intuyo por tus comentarios:

    1º Tienes alguna caché activada en tu navegador, ordenador o servidor que te está fastidiando. Eso de que te desaparezcan módulos es súper raro, no me suena a fallo de TB en sé, pero mi especialidad no es técnica, no sabría qué decirte en ese caso. Sí usas Mac como yo la caché a veces se pone más rebelde, aunque limpies todo aparentemente, pero lo de los módulos desaparecidos me suena a que alguno de los que tienes está causando conflictos, más bien.

    2º El tema de la exportación creo que lo tienen puesto en lista de tareas, pero mientras tanto puedes usar este módulo más completo y gratuito (https://oavea.com/free-prestashop-modules/2-export-products-free-prestashop-module.html) o probar con el Store Manager, que tampoco va nada mal y ahorra mucho tiempo si la gestión masiva de productos es frecuente (tienes una versión de prueba gratis de 14 días que también te permite hacer todo, si en ese tiempo te apañas, a mí me ha valido en alguna ocasión para importaciones, tests, etc).

    3º Creo recordar que usabas Webempresa. Mi recomendación después de estarlo probando: cámbiate a Loading. Técnicamente ninguno de los dos da soporte específico para TB, pero las políticas de seguridad de Webempresa hacen estragos en Presta y TB, mientras que Loading está mucho más abierto y preconfigurado. Yo llevo 3 tiendas en Loading con TB después de pasar 2 con Webempresa, y les quiero mucho, pero Loading sin duda da menos quebraderos de cabeza. No estorba, simplemente.

    4º el tema emails, Justo ahora voy a solucionarlo yo de nuevo, creo recordar que es problema de que nos faltan archivos en el theme Panda. Yo lo que hice fue copiarlos del theme estandar y subirlos, y magia, empecé a recibir de nuevo. De todas formas si ahora lo dejo listo te lo documento por aquí, si no, dame un toque y pregúntame en pocos días, que igual hasta grabo vídeo.

    Espero que vaya bien!

  11. Muy buenas! Ahora te leo... ¿Has podido solucionarlo, o sigue igual?

    Yo he dejado de recibir los emails pero creo que sé lo que es y tengo que solucionarlo antes, aunque en las pruebas que hice sí que desglosaba esa tabla bien. ¿Has mirado si te interesa actualizar de versión? Quizá se solucione, o un cambio menor puede ser resubir los archivos del directorio de emails (previa copia de seguridad), por si alguno contiene errores y te lo deja en blanco.

    Digo, es lo que se me ocurre así bote pronto...

  12. Hi, guys!

    I'm trying a module from Codecanyon for a motorparts site: https://codecanyon.net/item/prestashop-carparts-filter-plugin/9672880

    I've installed it and it seems working ok, but at the configuration page it throws this message and I lost a section on the BO product page that I supose is directly related with this error:

    [ThirtyBeesException]
    Call to undefined method PartsFilter::trans()
    at line 275 in file modules/partsfilter/partsfilter.php
    
    270. 							)
    271. 						),
    272. 					),
    273. 				),
    274. 				'submit' => array(
    275. 					'title' => $this->trans('Save', array(), 'Admin.Actions')
    276. 				)
    277. 			),
    278. 		);
    279. 
    280. 		$helper = new HelperForm();
    PartsFilter->renderForm - [line 154 - modules/partsfilter/partsfilter.php]
    PartsFilter->getContent - [line 1648 - controllers/admin/AdminModulesController.php]
    AdminModulesControllerCore->postProcessCallback - [line 1511 - controllers/admin/AdminModulesController.php]
    AdminModulesControllerCore->postProcess - [line 251 - classes/controller/Controller.php]
    ControllerCore->run - [line 837 - classes/Dispatcher.php]
    DispatcherCore->dispatch - [line 63 - admin/index.php]

    Any idea of what I need to do?

    Thank you so much!

  13. 5 hours ago, AndyC said:

    Hi

    Just a quick question regarding features....

    Is it better to use the Product Features tab or is it any better to have it on the product page ...Or even on both

    thanks

    Well, I supose it depends on what kind of features/product you're showing. If they are only extra information, the tab is ok, but maybe you have any kind of product that looks better if add something like icons with their features values near the resume/buy button.

    There are some addons for this in Codecanyon and PS addons, maybe here in the TB marketplace too, I'm not sure.

  14. In Information this is what I see:

     

     COMPRUEBE SU CONFIGURACIÓN

    Parámetros requeridos ok

    Parámetros opcionales Por favor, resuelva los siguientes errores

    • Install TLS v1.2 support on your server.
      Test result: fail

     

    ***

     LISTA DE ARCHIVOS MODIFICADOS

    Changed/missing/obsolete files have been detected.

    Archivos actualizados (45)

    • vendor/mrclay/minify/min/builder/jquery-1.6.3.min.js
    • vendor/mrclay/minify/min/lib/Minify/DebugDetector.php
    • vendor/mrclay/minify/min/lib/Minify/CSSmin.php
    • vendor/mrclay/minify/min/lib/Minify/CSS.php
    • vendor/mrclay/minify/min/lib/Minify/CSS/Compressor.php
    • vendor/mrclay/minify/min/lib/Minify/HTML.php
    • vendor/mrclay/minify/min/lib/Minify/ImportProcessor.php
    • vendor/vierbergenlars/php-semver/definitions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/PCLZip/gnu-lgpl.txt
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/PCLZip/readme.txt
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/fr/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/fr/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/en/uk/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/es/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/es/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/cs/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/cs/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/tr/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/tr/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/da/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/da/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/hu/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/hu/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/nl/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/nl/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/ru/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/ru/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/it/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/it/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/pl/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/pl/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/sv/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/sv/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/pt/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/pt/br/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/pt/br/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/pt/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/no/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/no/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/de/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/de/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/fi/functions
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/locale/fi/config
    • vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt
    • vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
  15. Hi, guys!

    I don't know what is happening to my shop. I had it on a temporal subdomain for developing, now I changed the domain to the main one (motorparts.es) so we are going to open the site to the public.

    But I can't see almost any of the product images. I tryed regenerating, copying all the /img directory and regenerating again, but this is all what I get.

    I even upload some images manually to this product, but look at this, nothing.

    Any idea of what can be happening and how to solve it?

    Thank you so much!

     

    Screenshot 2019-07-28 at 14.55.21.png

    Screenshot 2019-07-28 at 14.54.15.png

    Screenshot 2019-07-28 at 14.54.21.png

  16. 9 hours ago, Gotabor said:

    Hello,

    I'm currently working on implementing the free shipping on my shops with a cart rule. But I'm facing a problem. I can select which country can benefit of it, however, inside one of the country there are States in which we won't allow free shipping.

    I don't see a possibility in the cart rules to either select States or Areas instead of Country. Does anybody know how I can modify the cart rules to add those fields, and keep the compatibility to update the shop ? (through override I guess)

    What I do in this cases is to create new areas and put the states I need in those areas. That way you don't need to divide the country but can separate by rules. For example, in a new shop in Barcelona (Spain), I use 3 different areas configuration:

    • 1 for the "península" (standard price)
    • 1 for the islands (more expensive)
    • another for nearest states that has a cheaper price

    I attach images with the example for you.

     

    Screenshot 2019-07-26 at 15.17.35.png

    Screenshot 2019-07-26 at 15.17.58.png

×
×
  • Create New...