Persona Xtradb Cluster | Error Installing Cs-Cart On Pxc Mode Enforce

Hi All,

I am trying to install cs-cart using existing shared database server with sample data. The server is running Percona XtraDB Cluster. I keep getting following error. Just wondering if any one has similar experience? Is there any fix without changing the database PXC mode?

PHP Fatal error: Uncaught Tygh\\Exceptions\\DatabaseException: Percona-XtraDB-Cluster prohibits use of DML command on a table (cscart.cscart_companies) that resides in non-transactional storage engine with pxc_strict_mode = ENFORCING or MASTER (1105)

REPLACE INTO `cscart_companies` VALUES (1,'A','Simtech','en','Boston street','Boston','MA','US','02125','simtech@example.com','16175556985','http://example.com','','','none','Y',NULL,1269610461,'1','',0,'',NULL);

.......................