Active
Project:
Acquia Prosper
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2011 at 18:29 UTC
Updated:
1 Apr 2011 at 08:50 UTC
I installed the uberdrupal profile with the acquia prosper theme. I wanted to print the products , so used the print module for printer friendly version . The printer friendly version does not show the content, but it shows everything else. I tried it using with other themes , the printer friendly version shows alright. Could be with the acquia prosper theme. Thanks
Comments
Comment #1
batigolixproblem is caused by the $fusion_uc_body variable in the node-product.tpl.php template in the acquia_prosper theme folder on line 32
replace it with $content and your printer friendly page works fine
i did not find a real solutions but as i'm using display suite for the layout of my product page i was able to remove the node-product.tpl.php entirely. drupal than falls back on the node.tpl.php, which works fine with the print module