Jump to content
thirty bees forum

Wartin

Members
  • Posts

    347
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Wartin

  1. On 6/11/2020 at 9:12 PM, Wartin said:

     

    Para envío en Argentina vi que Andreani tiene un SDK y un módulo para Magenta, nada para PS o TB.

    Si alguno/a encuentra la forma sería bueno compartirlo.

    Agrego para quieren puedan llegar a este post, que por OCA se puede, con un módulo de OCA e-pak que se encuentra en github.

    Aquí detallo mejor:

    https://forum.thirtybees.com/topic/4868-m%C3%B3dulo-para-env%C3%ADos-en-argentina-por-oca-e-pak/

  2. Hace poco encontré en un foro que nombraban un módulo para cotizar envíos en Argentina mediante OCA(1).

    El módulo en cuestión puede encontrarse en GitHub, aquí:

    https://github.com/kazeno/Oca-ePak

    Lo estoy probando. Instala bien, hay algunos problemas con el checkout de 3 pasos que estoy usando, pero el problema principal es que no está cotizando bien. A todos los envíos les pone 'Gratis'.

    Alguien lo pudo usar?

    Saludos y gracias!

     

     

     

    (1) https://www.prestashop.com/forums/topic/1019491-envios-en-argentina-prestashops-%F0%9F%87%A6%F0%9F%87%B7%F0%9F%86%98/?tab=comments#comment-3216803

  3. 4 hours ago, undecided said:

    May I ask how that module is handling the gift cards at the checkout? Can the shipping cost also be paid by the gift card or is it also a simple cart price rule?

    It has a place to write the coupon number down, like this:

    image.thumb.png.c279f1e33b7f944be26c6a888c632ae5.png

    I'm not using it in production, just trying it out in an offline twin store.

  4. Hello. I've been using TB for almost a year now. I believe in free software and that's why I try to make my little part helping new users with my very little knowledge of this platform. It's really nice to read the good news, as just a few month after starting my project I read that long thread and was really waiting to see what will happen with development. Good free software is made not just by code, but with the people who use it, and found here a lot of good users that helped me a lot. Enough for the introduction, show me the features ;)

    A nice ready to use mobile friendly Niara is mandatory. I had to do a lot of modifications to use it, it was pretty horrible out of the box.

    As somebody said, it's nice to have a little product picture in the search box, as you type. I managed to do so pretty easily:

    https://forum.thirtybees.com/topic/4213-solved-add-images-to-ajax-search-override/

    Another thing would be to have a ready configured Pick up at store carrier that is not counted as a free shipping method (as it is not shipped anywhere, just waits to be picked up)

    An easy way of export the list of products ready to be imported again. I had issues with HTML in description fields not being exported, so i had to do it the php+sql way.

    One vote more for 3 step checkout. I uploaded a .zip with some modifications for Niara in the thread already posted here.

    Fixing Product Customization, besides autosaving, it's not working at all, making it unusable:

    https://forum.thirtybees.com/topic/4139-error-in-cart-with-products-with-custom-fields/

     

    A lot of things have been discussed in the forums and already fixed by some of the users. It would be excelent to have those modifications into the new version.

    Thanks again, and see you over here :)

    • Like 3
    • Thanks 1
  5. 34 minutes ago, yae.disseny@gmail.com said:

    El filtro de asociar los productos a las categorías que queremos que se muestren, yo al tener mas de 1000 categorías, es muy laboriosos el asignarlas, ya que en mi caso un mismo producto tengo que asignarlo a más de 60 categorías.

    Hola. Para manejar cosas en masa te recomiendo usar una herramienta que se llama Prestools. Se instala ddentro del admin y te sirve para hacer una búsqueda y en masa cambiar diferentes valores, entre ellos las categorías.

    Saludos!

  6. 3 minutes ago, AndyC said:

    Actually the odd thing was I changed this colour (blue) about 3 weeks and Friday evening I cleared my browser history and it changed within a page refresh. I've also changed the colour of the basket number from red to white and that hasn't changed either.

    Try right-clicking in the price and try inspecting it. There should say where the used style is.

  7. 7 hours ago, Oncle said:

    Gracias de todas maneras, eres el único que respondes a los mensajes.

    por lo menos eso, aunque no funcione :)

    Encontré otro post de alguien que quiere hacer lo mismo que vos, y parece que modifican el query a la base de datos. Más adelante alguien dice que es para versiones más viejas. Pero tal vez se refiere a Prestashop, que tiene la versión 1.7 que es diferente. Thirtybees es compatible con la 1.6 de PS.

    Bueno, a ver si sirve. Por las dudas backup!

    https://www.prestashop.com/forums/topic/63278-solved-add-manufacturer-in-shopping-cart-table/

  8. 45 minutes ago, Oncle said:

    Hola! alguien sabe como modificar el campo "Disponibilidad" (el texto lo modificaré desde traducciones), para que salga en lugar de el Stock el nombre del fabricante? En que fichero lo puedo hacer y como, porque imagino que habrá que poner alguna variable, no?

    Adjunto imagen de lo que quiero cambiar.

    Gracias!

    Resumen Carrito.jpg

    Hola, no lo pude probar, pero en este enlace* encontré que esto:

    <p id="manufacturer_name" {if !$product->manufacturer_name}style="display: none;"{/if}><label for="manufacturer_name">{l s='Manufacturer :'} </label> <span class="editable">{$product->manufacturer_name|escape:'htmlall':'UTF-8'}</span></p>

    sirve para mostrarlo. Supongo que debe ser en shopping-cart.tpl dentro de tu tema

    * https://www.prestashop.com/forums/topic/142566-solved-display-manufacturer-and-supplier-reference-on-product-page/

  9. 4 hours ago, Joint Systems said:

    We need to move more than 100 categories to a new root category and there doesn't appear to be a bulk action selection to do that, only enable and disable?   The only method we could find is the mass edit tool in MyPHPAdmin.

    You should use the excellent tool called prestools. It's installed under your admin folder and you can do a lot of bulk stuff.

     

    • Like 1
  10. Tal vez no me expliqué bien, ahora sí van pasos

    1) entrá donde está la instalación recién terminada

    2) buscá un directorio que comienza con admin, y luego una cadena de caracteres para asegurar el Backoffice

    3) en la barra de dirección del navegador donde antes decía localhost/thirtybees/admin, en vez de admin poné el nombre del directorio completo con sus caracteres finales.

  11. 16 hours ago, yae.disseny@gmail.com said:

    Hola buenos días hace dos días instale thirtybees total mente nueva en localhost, después de borrar la carpeta de instalación solo se muestra el from page, la del back office no se muestra. sale esta pantalla.

    Hola de nuevo :)

    Cuando se termina la instalación, el Backoffice le agrega algunos caracteres a 'admin' para que no sea fácil llegar al login del backoffice. Entonces lo que tenés que hacer es ver cómo se llama el directorio de admin. Es algo similar a   'admin251856'

    saludos!

  12. On 12/20/2020 at 7:31 PM, Oncle said:

    Hola, alguien sabe como modificar la ficha que se imprime por defecto de un artículo?

    Hola, Oncle. No había intentado hacerlo, pero viendo el código, en el enlace a Imprimir tengo esto:

    <a href="javascript:print();" title="Imprimir esta página">
                    <i class="icon icon-fw icon-print"></i> Imprimir
                  </a>

    Con lo cual me parece que simplemente está llamando a la opción imprimir del navegador, por lo que no vas a poder modificar esa vista.

    Saludos!

  13. 5 minutes ago, ariom said:

    blocktopmenu is catching them ( i can see the new categories on the right side, i can select them and add to the left side on the menu configuration page) but they are not displayed on the front page  topmenu....

    Oh, I see.
    Check that your new categories are marked as 'show' in categories. For example these two are not (x mark):

    image.thumb.png.7494552ce619e902effa13f948af041f.png

  14. 3 minutes ago, AlexLopatenco said:

    The very first row is the "Name row" and it's skipped on import.. By the way: the columns, their sorting and naming is taken from the example .csv file.. 

    Yes, that's right... but the two products you sent are almost equal... that's why I started looking somewhere else..

    Try the .ods way again, maybe you can solve the error you've got.

    Just tell us if you find the way, good luck!

  15. 21 minutes ago, AlexLopatenco said:

    I've attached the file that gave me trouble.. This is the only product from the whole list of 3000 products, that is giving me the error Errors occurred:

    Feature is the last column. You can try:

    erase the 'comma' in "Încărcături maxime:+3.3 V = 20 А,+5 V"

    erase last semicolon "Garanţie:1608075442;"

    Maybe it's just too long?

×
×
  • Create New...