Jump to content
thirty bees forum

Wartin

Trusted Members
  • Posts

    347
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Wartin

  1. Hello. I'm using Niara Theme, TB version 1.1.x. When I place an order I receive the email, but in the details there is nothing. Looking inside order_conf.html and .txt it says it's supposed to show {products} and {products_txt}. But this is email's source, txt part: CANTIDAD PRECIO TOTAL =20 = =20 PRODUCTOS=20 In html's part of the source: =09=09=09=09<tr> =09=09=09=09=09<td colspan=3D"5" sty= le=3D"border:1px solid #D6D4D4;text-align:center;color:#777;padding:7px 0">= =09=09=09=09=09=09&nbsp;&nbsp;=20 =09=09=09=09=09</td> =09=09=09=09</t= r> =09=09=09=09<tr> =09=09=09=09=09<td colspan=3D"5" style=3D"border:1p= x solid #D6D4D4;text-align:center;color:#777;padding:7px 0"> =09=09=09=09= =09=09&nbsp;&nbsp; =09=09=09=09=09</td> =09=09=09=09</tr> Any Ideas? Thank you in advance.
  2. Lo sospeché... Podés buscar algún tema que haga lo que vos querés. Hay una cantidad importante, aunque no son gratis. En teoría todos los temas y módulos de Prestashop 1.6 funcionan en ThirtyBees. Por el tema del covid19 hay un sitio que está ofreciendo módulos y temas gratis para PS 1.6. En gral algunos problemas tienen para instalar, pero puede ser que alguno te sirva, te paso el enlace: https://module-presta.com/ Saludos!
  3. I think that you can assign another category using prestools, if you are using it. Just select 'category' as editable, and then use mass editor to add the new category (after creating it from backoffice). If you don't write anything and press search you will edit every product in the database.
  4. I'm not sure how to do it, because "Price tax excluded or Price tax included " seems a little ambiguous. There is Wholesale price too. Maybe it has something to do with tax ID, but those are the different Taxes you can create from product's page. In my case I have prices with taxes. I tried to use 0 in 'Tax ID', and that's 0% tax, then the price with tax is the same as without... I'm still trying to give the price with tax included and let it calculate the price without tax.
  5. oops, thanks for the fast reply, led24ee. As I have one testsite... I was uploading the file to the other site *ashamed* For others reference, I'll write how to do it, I found a lot of forums talking about this particular task. 1) upload images to someplace in the server. You can do it with FTP, SCP, whatever you use. You can use the directory 'upload' in your store's root directory. 2) in the CSV (I found it easier to use Libreoffice's .ods format*), column "Image URLs (x, y, z)" you have to put the URL to the image, for example https://mysite/upload/mynewpicture.jpg 3) In the backoffice go to admin -> Advance parameters -> CSV import. There choose 'Products', and upload the file. If you want to, you can copy the .ODS (or CSV) file to your /admin<letters-and-numbers>/import directory and choose to see the files (Choose from history/FTP button) 4) In the next step you can see if there is match between your file and what TB expects. If everything is OK, you can Import. You can download a test file from the same backoffice page. But here's mine, I edited the first row because some columns were read as several (for example image urls (x,y,z) were 4 columns, as it uses ',') Product ID;Active (0/1);Name *;Categories (x, y, z);Price tax excluded or Price tax included;Tax rules ID;Wholesale price;On sale (0/1);Discount amount;Discount percent;Discount from (yyyy-mm-dd);Discount to (yyyy-mm-dd);Reference #;Supplier reference #;Supplier;Manufacturer;EAN13;UPC;Ecotax;Width;Height;Depth;Weight;Quantity;Minimal quantity;Visibility;Additional shipping cost;Unity;Unit price;Short description;Description;Tags (x, y, z);Meta title;Meta keywords;Meta description;URL rewritten;Text when in stock;Text when backorder allowed;Available for order (0 = No, 1 = Yes);Product available date;Product creation date;Show price (0 = No 1 = Yes) ;Image URLs (x, y, z);Delete existing images (0 = No 1 = Yes) ;Feature(Name:Value:Position);Available online only (0 = No 1=Yes);Condition;Customizable (0 = No 1=yes);Uploadable files (0 = No 1=Yes);Text fields (0 = No 1=Yes);Out of stock;ID / Name of shop;Advanced stock management;Depends On Stock;Warehouse *Important: Libreoffice tries to make the URL clickable, be sure that the URL is just plain text If you have subcategories you have to write in the 4th column, for example: Root; Coffe and tea; Coffe in order to make them appear in those category pages. If you are trying to use CVS import to update prices or change some value, you have to check 'Force all ID numbers', and you should write, in the first column, the ID number of each product you want to overwrite. Well, good luck ;)
  6. Hello. I'm trying to import from CSV products with their images. I don't know how to do it. I tried uploading files to the server and referencing them in the CSV (not really that format, but .ods). I tried local references and full URL value, with the same result (in en: error copying image: da.jpg) : Some errors were detected. Please check the details: Error durante la copia de la imagen: tienda/baterias.jpg What am I missing? Thanks!
  7. Sure, Veganline already did it: I think it uses the same method you posted in your link About AJAX, ajax uses javascript. See here: https://www.w3schools.com/xml/ajax_intro.asp
  8. Hola! Me parece que no vas a poder hacerlo fácilmente. Tendrías que buscar qué parte del archivo del theme q estás usando muestra esto (es product.tpl): <div id="attributes"> <fieldset class="attribute_fieldset form-group"> <label class="attribute_label">Color&nbsp;</label> <div class="attribute_list"> <ul id="color_to_pick_list"> ... Y ver cómo lo agregás al módulo que muestra los productos en la página principal. Tal vez haya algún módulo que muestre los atributos en la página principal, pero no conozco. Saludos!
  9. It's not the same, but you could modify product's template to change where custom fields appear. But yes, you will need to save (there is a thread in the forum on autosaving, but I didn't try it) boa sorte :)
  10. You can add Personalized fields. There are image and text types of personalized attributes under Catalog->Products. Oh, those are for the customers to fill...
  11. It's really annoying, several times it un-translates some of the strings. Specially NEW and REDUCED PRICE (the whole product-list-item just becamed blank). In a new TB there are 0 non translated strings (Spanish). After using TB for a couple of weeks I have like 250 in front office and 490 in modules. FEATURE REQUEST: it would be really nice to import from a file but just non-translated strings.
  12. Hello, I tried this in just installed TB in Android and iOS. 1) create a product with one file and one text custom fields 2) go to product's page, upload a file, write some text 3) click on Save. What's expected: the same page with attributes saved What happen: just a white page
  13. Pego el enlace a la solución que se dio en el foro en inglés: https://forum.thirtybees.com/topic/2846-change-invoice-text-by-factura-in-pdf-invoice/?tab=comments#comment-26831 Básicamente había un error, y puede ser encontrado en Localización -> Traducciones -> Traducciones de los PDF
  14. Hello. I was having this problem in Stable and it remains in bleeding 1.1.x. I tried in a clean instalation with same results. Maybe it's a known problem. 1) Create a product with one file field and a text field 2) in the store go to that product, upload a file, write something and press Save. 3) Add the product 4) Keep buying, and then buy the same product, but without any custom field. 5) go to checkout and try to delete the last item. The whole cart becomes empty. If you buy the same product once more it shows in the checkout, with the custom file and text.
  15. On 5/13/2020 at 11:38 PM, Wartin said: The problem is with mobiles. I think because it's fixed, you cannot see the whole overlay when you buy something, thus you cannot see or press the buttons. the solution was to add this in custom CSS code : @media screen and (min-width: 0px) and (max-width: 768px) { #layer_cart {position: fixed; top: calc(0vh - 0px) !important; width: 90%; overflow-y: scroll; top: 0; left: 0; right: 0; bottom: 0; } } Now I can scroll the overlay in mobiles. The other thing, the first part of tienda/themes/niara/modules/blockcart/blockcart.tpl {if isset($blockcart_top) && $blockcart_top} <li> {/if} <div id="blockcart" class="shopping_cart"> {include file='./includes/header.tpl'} {if !$PS_CATALOG_MODE} {include file='./includes/dropdown.tpl'} {/if} </div> {if isset($blockcart_top) && $blockcart_top} </li> {/if} Note I added <li></li> and erased one <div></div>
  16. Well, I finally understood what's going on. In Stable it did get passed through the first step, but then appeared "No available carriers for that address" error. I realize that the Zone 'South America' was disabled, because I was trying days ago to make a local Zone with one city name. After enabling again that Zone and make it work on Stable I upgraded again to Bleeding Edge and now I can end the buying. It was strange that there were no error, but there was one... Thanks for the help, after reading about versions in other thread I really wanted to be en bleeding's last 1.1.x without issues numbers.
  17. Estos que veo en la primera captura: "Eliminar todo combinaciones antes de importar" (con esa linda traducción, je)
  18. Ah, bien. Yo no intenté todavía importar combinaciones. Cambiando algunas de las opciones probaste? PD: ojo que, si bien editaste lo que se ve del enlace, el enlace sigue direccionando al mismo URL.
  19. Te sugiero que edites ese mensaje, en teoría es información que no debería estar publicada. Yo quise ver si había algún tema con el .htaccess, que una vez que no estaba me daba errores de 404. No sé. Si alguien más no contesta en breve podés intentar, si sabés, preguntar en el foro en Inglés. Saludos!
  20. ¿Qué dirección es la que se muestra en la barra del navegador cuando da el error? Saludos! PD: no sé bien para qué sirven, pero si ponés alguna reacción en el otro hilo donde te ayudó mi ayuda, se siente bien :)
  21. Thanks for the answer. I don't see any unusual in web server logs. For 'log in thirtybees/logs', do you mean see the content of that directory with the shell, for example? There are two errors, but they're old.
  22. More information. I placed a backup of the same shop but 1.1.0 version and the checkout works well. If I go to Core Updater and update to 1.1.x it starts redirecting to Modify Adress. What do you recommend? I updated because of an error with custom fields, and I prefer to use the last version if it's what's mostly used. I tried going back to 1.1.0 with Code Updater and it works again.
  23. Just a quick question, what update do you say? Do you use stable version or some of the bleedy versions? What do you think it's more stable now?
  24. Yes, you can edit the template for your theme. For example, in Niara: themes/niara/maintenance.tpl
  25. FYI, the URL where it goes again and again like Bill Murray in Groundhog Day: https://<my-url>/direccion?back=<my-ulr>%2Fpedido%3Fstep%3D1&id_address=20 Maybe that 20 tells you something... Bye!
×
×
  • Create New...