This is a discussion on PC Pro Creator within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; http://www.oscommerce.com/community/...c+pro+computer I am new to oscMax, I am looking to port PC Pro Creator over. I have it working on ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| http://www.oscommerce.com/community/...c+pro+computer I am new to oscMax, I am looking to port PC Pro Creator over. I have it working on my oscommerce site now. I have installed it and got the admin part of it working perfectly, however the actual module does not work on the main page. I have read that there is no longer a header, column left, and column right, footer etc, and that is moved to the template folder. These are all of the ones that are in this module that need to be converted to run with BTS and linked to the template folder. require('includes/application_top.php'); require(DIR_WS_LANGUAGES . $language . '/compbuild.php'); <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> All these are in the code and I tired to add this require(DIR_WS_TEMPLATES . TEMPLATENAME_MAIN_PAGE); I replaced the mian_page with this main_page.tpl.php. The link to the templates was DIR_WS_Templates. My question is this mod is being wrapped around with the header, footer, left, and right to make up the page. How would I get this main_page.tpl.php act as the header, left, right, footer and application? Does this look like a difficult mod to work with BTS? Any help would be appreciative. I am one of those guys to try to get this to work myself and have spent many hours to try to figure this out, but I haven't had much luck and not a strong programmer. I really need this mod to work because I am in the computer business and my clients like to customize there own systems. Do you think we could get this to work with oscmax2? thanks for your time. Congrats on your excellent product. |
|
#2
| ||||
| ||||
| You have to make sure that the contribution is BTS complaiant. You are correct many of the functions in the oscommerce version are now using templates. http://oscdox.com/index.php?op=modlo...sDocumentation |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Let's port Custom PC Creator 2.0 BETA mod to MS2-MAX | damnedpig | osCMax v1.7 General Mods Discussion | 7 | 07-16-2006 09:05 AM |
| Please help help ...... im stuck.....pc pro creator | dapper | osCommerce 2.2 Modification Help | 0 | 11-11-2005 12:43 PM |
| automatic thumbnail creator | tommygunner | osCMax v1.7 Discussion | 4 | 04-27-2005 09:15 AM |
| Custom PC Creator Applications | kama_k | osCMax v1.7 General Mods Discussion | 1 | 11-21-2004 03:10 PM |