richarduk
Member
Posted 2 years ago #
Hi,
I'm endeavouring to integrate Ecommerce templates with WP - not a full integration, just partial.
ECT requires the following at the very top of their pages. If I was to put this into a WP template, would it have any impact on WP?
<?php
session_cache_limiter('none');
session_start();
ob_start();
?>
Latest WP, theme based closely on default Kubrick
MaineWebworks
Member
Posted 2 years ago #
Hi richarduk,
Have you had any success with this? I've tried to integrate ectemplates with several different CMS unsuccessfully and forgot to try WP... :| I'm going to be trying this in the next few days, but would rather not spend the time if it isn't possible.
thanks in advance! :)