lucek Posted August 26, 2016 Share Posted August 26, 2016 Mam problem ze skórką Warehouse albo z samą prestą. po usunięciu produktów i wrzuceniu ich od nowa, przestały się wyświetlać ceny. W panelu administracyjnym są ale ogólnie na stronie już nie bardzo. Proszę o pomoc, wygląda to tak: http://bit.ly/2bTBEV2 wszędzie jest problem, na listingu produktów, na szybkim podglądzie, na stronie produktu Link to comment Share on other sites More sharing options...
0 lucek Posted August 26, 2016 Author Share Posted August 26, 2016 Ok, znalazłem przyczynę tego problemu ale nie wiem jak to hurtowo odwrócić. Otóż przy produkcie były wyłączone opcje jak niżej, włączyłem je i wszystko wróciło do normy ale jak dla przeszło 2k produktów hurtem przywrócić cene i koszyk? Opcje sprzedaż (tryb katalogu jeśli nieaktywne) Pokaż cenę Link to comment Share on other sites More sharing options...
0 () Maciej () Posted August 26, 2016 Share Posted August 26, 2016 Trzeba by pobawić się w bazie danych i odszukać odpowiednią tabelę. Tak to można zrobić najszybciej. Link to comment Share on other sites More sharing options...
0 e_com Posted August 26, 2016 Share Posted August 26, 2016 Zaloguj się adminerem lub phpmyadminem do bazy danych presty. Wykonaj zapytanie sql: UPDATE `ps_product` SET `on_sale` = 0 WHERE `on_sale` = 1; UPDATE `ps_product_shop` SET `on_sale` = 0 WHERE `on_sale` = 1; Jeśli masz inne prefiksy tabel, to oczywiście "ps_" zmień na swój prefiks. Link to comment Share on other sites More sharing options...
0 lucek Posted August 26, 2016 Author Share Posted August 26, 2016 @e_com poszedłem Twoim tropem i poprawiłem conieco Rozwiązanie odrobinę inne ale poszlaka dobra UPDATE `ps_product` SET `show_price` = 1 WHERE `show_price` = 0; UPDATE `ps_product_shop` SET `show_price` = 1 WHERE `show_price` = 0; UPDATE `ps_product` SET `available_for_order` = 1 WHERE `available_for_order` = 0; UPDATE `ps_product_shop` SET `available_for_order` = 1 WHERE `available_for_order` = 0; temat można zamknąć. Rozwiązane Link to comment Share on other sites More sharing options...
0 e_com Posted August 26, 2016 Share Posted August 26, 2016 Faktycznie coś mi się pomerdało `on_sale` to włącza lub wyłącza produkt. Link to comment Share on other sites More sharing options...
Question
lucek
Mam problem ze skórką Warehouse albo z samą prestą.
po usunięciu produktów i wrzuceniu ich od nowa, przestały się wyświetlać ceny. W panelu administracyjnym są ale ogólnie na stronie już nie bardzo.
Proszę o pomoc, wygląda to tak: http://bit.ly/2bTBEV2
wszędzie jest problem, na listingu produktów, na szybkim podglądzie, na stronie produktu
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now