Jump to content

MichalT

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by MichalT

  1. Oh my... it works. I have not ticked off the default supplier option, only the "Choose the suppliers..." You have my gratitude. Thank you!
  2. I was not thinking along these lines because from the outset I thought of using supplier id, which is an integer. What you suggest is supplier reference. But I tried it now and ps_product table in the database does not get updated with the data (column supplier_reference) therefore $product.id_supplier will not return any value if used in tpl file.
  3. Yes, but did not work. I asked someone else to look into it and was told that the supplier id in the ps_product table is not populated with the supplier data even though the supplier was created and selected in BO product page. The data actually flows into different table "product supplier". So as a work around a code will be added which will ensure that if supplier is added to the product in BO, this will update table ps_product. That will then allow me to use $product.id_supplier.
  4. Hello, Say I need to reference product qty in if statement within a tpl file. I would write the following: {if $product.quantity > 0} etc. That means, the quantity for a product is called using variable $product.quantity. Can someone tell me name of the variable for supplier ID? I tried $suplier.id_supplier, $id_supplier, etc, but nothing works. Presta version 1.7.5.1 Thanks
  5. OK, so apparently this is a bug within Prestashop that requires development I was told...
  6. Hey there, I am trying to figure out the following. Any help is appreciated. In my shop I have a product "MILLAGRO SHINE" which comes in three colour variations. When you click through black --> brown --> white, the price and images change based on selection which is great. But the stock availability message does not change. For example, the stock qty for colour black is 3 so the message should rightly say "Skladom In stock". However, brown is stock qty 0 so the message should be "Out of stock". Yes, I have configured this on the product page what message should be displayed if product is in stock and out of stock. So to sum up: based on colour selection, price and images change accordingly, but stock message is not updated. So I assume, whatever ensures the price and image to update does not have in its scope the stock availability message. If I knew what it was (jquery?), it should be simple to fix? Can anyone help? I use Prestashop 1.7.5.1 and here is link to the product page: https://elos-eshop.sk/lampy/712-3-millagro-shine.html#/3-farba-biela
  7. Hello, I tried to fix this on my own but failed miserably. I use prestashop 1.7.5.1. The account on google analytics has been set up two weeks ago but shows no traffic even though there is traffic according to google ads. The tracking ID was added into the Google analytics module from BO. Going into the position of modules, I can see that Google analytics is hooked to the following: displayBackOfficeHeader, displayFooterProduct, displayHome and displayOrderConfirmation. My website is https://elos-eshop.sk/ Can someone help?
  8. Hi, there is a module for this called mail alerts. If it is not installed, go to modules catalogue and you should be able to find it. It is free.
  9. Hi, I want prestashop to show delivery time in the FO on the product page. Searching the web I found that this can be done configuring legal compliance module however in section "labels" where you are supposed to do it, the label "delivery time label (available products)" is completely missing. Can someone advise? Unfortunately, my module is translated into Slovak language so you might not understand what is on the picture... The first row says "Ďalšie podrobnosti o dobe doručenia" and in English it means "Additional information about delivery time".
×
×
  • Create New...