In the code the developers used the two forms of tags to insert php:
<?php
and
<?
This second form of short tags may not be supported on the target server.
So you must active it in your php.ini
short_open_tag = On
Or change in your codes all the <? for <?php
It could be interesting if the developers of cartpress stop using <?
Greetings from spain.