X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Placing Shopping cart tota in header (https://forum.x-cart.com/showthread.php?t=59247)

sdotdigital 05-07-2011 08:40 PM

Placing Shopping cart tota in header
 
I have a website that has other pages and sections other than the x-cart shopping cart. I want to have shopping cart total in header and have it show even if customer leaves the x-cart section of website. What do i have to add to a php page so i can have the Shopping cart total show up header of other sections via IFrame

qualiteam 05-10-2011 12:39 AM

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.


All times are GMT -8. The time now is 10:08 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.