Jump to content

endriu107

Ambassadors
  • Posts

    11,482
  • Joined

  • Last visited

  • Days Won

    86

endriu107 last won the day on August 13

endriu107 had the most liked content!

About endriu107

Profile Information

  • Location
    Poland
  • First Name
    Andrzej
  • Last Name
    Wu
  • Activity
    Other

Recent Profile Visitors

34,952,463 profile views

endriu107's Achievements

  1. Wrzucasz na forum plik z rozszerzeniem docx zamiast po prostu wrzucić zdjęcie, ludzie są leniwi, ja jestem leniwy na tyle że nie pobiorę pliku w którym jest zdjęcie jeśli to samo zdjęcie można po prostu wrzucić bezpośrednio do posta na forum tak aby było widoczne od razu.
  2. Ok, I just check it and have same issue. You can add manually this string to translation/default/ShopNotificationsError.xlf after: <file original="controllers/front/CartController.php" source-language="en-US" target-language="en" datatype="plaintext"> <body> If you still have issue with override file you need to create file in override/controllers/front/CartControllers.php <?php class CartController extends CartControllerCore { protected function processChangeProductInCart(): void { //Here all code from this method } }
  3. Wrzuć screen jako zdjęcie a nie plik który trzeba pobrać.
  4. Those arrows inside input are added by browser when input type is number, you can hide it in css by: /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance: textfield; }
  5. You have active more then one language so you must provide products names in all languages.
  6. Check in src\PrestaShopBundle\Resources\views\Admin\Sell\Order\Order\index.html.twig there is {% block orders_kpi %} <div class="row"> <div class="col-md-12"> <div class="card card-kpis"> <div class="row orders-kpi"> {{ render(controller( 'PrestaShopBundle:Admin\\Common:renderKpiRow', { 'kpiRow': orderKpi } )) }} </div> </div> </div> </div> {% endblock %}
  7. If this is your account: https://www.prestashop.com/forums/profile/1944691-mehdi-bourechka/ it is not banned. Moderators don't care you are certified agency, prestashop partner etc. if you follows rules you shouldn't be worried.
  8. Co to znaczy że się nie wyświetla? Masz białą stronę, jakiś błąd czy przekierowanie?
  9. W panelu nie znajdziesz takiej opcji a edycja plików jest zbyt skomplikowana poza tym w wersjach 1.7 bardzo często się to zmieniało i dopiero od wersji 1.7.8 zostało to w miarę ustandaryzowane, nawet mam moduł do tego https://web4ever.pl/moduly/23-manager-kolumn-w-panelu.html Dla wersji poniżej 1.7.8 nie jestem pewien czy znajdziesz gotowe rozwiązanie, a moduł to najlepsza opcja.
  10. This is from your case: foqrlysumg - 10 sign, 3 vowels ntzlnnsqkg - 10 sign, 0 vowels fxmsjjlmhy - 10 sign, 1 vowels gtrujmjstp - 10 sign, 1 vowels oqrlysumg - 9 sign, 3 vowels ntzlnnsqkg - 10 sign, 0 vowels osrgffgpjn - 10 sign, 1 vowels uyoxwihnpk - 10 sign, 3 vowels This are real firstname and lastname that user have: Strzbrnyk - 9 sign, 1 vowels Trzciński - 9 sign, 2 vowels Brzostryk - 9 sign, 2 vowels Krzyżanek - 9 sign, 3 vowels Tschrnsky - 9 sign, 1 vowels Krzysztof - 9 sign, 2 vowels Brtislav - 9 sign, 2 vowels Schrnkopf - 10 sign, 1 vowels Thrnblstk - 10 sign, 0 vowels Blytzkrag - 9 sign, 2 vowels Grbndsson - 10 sign, 1 vowels Wrzstynyk - 10 sign, 1 vowels As you can see, there's no difference between false and true names in the number of vowels or consonants. What you're asking is possible, but I don't see how anyone could implement and use it without compromising the registration process.
  11. Czyli moduł masz nadal nieaktywny, zrób to tak jak powinno się zrobić poprzez panel zainstaluj i aktywuj moduł. Ciekawy jestem dlaczego ktoś kto na co dzień nie zajmuje się danym oprogramowaniem przyjmuje takie zlecenia, nie boisz się że przełoży się to na negatywną opinie o tobie? Nawet jeśli zrobisz coś co jakoś zadziała ale nie zgodnie ze "sztuką" jaką się stosuje w prestashop to ktoś kto się specjalizuje w prestashop i będzie robił po tobie wyleje do właściciela sklepu wiadro negatywnych komentarzy na poprzednika czyli na ciebie i policzy sobie za poprawki.
  12. Piszesz że dokonujesz zmian w plikach, czy ten moduł nie ma strony konfiguracji że edytujesz pliki? Czy moduł jest w ogóle włączony? Generalnie w przypadku modułów które nie są natywne najlepiej kontaktować się z autorem ponieważ ciężko będzie znaleźć na forum kogoś kto zna ten moduł.
  13. W pierwszej kolejności wyczyść zawartość katalogu var/cache jak to nie pomoże to włącz tryb debugowania i pokaż jakie masz komunikaty błędów.
×
×
  • Create New...