How can I remove the 'add to cart' links on the album pages but keep them in the Item Actions drop down? I've tried several different modifications to module.inc getitemlinks but adding an if, or commenting out code, disables them completely and I still want them in the drop down.
Posts: 8601
find the line:
if (isset($permissions[$item->getId()]['cart.add'])) {and change to:
if (isset($permissions[$item->getId()]['cart.add']) && $wantsDetailedLinks[$item->getId()]) {Posts: 26
Woohoo I have been looking for this for days. Thank You Thank You
:D
Karen
Posts: 9
And do you know if its possible of change "Add Photo To Cart" with a icon .gif ?
thank you