ivan.redegal Posted November 20, 2014 Share Posted November 20, 2014 Hi! I use prestashop 1.5.4. I was tried to set the positión in ProductTab of hook Crosselling. In my case, I had the typical problem of "You can´t set the position of Crosselling into ProductTab". Then I do that: In my crosselling.php I add following line !$this->unregisterHook('displayProductTab') OR Also this other lines public function hookdisplayProductTab($params) { return $this->hookshoppingCart($params); } Then I try again to change position and It works ok. However I don´t see nothing of this module in code of web related to this module in product card. I review if there is any display: none. It is possible that I am in the wrong displayproductTab ?? Thanks for all. Link to comment Share on other sites More sharing options...
ivan.redegal Posted November 20, 2014 Author Share Posted November 20, 2014 Well, in this case I resolve this with the feature of adding accesories in section asociations of each product. Then I set which product I want to see related with my product card. Link to comment Share on other sites More sharing options...
kdmonk1 Posted November 20, 2014 Share Posted November 20, 2014 (edited) Try this: http://www.prestashop.com/forums/topic/243006-how-to-display-related-products-on-product-detail-page/?do=findComment&comment=1873598 Back Office -> Modules -> Type this "Products Category" in the filter/search field, then install Edited November 20, 2014 by kdmonk1 (see edit history) 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