flamaster Posted March 27, 2017 Share Posted March 27, 2017 Cześć Przerabiam moduł "Popularne Produkty" tak żeby własnie na stronie głównej pod tym blokiem wyświetlił mi się kolejny blok gdzie będą wyświetlane "Nowe Produkty". I nie chodzi mi tutaj o Tabs. Całość przerobiłem z wyżej wspomnianego modułu. Mój moduł juz się instaluje, konfiguruje, zmienia pozycje itp, wyświetla produkty... no własnie... wyświetla "Popularne produkty" a nie nowe. Potrzebuję przebudować funkcję getProducts tak żeby pobierał tylko nowe. Czy ktoś może pomóc? Domyślam się że trzeba pozmieniać gdzieś coś w tym kodzie. protected function getProducts() { $category = new Category((int) Configuration::get('HOME_NEW_CAT')); $searchProvider = new CategoryProductSearchProvider( $this->context->getTranslator(), $category ); $context = new ProductSearchContext($this->context); $query = new ProductSearchQuery(); $nProducts = Configuration::get('HOME_NEW_NBR'); if ($nProducts < 0) { $nProducts = 12; } . . . . Po zrobieniu takiego modułu będę chciał na pewno zrobić moduł "Produkty w promocji" Link to comment Share on other sites More sharing options...
endriu107 Posted March 27, 2017 Share Posted March 27, 2017 Takie moduły już są i to w standardzie. Link to comment Share on other sites More sharing options...
flamaster Posted March 27, 2017 Author Share Posted March 27, 2017 Czy mógłbyś podać linki?Zaznaczam że nie chodzi mi o 4 w 1 czyli rozłożenie na tab'sach. Wszystko chcę mieć w oddzielnych rzędach. Nie o to mi chodzi (link) No i żeby moduły były kompatybilne z wersją 1.7 Link to comment Share on other sites More sharing options...
endriu107 Posted March 28, 2017 Share Posted March 28, 2017 Nowe produkty w wersji 1.7 to moduł ps_newproducts a blok promocji to ps_special z tym że chyba nie posiadają poprawnej templatki i trzeba ją dostosować. Link to comment Share on other sites More sharing options...
flamaster Posted March 29, 2017 Author Share Posted March 29, 2017 Właśnie o to mi chodziło. Dziękuję Link to comment Share on other sites More sharing options...
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