Jump to content

MLipski

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by MLipski

  1. Hello, I would like to ask about products page. How can I add arrows prev/next to gallery? I mean the arrows which switch me to next or previous photo when I click on it. Greetings
  2. Witam serdecznie, wiecie może jak dodać do galerii produktu strzałki nawigacyjne previous/next?
  3. Witam, powraca problem dodatkowych pól. Robię wszystko wg tutoriala: https://pskrk.com/dodanie-dodatkowego-pola-opisu-w-kategorii-presta-shop-1-6/ Lecz nie mogę znaleźć /controllers/admin/AdminCategoriesController.php. Przeszukiwałem folder kilka razy, próbowałem rozklikiwać inne foldery oraz sprawdziłem na czystej Preście. Nie wiecie co mógłbym w tej sytuacji zrobić?
  4. Hello, I added to product page an input field and I added a column to ps_product in database, but I don't have any idea to save the value of this input to database. Where I can do the SQL query to add this value to databse? I added a form by views/templates/hook/ <div class="m-b-1 m-t-1"> <fieldset class="form-group"> <div class="col-lg-12 col-xl-4"> <label class="form-control-label">{l s='Przykladowe pole' mod='dodatkoweZakladki'}</label> <input class="form-control" name="custom_field" type="text"> </div> </fieldset> <div class="clearfix"></div> </div> I'll be grateful for any responce.
  5. Witam serdecznie! Wstawiłem pole input do strony dodawania/modyfikacji produktu oraz dodałem kolumnę do ps_product, lecz nie mam pojęcia co zrobić by po kliknięciu 'zapisz' wywołać funkcję, która zapisze dane do bazy. Formularz dodałem przez views/templates/hook/ <div class="m-b-1 m-t-1"> <fieldset class="form-group"> <div class="col-lg-12 col-xl-4"> <label class="form-control-label">{l s='Przykladowe pole' mod='dodatkoweZakladki'}</label> <input class="form-control" name="custom_field" type="text"> </div> </fieldset> <div class="clearfix"></div> </div> Będę wdzięczny za choćby nakierowanie
×
×
  • Create New...