Quote Originally Posted by lhungil View Post
Glad you were able to get the profiles working. Out of curiosity are you using Zen Cart 1.5.0 or 1.5.1? There was a bug in the original Zen Cart 1.5.0 release which did not allow you to update authorization for existing profiles.

I have not tested or used this feature myself, but you can probably just replace the block with:
Code:
<br style="page-break-before:always" />
I believe the admin pages in Zen Cart use XHTML 1.0 Transitional - which requires closing the br tag. The extra span was required to stop browsers from seeing an empty div / span and removing the div / span when rendering the page. This should not be needed if you are using a <br /> instead. Let us know if the change works!
Thanks for the reply. This is a 1.5.0 install. I'll get them to 1.5.1 to fix that problem. I did test the code I posted in the earlier post and it works fine. I'll add the closing tag on the break and remove the span tag to test. Back in a few with the results.