Jump to content

mister_j

Members
  • Posts

    29
  • Joined

  • Last visited

Profile Information

  • Location
    Lithuania

mister_j's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Yes you need to update tcpdf library to new version and that error is gone
  2. How do you launch webpack, in _dev folder just run 'npm run watch' and if your configuration is ok, you should get some results
  3. You have to update logger location. in src/Adapter/HookManager.php Replace this $logger = \PrestaShop\PrestaShop\Adapter\ServiceLocator::get('logger'); with this $logger = \PrestaShop\PrestaShop\Adapter\ServiceLocator::get('\\PrestaShop\\PrestaShop\\Adapter\\LegacyLogger'); Github link https://github.com/PrestaShop/PrestaShop/commit/3371fd34d94791c962c305d0e1e423068b84cb2a
  4. You have to code that, in your cart controller, before showing carriers list, you have to check all products.
  5. Check category file, maybe it's empty
  6. Have you checked default combinations csv file ? There is best example I think.
  7. You can check forum, this was discussed before. You have to deal with field validation in authentification controller, but I am not sure.
  8. You need to make Cart controller override and make some customizations then adding product, that they will be not the same. I think it's the easiest way
  9. Hello, I would suggest you go on and make yours uploader. If you don't know you can check this post http://stackoverflow.com/questions/2704314/multiple-file-upload-in-php
  10. Everyone gets same results using block layered filter. There is paid module advanced filters or something like that, where this issue is resolved. Or you can try to play with sql configuration.
  11. Just import everything by pieces, cut maybe to 5000 products. If that gets timeout, cut to 3000 products. When I have to import huge amount of products, I make custom import modules. And run them in terminal, or using cron jobs.
  12. I think you have to append to url when you are making requests to auth controller ajax=true
  13. Hello, can you tell what you trying to achieve. Do you want to get products depending on postal code and remove them ? Or you want to prevent from adding that product to cart ?
  14. Hi, in your backoffice open modules->positions find your slider module and change position for it.
×
×
  • Create New...