I was looking at the printable invoice from the INVC (after a store owner sent me screenshots of what he saw) and indeed it's a mess. It looks like the CSS is missing. There is content overlaying content - it looks like it a combination of the INVC page content AND the printer_friendly_content instead of just being the printer_friendly_content
The INVC screen doesn't seem to have any sort of conditional to display just that content based on the last few lines of the template
The INVC screen doesn't seem to have any sort of conditional to display just that content based on the last few lines of the template
Code:
</section> <mvt:item name="hdft" param="global_footer" /> <mvt:item name="ga_transaction" /> </div> <mvt:item name="printer_friendly_content" /> </body> </html>
Comment