View Single Post
  #2  
Old 05-10-2011, 12:39 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Placing Shopping cart tota in header

You should create your own PHP script with the necessary logic.
And further use it output via IFrame or Ajax.

To use X-Cart functions in the script you should start the script as follows:
PHP Code:
<?php

require "./auth.php";

#your code goes here

?>

Use home.php/minicart.php as a sample.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote