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!
Bookmarks