Hello, I would like to purchase cart conditions pro module. I just wonder how to include the Serbian language?
Serbian translations of "cart conditions pro" addon
Hello,
this module, exactly like other prestashop modules can be translated in shop's back office.
So, if you use Serbian language, you can follow this:
in Prestashop 1.7 / 1.6
- open module configuration page
best regards,
milos
Witam
Witam,
To zalezy jak Pan ustawi sekcje "Schema of urls" gdzie może Pan zadecydować o wyglądzie linków:
Usunięcie .html z końcówki linku do produktu jest dopuszczalne, w związku z czym potwierdzam: tak - moduł może usunąć .html z końcówki linku do stron produktów
Jeżeli jest już Pan w posiadaniu modułu i zastanawia się jak to zrobić, to proszę postąpić w ten sposób:
- przechodzimy do ustawienia > seo & url
- scrollujemy stronę do sekcji w której ustawiamy jak mają wyglądać linki w sklepie
- mamy tam pozycję "Route to product" (Link do produktu).
- Domyślna wartość tego parametru w sklepie PrestaShop to {category:/}{id}-{rewrite}{-:ean13}.html.
- Domyślna wartość tego parametru po zainstalowaniu modułu to {category:/}{rewrite}.html
- Usuwamy końcówkę .html tak, aby link wyglądał tak: {category:/}{rewrite}
lub {category:/}{rewrite}/
- po zapisaniu zmian, linki do stron produktów będą bez koncówki .html
pozdrawiam,
Miłosz
Witam
Poszukuję modułu do wyszukiwania w Prestashop 1.6. Mam problem z konfiguracją wyszukiwarki. Potrzebuję to do części samochodowych. Domyślna wyszukiwarka po użyciu słowa "zacisk hamulcowy crafter" wyświetla praktycznie wszystkie produkty zawierające "zacisk hamulcowy" nie bierze pod uwagę "crafter". Czy Pana wyszukiwarka da radę to obsłużyć lub może da się skonfigurować jakoś domyślną wyszukiwarkę? Szukaj używając części słowa mam na NIE oraz Wyszukaj dopasowując zakończenia słowa Próbowałem na TAK/NIE Za każdym razem przebudowywałem indeks. Próbowałem też walczyć z wagami. Zrobiłem Waga nazwy produktu 6 Waga indeksu 10 Waga krótkiego opisu 1 Waga opisu 1 Reszta na 0. Chciałbym kupić jakiś moduł ale nie jestem pewien czy będzie to grało tak jak powinno. Pozdrawiam
Wyszukiwanie produktów po pełnych frazach w PrestaShop
Witam,
Niestety domyślna wyszukiwarka w prestashop nie zadziała w opisany przez Pana sposób.
Działa ona w taki sposób. że wystarczy, że zostanie odnalezione conajmniej jedno słowo - to produkt pojawi się w wynikach wyszukiwania.
Jedyną raną jest albo jakiś moduł, albo modyfikacja core wyszukiwarki (czyli w zasadzie to co robią moduły).
obydwa z modułów wyszukiwania z mojej oferty, tj:
- target search: https://mypresta.eu/modules/front-office-features/target-search.html
- block search pro: https://mypresta.eu/modules/front-office-features/block-search-pro.html
wyszukuje pełne frazy, jeżeli wpisze Pan "zacisk hamulcowy crafter" to pokażą się tylko te produkty, które zawierają każde słowo z wpisanej frazy.
Hello, I would like to purchase your module bankwire pro for e-shop. I have question, in my shop I am already using origanal wirebank, is it possible to run both of them at the same time? Thank you in advance Viliam
Is it possible to use several bankwire modules in PrestaShop ?
Default module "bankwire" and module "bankwire" from my offer work independently, so i confirm that you can use both modules at the same time.
Hi, I purchased your Color / texture attribute zoom for PrestaShop 1.7. I liked it but are you able to add color/texture name in the zoom? PS 1.7 doesn't show the color name as before when mouse over the color pick. It would be very helpful if your module could show the color names in the zoom.
A further question, can I adjust the position and font size and color? I like it to be center aligned, a little bigger font size, and change to another font color. Could you please let me know in which file and where to adjust it?
Thank you.
Feature already exist in the texture / color zoom module
As a customer you can download free upgrades of the module.
To download upgrade please log in to your customer account, and open "my orders" page
Download module there in the same way as you downloaded it first time. You will download there always recently released version of the module.
regarding to the size and style of the color text
The text shuld be centered by default, it if isn't - your browser probably remembers old .css file of the module. Please clean browser cache or refresh product page with key combination: ctrl+f5 (refresh with cache clear).
regarding to the font style (size etc.)
An easiest way to change the style of the text is a modification of module .css styles.
module has own styles file so you can alter it, here is the path to the file: /modules/colorzoom/views/css/colorszoom.css
there is a code:
.cz_cname {
text-align:center;
display:block;
clear:both;
}
to change the font-size you can add font-size:20px; like i show below:
.cz_cname {
text-align:center;
display:block;
clear:both;
font-size:20px;
padding:5px;
}
(i added also padding to add some space between color name and texture / color image)
the effect will be:
after any change to .css file remember with ctrl+f5 refresh method because there is a chance that you will not see the changes (browser remembers old .css files contents)