Page 1 of 1
Search found 3 matches
Re: opgelost
cURL is een vereiste extensie die in PHP geactiveerd moet zijn om de Sisow module goed te laten functioneren. Zoals in de quote te zien is, beschikt u zeer waarschijnlijk niet over de cURL extensie in PHP: Fatal error: Call to undefined function curl_init() U kunt er achter komen, door een bestand a...
Jump to post- Mon Jun 04, 2012 4:01 am
- Replies 2
- Views 1001
Re: help: Opencart user session into wordpress
You can easily check of the customer is logged, by checking the session. See below. <?php // begin the session session_start(); if(isset($_SESSION['customer_id'])) { $logged_in= true; } else { $logged_in = false; } ?> Know you know if the customer is logged in at OpenLaptop the code above can be use...
Jump to post- Sat May 26, 2012 9:30 pm
- Replies 36
- Views 52534
Re: OpenCart 1.5.1.3 Nederlands Taalpakket *02-10-2011*
Ik wil je graag bedanken voor je vertaling(en)
- Sat Oct 15, 2011 8:13 pm
- Replies 14
- Views 4255
Search found 3 matches