I found a fix, I think. I went into the invoice page and reverted it to an older history. Things appear to be working now, although there must have been a reason for the last change. I can't remember. Here's the difference between the two - only in the first lines, as far as I can tell:
The one that works:
<html>
<head>
<title>&mvt:store:name;: Invoice</title>
<base href="&mvt:global:basehref;">
<mvt:item name="head" />
</head>
the one that doesn't work:
<mvt:item name="ctgytemplate" />
<mvt:exit />
<html>
<head>
<title>&mvt:store:name;: Invoice</title>
<base href="&mvt:global:basehref;">
<mvt:item name="head" />
</head>
The one that works:
<html>
<head>
<title>&mvt:store:name;: Invoice</title>
<base href="&mvt:global:basehref;">
<mvt:item name="head" />
</head>
the one that doesn't work:
<mvt:item name="ctgytemplate" />
<mvt:exit />
<html>
<head>
<title>&mvt:store:name;: Invoice</title>
<base href="&mvt:global:basehref;">
<mvt:item name="head" />
</head>
Comment