lancaster_unik Posted June 21, 2006 Share Posted June 21, 2006 Hi, I am currently intergrating an automated stock control feed into my OSC shop. The original code was designed for a CRE Loaded shop. I have reached a point where i have to edit the admin/index.php, the instructions tell me to edit: STEP 4 - Edit File admin/index.php Find: //end of newsdesk Add immediately after it: // added dropship database sync array('title' => BOX_HEADING_DSYNC, 'access' => tep_admin_check_boxes('dropsync.php'), 'image' => 'synchronise.gif', 'cols' => 1, 'href' => tep_href_link(FILENAME_DROPSHIP_OPEN, ''), 'children' => array(array('title' => BOX_MODULES_SYNC,'link' => tep_href_link(FILENAME_DROPSHIP_OPEN, '')), )), //end of dropship database sync THEN Find: $cn = ($i >= 9 ? 2 : 1); Change it to: $cn = ($i >= 10 ? 2 : 1); Unfortunatly i cant find any of the information in the admin/index.php file. I know this is a CRE Loaded vs Osc issue but if somebody has the knoweldge of both and can assist me in finding the relevant code to change then i will be eternally in your debt! Link to comment Share on other sites More sharing options...
lancaster_unik Posted June 22, 2006 Author Share Posted June 22, 2006 Any Thoughts anybody? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.