pbpo Posted August 14, 2015 Share Posted August 14, 2015 (edited) Witajcie,Chciałbym zrobić modyfikację która polegała by na ustawieniu by stroną główną była jakaś stronka CMS, a z kolei sklep był pod zakładką w menu górnym.Wersja PS - 1.6.0.9Próbowałem wykorzystać znaleziony w sieci poradni ale ten tyczył się wersji 1.4 gdzie od tam tego czasu sporo się zmieniło.Ma ktoś pomysł jak by wykonac taką modyfikację ? ------------------------------------------EDIT ------------------------------------------ Dla potomnych plik: /controllers/front/IndexController.php Następnie w metodzie (funkcji) o nazwie initContent() po kodzie: parent::initContent(); dodajemy kod (zamieniając cyfrę 3 na ID strony CMS która ma być uruchomiona zamiast strony głównej): $link = new Link();$cms = new CMS(3, (int)$cookie->id_lang);$url = $link->getCMSLink($cms, null, null, (int)$cookie->id_lang); header("HTTP/1.1 301 Moved Permanently");header('Location: '.$url);exit; Edited August 17, 2015 by pbpo (see edit history) Link to comment Share on other sites More sharing options...
mmmtxxx Posted August 31, 2016 Share Posted August 31, 2016 Dzięki bardzo 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