Jump to content

Autostore

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Autostore

  1. For people who have set the "Free Shipping Starts at 'x' amount" and want that free shipping canceled when the cart products total weight is over 'x' kg: In PrestaShop 1.7.8.8 in /classes/Cart.php at Line number 3758, change: if ($orderTotalwithDiscounts >= (float) ($free_fees_price) && (float) ($free_fees_price) > 0) to: if ($orderTotalwithDiscounts >= (float) ($free_fees_price) && (float) ($free_fees_price) > 0 && $this->getTotalWeight() <= (float) 10.0) I have it set to 10kg, change 10 to whatever weight you want.
  2. nu am nici un modul pentru pret,zecimalele sunt scoase din setarile generale prestashop ,dar daca incerc sa pun zecimale nu imi apar
  3. Buna. Am si eu o problema daca ma poate ajuta cineva . Pretul din BO si FO le-am atasat in imagine. Problema e ca am aceasta problema la toate produsele cu 4 cifre,daca e 999 ron nu e problema daca e 1000 afiseaza 1,2000 afiseaza 2 samd. Daca a mai intalnit cineva . problema e ca apare la fel si in Cos,daca pun 10 produse de 100 lei ,imi da total 1 leu.
  4. Hi, I also have an issue with rounded numbers. Prestashop 1.7.6.1 using "Round up to nearest value" "Number of decimals: 0". In product pages the price is show ok, like 18,00. The problem is, when a client click "Add to cart" in the windows that pops-up, right under the item the not-rounded price is displayed. Then also in the email that the client receives with that table containing his order, the Prier per Unit is displayed as not-rounded price. And because of this we are still unable to go live with the shop. Anybody have any idea on how to fix this? Thanks
  5. I have this issue, but the other way around: I have set id_supplier in psdy_product to 1. Now supplier with id=1 is default supplier for 2765 products, but, it is not set as Selected supplier. Have to do that manually, and when I do, the check-box for default supplier appears instantly. If I go to psdy_product_supplier I can only see 4 items there, the 4 products for which I have set manually selected supplier. Using Prestashop 1.7 can anybody help me also add all the products in the psdy_product_supplier ? Thanks
  6. Hi everyone, Here is my situation: I have 2765 products in my shop. Want to assigned them to the supplier X. I have found where the default supplier is located in the database - psdy_product column id_supplier. But I did not fine where the "Choose the suppliers associated with this product" and that is what I want to change, because I am about to import some 1000 products from another supplier Y and want to have them separated accordingly. Q1: how do I assign multiple products to supplier X, so that I can also see them in BO. Right now I do not, even with the default supplier set to X (id_supplier=1 in my case) ? Q2: is the "default supplier" considered default for my shop, or just the default supplier for that specific product? Thank you in advance
×
×
  • Create New...