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.
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.
Thanks Paul!
Also I see this link.
I implement this funcionality of next and previous and it same to work well.
Now I need to implement the more and less of quantity in product.tpl.
Hi!
I need to add the following funtionality to my product.tpl.
Next and previous for to navigate in the same product to the next and previous product of the same category.
Also I need to add and subtract the quantity to get to the product cart with to simple buttom like - and +.
If anyone found some topic related to this or same workarround of how to do that.
Thanks for any help.
Hi all!
In my case I have prestashop 1.5.3.1, and I have the same problem "AdminCategories.php" is not exist in my "YouSiteRoot/YuurAdminFolder/tabs/AdminCategories.php"
Then, what is the post that I need to follow to solve this.