IncreaseDecrease Price by x% v2.1

Instructions for Installing on osCommerce v2.3.x


Contents


 

Features


 

Support


 

Contribution Link


 

Credits

 

 

Install Instructions


  1. First, locate the folder that refers to the version of osCommerce you have installed. The files in this contribution are organized into 2 folders: osCommerce 2.2ms2 files and osCommerce 2.3 files

    UPLOAD the files in the 1_New_Files_to_upload folder & keep the directory structure!!!

    NOTE: If your shop is in a different folder than "catalog" or if it is in the root folder, adjust that in the paths below.
    NOTE: If you changed the name of your admin directory, the files will have to be loaded into that directory.
    catalog/admin/prices_per.php
    catalog/admin/includes/language/(your language)/prices_per.php

  2. The following files will be updated with some small bits of code. You can use a file comparison program like Beyond Compare to compare the files in the 2_Existing_Files_to_Compare folder with your shop's files.

    /catalog/admin/includes/filenames.php
    /catalog/admin/includes/boxes/tools.php
    /catalog/admin/includes/languages/english.php
    /catalog/admin/includes/functions/general.php

    Alternately, you can search each file for the following text and see what should be changed:
    // BOF: Increase/Decrease price by x%

    --or-- you may continue on with the following instructions to modify your files...

  3. OPEN /catalog/admin/includes/filenames.php


    Find:


    Add After:

  4. OPEN /catalog/admin/includes/boxes/tools.php


    Find:


    Add After:

  5. OPEN /catalog/admin/includes/languages/english.php


    Find:


    Add After:

  6. OPEN /catalog/admin/includes/languages/espanol.php


    Find:


    Add After:

  7. OPEN /catalog/admin/includes/functions/general.php


    Add the following at the end of the file just BEFORE the ending ?>

 

Finished !