View Single Post
  #4  
Old 09-10-2003, 01:56 PM
  finestshops's Avatar 
finestshops finestshops is offline
 

eXpert
  
Join Date: Oct 2002
Location: Toronto, Canada
Posts: 335
 

Default



Wow! I love x-guys!!!

All I had to do is

Code:
INSERT INTO xcart_config VALUES ('specialid', 'Special Product id (leave empty if not needed)', '64', 'Appearance', 300, 'text');

and now I can use this variable in any php

Code:
$specialid = $config["Appearance"]["specialid"];

and master can modify it in
"Control panel" -> "General" -> "Appearance"

Could not be better!

Uraaaa! to x-men!

__________________
Best regards,

Anton Pachkine
finestshops.com/x-cart
Reply With Quote