Jump to content

Flower7C3

Members
  • Posts

    2
  • Joined

  • Last visited

Flower7C3's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. It works on my custom theme. You have check if updateProductList event and target element exists in Your code.
  2. In PS 1.7.6 it might be this: $(document).ready(() => { prestashop.on('updateProductList', () => { let target = $("#wrapper"); if (target.length) { $('html, body').animate({ scrollTop: target.offset().top }, 0); } }); }); This is taken from @Loboo's solutuon, but I scroll to #wrapper without animation time.
  3. I use Prestashop 1.7.6.0. When I try to edit category I have got Unexpected error: Does anyone know how to find out what is a problem?
  4. How to organize installed modules in categories on modules manage page (/admin/index.php/improve/modules/manage)?
  5. Does this module works on verson 1.7.x?
×
×
  • Create New...