Jump to content

Loboo

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • First Name
    Jakub
  • Last Name
    Dziadek

Recent Profile Visitors

268 profile views

Loboo's Achievements

Newbie

Newbie (1/14)

11

Reputation

1

Community Answers

  1. You do not need to change anything in the database. When updating to 1.7.3.0, the file will be replaced. The problem will disappear, because there will be no limits in version 1.7.3.
  2. Short description limit you can change in BO or in database. Description limit you can change in \src\PrestaShopBundle\Form\Admin\Product\ProductInformation.php. In Prestashop 1.7.3.0 this limit will be delete.
  3. Im new prestashop 1.7.2.2 this feature is in stock. Give me address your shop. i will try make compabilty code
  4. Hi In \src\PrestaShopBundle\Form\Admin\Product\ProductInformation.php in line: 161, 165. Try change value counter and max I haven't actually tested it. 'options' => [ 'attr' => array( 'class' => 'autoload_rte', 'counter' => 6000, ), 'constraints' => array( new TinyMceMaxLength(array( 'max' => 6000 )) ), 'required' => false ],
  5. Hi, Try this $( '#products' ).on( 'click', '.js-search-link', function( event ) { var target = $( "#header" ); if ( target.length ) { event.preventDefault(); $( 'html, body' ).animate( { scrollTop: target.offset().top+300 }, 1000 ); } });
  6. I need same but for Prestashop 1.7, i dont know how i can get value from DisplayAdminProductsExtra hook and update db. Update: OK, i did it, but i have another question: Maybe someone know, how i can override product classes ?
  7. I dont know how save additional fields to table product_lang .. someone help ?
  8. Cześć Pracuje nad templatem dla Presty 1.7. I zatrzymałem się przy prostej rzeczy z którą nie mogę sobie poradzić. Już cały dzień szukam informacji na ten temat, ale wszystko co w internecie u mnie nie chce działać. Pracuje na lokalnym serwerze (XAMPP), zainstalowaną mam najnowszą jaka jest dostępnie Prestę oraz pracę zacząłem od Starter Theme + webpack. Wszystko szło super dopóki nie spróbowałem zainstalować bootstrap'a 4 do starter theme. Znalazłem instrukcje aby wrzucić pliki odpowiednio css,js do assetsów i zarejestrować je w theme.yml. Dodałem więc odpowiedni wpis, ale nic to nie dało nadal nie ładują mi się te pliki na stronie. assets: use_parent_assets: true css: all: - id: css-bootstrap4-inc path: assets/css/boostrap.css media: all js: all: - id: js-bootstrap4-inc path: assets/js/boostrap.js Proszę o pomoc, jeżeli ktoś zna rozwiązanie mojego problemu lub chociaż artykuł z którego się czegoś dowiem byłbym wdzięczny . Oficjalna dokumentacje przeczytałem ale tyle z niej wywnioskowałem co widać wyżej
×
×
  • Create New...