WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: daydreamer on July 13, 2013, 08:41:56 AM

Title: Print items
Post by: daydreamer on July 13, 2013, 08:41:56 AM
I'm using the last items snippet to show all items on one page. Is it possible to create a print page with items?
With a different template so items can be printed like a brochure ? Or downloaded as a PDF
Title: Re: Print items
Post by: Tez Oner on July 15, 2013, 06:54:03 PM
Hey DayDreamer,

could be maybe done with a 'print' CSS file like;

<link rel="stylesheet" type="text/css" href="print.css" media="print">

This CSS is used when the page is being printed, so certain classes and divs
can be removed / styled to fit a particular amount of pages.


Cheerz,

Tez Oner