Kliknij by skopiować
Licencja
Usługi i rozszerzenia
Ekspresową instalację modułu wykonujemy w 1-3 dni robocze. Instrukcję samodzielnej instalacji modułu znajdziesz w Bazie Wiedzy na HelpDesk. 
To rozszerzenie pozwoli Ci używać i konfigurować moduł w wielu sklepach PrestaShop Multistore.
600,00 zł z VAT 487,80 zł netto
487,80 zł netto
600,00 zł z VAT
    488 punktów w Programie Lojalnościowym
    Wsparcie
    i aktualizacje Otrzymasz 3-miesiące dostępu do profesjonalnego wsparcia, które możesz przedłużyć, gdy będziesz go potrzebować.
    Natychmiastowy
    dostęp Dostęp do plików modułu otrzymasz natychmiast po płatności
    Faktura
    VAT Do zamówienia otrzymasz fakturę VAT
    Opis szczegółowy

    Widoczność produktów w sklepie tylko w wybranych językach

    Sprzedaż międzynarodowa

    Powiąż produkty z językami włączonymi w sklepie

    Wszystkie produkty w Twoim sklepie domyślnie dostępne są we wszystkich wersjach językowych włączonych w PrestaShop. 

    Po przypisaniu produktu do języka, produkt ten będzie dostępny tylko dla klientów korzystających z danego języka.

    Produkty i kategorie dostępne tylko w wybranych językach

    Jeśli prowadzisz sklep w kilku wersjach językowych, z tym modułem przygotujesz indywidualną ofertę dla każdego z obsługiwanych języków.

    Wygodne łączenie produktów z językami

    Pole, dzięki któremu powiążesz produkt z językami znajduje się na głównej belce w edycji produktu, na liście produktów w Katalogu produktów oraz w filtrach produktów.

    3466348188.thumbnail.png

     

    1

    Zainstaluj moduł

    Instalacja modułu odbywa się tak samo, jak innych modułów PrestaShop.

    2

    Powiąż produkty z językami pojedynczo

    W edycji produktu możesz powiązać produkt z językami dostępnymi w Twoim sklepie.

    3

    Powiąż produkty z językami masowo

    Zaznacz wiele produktów lub kategorii na liście produktów i powiąż je masowo z językami włączonymi w Twoim sklepie.

     

    Masowe powiązanie produktów z językami włączonymi w sklepie

    Wybierze "Widoczność wg języków", a następnie zaznacz języki, w których chcesz, aby produkt był widoczny. Zmiana nie wymaga zapisania produktu - zapis odbywa się niezależnie od innych zmian w produkcie, co przyśpieszy Twoją pracę z produktami.

    chrome_RGl6u03wBL.png

     

     

    Zarządzanie i przeglądanie produktów wg języków

    Wygodne przeglądanie w Back Office

    Które produkty zostały powiązane z językami?

    Aby masowo przeglądać produkty widoczne w danych językach skorzystaj z pola filtrowania dostępnego nad listą produktów w Twoim katalogu. 

    Korzystając z pola filtrów zaznacz języki, w których produkty chcesz przeglądać lub edytować.

    chrome_99WA0U7WXu.png

    Przyśpiesz ekspansję sklepu za granicą

    Współpraca z innymi modułami PrestaShow

    PrestaShop Translator

    PrestaShop Translator służy do automatycznego tłumaczenia wszystkich treści w sklepie PrestaShop. Tłumacz masowo lub polegaj na automatycznym tłumaczeniu treści, które właśnie edytujesz.

    PrestaShop Translator - automatyczne tłumaczenie sklepu w 27 językach
    Zobacz moduł

    PrestaShop Menadżer Domen

    Menadżer Domen pozwoli Ci połączyć sklep PrestaShop z wieloma domenami, np. domain.pl, domain.cz, domain.de. Powiąż języki i waluty z dodatkowymi domenami, aby pojawić się w zagranicznych wynikach wyszukiwania.

    PShow Domain Control
    Zobacz moduł

    Potrzebujesz indywidualnego dostosowania?

    Wyślij nam zapytanie o indywidualny audyt i optymalizację sprzedaży za granicami Twojego kraju.

    Changelog (v1.1)
    ## v1.1.10 - 2026-08-27
    ### Fixed
    * Hidden-language redirect on shops that serve each language from its own domain (PShowDomainControl): the 301 now lands on the default language's **own domain**. PrestaShop builds a link as `Link::getBaseLink() . Link::getLangLink($idLang)`, and `getBaseLink()` takes no language argument — the host comes from the domain being requested — so the redirect kept the hidden language's domain, where the default language is not served; the domain module then switched the visitor to whatever language that domain does allow (a product hidden in German was left on the German/Czech domain and opened in Czech instead of going to the default-language domain). The redirect target is now built with the context already switched to the default language, so host, language prefix and slug all resolve for the language the visitor is actually sent to.
    * The language buttons on the "not available in your language" (410) page had the same problem — every button pointed at the current domain, so a button for a language served elsewhere led to the wrong language. Each button is now built in its own language's context.
    * The visitor's language cookie is no longer rewritten when the 301 crosses to another domain. A cookie only reaches the host that set it, so the write could not help the target page and instead changed the language the visitor saw the next time they opened the *source* domain.
    * The "this page is not available in " notice now also appears after a redirect that changes domain. It used to travel in the visitor's cookie, which a browser only sends back to the host that set it, so on a language-per-domain shop it never reached the page the visitor landed on. The source language now travels in the URL fragment, which survives the redirect, is never sent to the server (so it cannot affect caching, canonical URLs or what search engines index) and is removed from the address bar once the notice is shown. No data is stored anywhere and no extra query is made.
    ### Added
    * Front-office notices translated to English, German, French, Spanish and Italian (Polish was already present).


    ## v1.1.9 - 2026-08-17
    ### Fixed
    * Hidden-language redirect: a product/category opened in a language where it is hidden now correctly renders in the shop default language after the 301, instead of showing the "not available in your language" (410) page on the default-language URL. The default-language target is a prefix-less friendly URL whose language PrestaShop resolves from the cookie; the cookie still held the visitor's hidden language, so the target was detected as hidden again and fell through to 410. The redirect now switches the visitor to the default language before issuing the 301. (Search-engine bots, which carry no cookie, were already redirected correctly.)

    ## v1.1.8 - 2026-07-22
    ### Changed
    * The "not available in your language" (410) page is now rendered inside the shop theme — header, footer and layout intact — with the notice and language links in the content area, instead of the previous minimal standalone page. (This page is only reached when a product/category is hidden in the shop's default language too; the normal case is a 301 to the default language.)

    ## v1.1.7 - 2026-07-20
    ### Fixed
    * The per-language hiding of product/category pages no longer depends on PrestaShop class overrides. On shops where overrides are disabled or not loaded, a product/category opened in a language where it is hidden previously still rendered normally; the hidden-language page redirect (301) / gone (410) now runs on the native `actionDispatcher` hook, so it works regardless of the shop's override configuration.
    ### Added
    * Products hidden in the current language are now also filtered out of listings (category, search, manufacturer, supplier, etc.) via the native `filterProductSearch` hook, so the hiding works on shops without the class overrides too. Where the overrides are active, the existing Db-override filter still runs and this hook is a no-op.
    ### Notes
    * Listing pagination on shops without overrides is best-effort: the count is adjusted for products removed on the current page, so cross-page totals may be slightly approximate. Category trees/menus and non-listing product blocks (e.g. related/cross-sell) are still only filtered where the class overrides are active.

    ## v1.1.6 - 2026-07-16
    ### Added
    * SEO: a product or category opened in a language where it is hidden now returns a permanent redirect (301) to the same product/category in the shop default language instead of a 404 — the already-indexed hidden-language URL keeps its ranking on the default-language page, and the visitor lands on a working page. The destination page shows a one-time "not available in " notice.
    * If the product/category is hidden in the default language too (nothing to redirect to), the page now returns 410 Gone with a "not available in your language" notice and buttons linking to the languages in which it does exist, instead of a bare 404.
    * On the standard theme, the front-office language switcher no longer offers the languages in which the current product/category is hidden (best-effort, front-end only; the redirect above is what actually protects those URLs).
    * The redirect behaviour can be turned off per shop with the `PSHOWOBL_REDIRECT_HIDDEN` configuration flag (enabled by default); when off, hidden-language pages return 410 with the notice.
    ### Fixed
    * Category override: the language/shop passed to the `actionCategoryConstructorBefore` hook were undefined variables, so the hook never received the requested language.

    ## v1.1.5 - 2026-06-16
    ### Fixed
    * SEO: a product or category hidden in a language no longer advertises an alternate (hreflang) link to that language in the page head, so search engines are not pointed at a missing page.

    ## v1.1.4 - 2026-06-16
    ### Fixed
    * New (Symfony) product edit page: the per-language availability checkboxes now load the saved state and persist your changes when you save the product. Previously they always showed empty and the selection was not saved.

    ## v1.1.3 - 2026-06-15
    ### Fixed
    * Product and category requests through the PrestaShop Webservice (e.g. `GET /api/products/{id}`) no longer fail with a 500 error.

    ## v1.1.2 - 2026-05-12
    ### Fixed
    * Visibility-by-language selector now works on the new (Symfony) product edit page in PrestaShop 8 / 9 — added `actionProductFormBuilderModifier` and `actionAfterUpdate/CreateProductFormHandler` hooks; previously only the legacy AdminProducts page was supported.

    ## v1.1.1 - 2024-01-23
    ### Fixed
    * Add sql alias 'ps' for some prestashop 1.7 versions

    ## v1.1.0 - 2023-09-07
    ### Added
    * Set visibility of the category by language

    ## v1.0.2 - 2023-03-23
    ### Fixed
    * Improve support for Prestashop versions 1.7.0-1.7.3 - backoffice detection and sql query overriding

    ## v1.0.1 - 2023-03-07
    ### Fixed
    * Fix backofice product list filter - not all products were visible

    ## v1.0 .0- 2022-10-01
    ### Added
    * Initial version of the module
    Komentarze ()
    Opinie zamieszczane w naszym sklepie nie są w żaden sposób sponsorowane. Weryfikujemy również, czy zostały dodane przez klientów, którzy dokonali u nas zakupów. Jeśli chcesz dowiedzieć się więcej na ten temat zapoznaj się z naszym Regulaminem.
    Patryk P
    2023-06-28
    Działa jak producent obiecuje :)

    Napisz komentarz lub pytanie

    Twoja aktywność może być pomocna dla społeczności. Dodając opinię wyrażasz zgodę na przetwarzanie swoich danych osobowych. Zapoznaj się z naszą Polityką Prywatności.

    • Rating:

    Wymagania techniczne

    Wymagania techniczne

    Wsparcie i aktualizacje

    Wsparcie = Aktualizacje + HelpDesk

    Otrzymujesz 90 dni (3 miesiące) dostępu do kompletnego pakietu wsparcia PrestaShow.

    Aktualizacje modułów
    Moduły poinformują Cię o dostępnych aktualizacjach. Zapoznaj się z listą zmian (changelog) i wykonaj aktualizację modułu 1-kliknięciem bezpośrednio w Twoim sklepie.

    Panel HelpDesk  
    To panel, w którym dostarczymy Ci pomoc. Na HelpDesk możesz zgłaszać problemy, zamówić darmową instalację i aktualizację modułu oraz zamawiać modyfikacje i indywidualne prace programistyczne.

    > > > Wydłuż wsparcie   
    Po wygaśnięciu wsparcia możesz korzystać z modułu bez żadnych ograniczeń. Dostęp do wsparcia możesz odnowić w dowolnym momencie, gdy będziesz tego potrzebował.

    Baza Wiedzy & FAQ

    Za darmo na zawsze

    Baza wiedzy  
    Jest dostępna dla wszystkich. Znajdziesz w niej dokumentacje modułów oraz instrukcje, filmy i odpowiedzi na najczęściej zadawane pytania. 

    Licencja

    Dożywotnia licencja na moduł

    Pełna treść licencji 

    Instrukcja obsługi panelu zarządzania modułami 

    Dodatkowe domeny dla Multistore

    • Wszystkie nasze moduły obsługują PrestaShop Multistore.
    • Obsługa nielimitowanej liczby domen dla PrestaShop Multistore wymaga zakupienia obsługi multistore dla modułu.

    Modyfikowanie kodu

    • Kod modułu związany z integracją ze sklepem oraz z wyglądem (.tpl, .css, .js) ma otwarty kod źródłowy i możesz go dowolnie modyfikować.
    • Kod źródłowy modułu (.php) szyfrowany jest ionCube, a jego modyfikacja wiąże się z utratą gwarancji.

    Demo

    Demo - przetestuj moduł

    • Ten moduł nie posiada sklepu demo