Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 23rd, 2012  |  syntax: None  |  size: 0.59 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $modx->addPackage('visioncart', $modx->getOption('core_path').'components/visioncart/model/');
  2.  
  3. $modx->getManager();
  4. $modx->manager->createObjectContainer('vcShop');
  5. $modx->manager->createObjectContainer('vcCategory');
  6. $modx->manager->createObjectContainer('vcProductCategory');
  7. $modx->manager->createObjectContainer('vcProduct');
  8. $modx->manager->createObjectContainer('vcOption');
  9. $modx->manager->createObjectContainer('vcOptionValue');
  10. $modx->manager->createObjectContainer('vcProductOption');
  11. $modx->manager->createObjectContainer('vcModule');
  12. $modx->manager->createObjectContainer('vcOrder');