Contributions
Conditions, Privacy & Shipping with MySQL v1.0
This contribution was originally written by Craig Harrison, so all credits should go to him. No major difference except this corrects a bug when you click on Privacy or Conditions in Admin.
This addon will allow you to store and update your Privacy, Shipping & Returns and Conditions of Use pages from within your admin area.
If you are upgrading from the old release, just copy over the files and everything should work fine.
Expand All / Collapse All
This zipfile contains the 3 files from the admin directory that needed to be patched to support register_globals=OFF.
Simply copy them over the existing files in the admin directory.
Register_globals off on a server in php.ini does not allow you to edit the files. You can add content and hit save but it does not work. This is a WONDERFUL mod, but I could not locate a fix on boards??
Gah! Stupid non-backslash-ifying posting code...
My previous post should have read:
This contribution is missing a small change to admin/includes/column_left.php, which means the interface for editing the privacy, conditions, shipping is unavailable!
The fix is extremely easy. Simply add the following line to admin/includes/column_left.php:
"require(DIR_WS_BOXES . 'information.php');"
This contribution is missing a small change to adminincludescolumn_left.php, which means the interface for editing the privacy, conditions, shipping is unavailable!
The fix is extremely easy. Simply add the following line to adminincludescolumn_left.php:
"require(DIR_WS_BOXES . 'information.php');"
I include a patchfile for clarity. (Stupid zip requirement.)
I cant find this in admin.. I installed it and went through every step 4 times and I cant find the link in the admin area to set these
**Attached file is no differant than 1.0a**
Here is a fix to this great mod.
I do not take any credit for this mod. I just made it work with the standard OSC 2.2 ms2 /catalog/files.
The only change you will find is to /catalog/conditions.php, privacy.php and shipping.php.
(The original files were written in a heavy mod state.)
This will be the last release. Fix some minor bugs with stripslashes both in Admin and the Catalog Side. Thanks to Craig Harrison for the original contribution.
Have Fun!
This contribution was originally written by Craig Harrison, so all credits should go to him. No major difference except this corrects a bug when you click on Privacy or Conditions in Admin.
This addon will allow you to store and update your Privacy, Shipping & Returns and Conditions of Use pages from within your admin area.
If you are upgrading from the old release, just copy over the files and everything should work fine.
Note: Contributions are used at own risk.