---- dataentry snippet ----
type : snippet #do not change this line
category : receipt #mention the category like 'shipping', 'checkout' etc
name : Print CSS on the receipt #the name of the snippet
description : #description about snippet
versions_tags : #compatible versions
reference_url : http://forum.foxycart.com/comments.php?DiscussionID=175&page=1 #Item_4 # External link
tags_tags : snippets, receipt, advance #tags, separated by commas.
date_dt : 2011-05-27 #the date in YYYY-MM-DD format
----
===== Print CSS on the receipt =====
Go into the receipts admin (under templates) and copied the location of the standard foxycart css file.
Paste it in a browser window and copied the css into my own file.
Wrapped everything pasted in the following and then name print.css and uploaded to the server.
@media print{
...
}
Go into receipt template admin and paste the following right beneath where foxycart's is called.
In above code media is changed from screen to print.
===== Related Forum Discussions =====
* http://forum.foxycart.com/comments.php?DiscussionID=175&page=1#Item_4