View Single Post
  #10  
Old 06-23-2007, 06:37 AM
  rogue's Avatar 
rogue rogue is offline
 

X-Adept
  
Join Date: Apr 2007
Location: Loveland, Ohio
Posts: 770
 

Default Re: How to pop up a window.

The page title is the text that is shown in the browser title bar when the page pops up. Also shown in tab if you are using tabbed browsing.

The php just makes the cart and config values available in Smarty on the popped up page so you can show the user something from the cart. (if you want to).

I think that the second assign should be

Code:
$this->assign("config", $config);
__________________
Richard Williams
Rogue Wave Limited

Initial Inventory Imports
Daily Inventory Updates
Daily Inventory Reports
Drop Ship Support
Order Export to Shipper/Supplier
Shopping Feeds That Work
Programming for X-Cart

richard@roguewavelimited.com
http://www.roguewavelimited.com
Reply With Quote