The shop is in a sub folder. the paths are all correct to the other files in the dwzCart. Just has not created the xml folder or file. When i click on "Create Cart" no errors. //********************** // DwZone Shopping Cart //********************** require_once("../dwzCart/dwzCartClass.php");
//********************** // DwZone Shopping Cart // Insert Cart Instance // Version 1.0.26 //********************** $objCart = new dwzCart(); $objCart->cartName = "Ferndene"; $objCart->CreateCart(); //Insert Cart End Code
Thanks, Andre |
|
|