Miva Merchant Development by Scot's Scripts

SHADOWS: Printing Problems

Miva Knowledge Base
SHADOWS: Printing Problems

WARNING:

This information is offered "AS IS" for internal reference only. Use at your own risk.
Does AI actually understand your Miva Merchant store? Our smart JSON-LD schema generator makes sure it does. Contact us to get started. (more info)

SHADOWS: Printing Problems

Scot Ranney • February 16, 2024 (updated: February 17, 2024)


THIS CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED;
THE AUTHOR DISCLAIMS ALL LIABILITY FOR ANY DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR STORE DISRUPTIONS ARISING FROM ITS USE.


If you are making a print only document using Shadows CSS make sure the content is inside the "main" tags. 

... header stuff ...

<p>This will not print.</p>

<main>
	<p>
		Only stuff in the "main" tag will print.
	</p>
</main>

... footer stuff ...

Suggestion: If you need a print only document, use bootstrap 5 to set up a simple template that uses a CSS framework designed for both web and print.


https://www.scotsscripts.com/mvblog/shadows-printing-problems.html

mvkb_print mvkb_shadows