okay thinking about using this and wondering ...
i have shopping cart software
http://cg-hq.com/dlg/cart/
is there a way to intergrate that page into vbulletin that way i have a the same header and footer and color scheme or is there a way to create the header footer on this page ? i still need to keep function of the cart software
would this be what i am needing ?
here is some more info to help
The shopping cart uses a simply HTML based template.
Modify the Cart Layout:
The small code snippet: <?php include("dlgcart.php"); ?> is used to display the actual shopping cart information.
The small code snippet: <?php include("cartmenu.php"); ?> is used to display the shopping cart category menu. This needs to be pasted AFTER the dlgcart.php tag as shown above.
The small code snippet: <?php include("cartcontents.php"); ?> is used to display products your customer currently has in their shopping cart. This needs to be pasted AFTER the dlgcart.php tag as shown above.