|
I know this contribution is old but trying to get it to work. Pc Pro Creator. I have the admin working fine, but the only part that i am confused with on ats and i have had several contributions asking to put this in catalog/includes/column_left.php? In the instructions it says this. Also, is there any other changes i need to make to this code to be compatible with ats?
##### STEP 8. Edit /catalog/includes/column_left.php (where is it at on ats?) ####################################################
## FIND: (around line 25)
require(DIR_WS_BOXES . 'whats_new.php');
## REPLACE WITH:
// BOF PC Builder if (substr(basename($PHP_SELF), 0, 9) != 'compbuild') { include(DIR_WS_BOXES . 'compbuild.php'); } // EOF PC Builder require(DIR_WS_BOXES . 'whats_new.php');
Also, where is this put in ats as well?
##### STEP 10. Edit /catalog/includes/filenames.php (where is it at on ats?)
// BOF PC Builder define('FILENAME_BUILDER', 'compbuild.php'); define('FILENAME_BUILDER2', 'build/builder2.php'); // EOF PC Builder
/catalog/prduct_list.php (where is at on ats?)
thanks for your help
|