This is a discussion on Preorder Mod within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Ok i posted a question yesterday in the features forum requesting help in setting up the ability to place preorders ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Ok i posted a question yesterday in the features forum requesting help in setting up the ability to place preorders in osCMax with no luck as far as a response goes. However I have continued to look and came across this contribution on the osCommerce site. http://www.oscommerce.com/community/...earch,preorder I am not sure if this is going to help me or not but i want to install it on my test system to check it out. This is what i ahce done so far. 1. I've added the preorder info box via the infobox admin panel as opposed to modifying the files as sugested in the Readme.txt. I began to modify manually until i noticed that due to modification on osCMax this didn't make sense. 2. I added the preorder.php file to catalog/includes/boxes/ 3. This is where i am stumped. this is what the Readme.txt tells me to do Quote:
I did find the line mentioned in the seconed part on line 16 and i think all i need to do here is cut and paste. So i still don't know if this is going to help me out but i'd like to check and see since there doesn't seem to be much activity on my original post and i really would like to have this feature on my site. |
|
#2
| |||
| |||
| Can anyone help me with this. I am assuming it is a bts issue but the Readme is written for stock oScommerce. |
|
#3
| ||||
| ||||
| Take code: Code: <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> Code: <td class="pageHeading"><?php echo HEADING_TITLE;
}
if ($sql_add == 'pre')
{
echo Preordini; ?></td>
|