osCmax v2.5 User Manual
Results 1 to 3 of 3

Need help on some customisation

This is a discussion on Need help on some customisation within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hi, I am almost ready to go live with my new OSC shop. However I am converting an existing shop ...

      
  1. #1
    New Member
    Join Date
    Nov 2003
    Posts
    21
    Rep Power
    0


    Default Need help on some customisation

    Hi,

    I am almost ready to go live with my new OSC shop. However I am converting an existing shop to OSC and want to do the following

    1. Import my existing customers to the new osc shop and email them their password.

    2. How to change the minimum order value for free shipping ? Currently it is showing
    - Free shipping for orders over $50.00

    3. How to stop the following message upon completion of an order.
    Please notify me of updates to the products I have selected below:
    List of products

    Any help on the above is highly appreciated.

    Thanks
    Kmazumdar

  2. #2
    New Member
    Join Date
    Nov 2003
    Posts
    21
    Rep Power
    0


    Default

    I figure out #2, but still need help on #1 and #2.

    Thanks
    kmazumdar

  3. #3
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    You can import anything via CSV and phpMyAdmin... (for advance users....)

    for that "Please notify me of updates.." there may be a setting to turn it off in admin...

    OR

    Change the checkout_success.php

    find and remove:

    if ($global['global_product_notifications'] != '1') {
    echo TEXT_NOTIFY_PRODUCTS . '<br><p class="productsNotifications">';

    $products_displayed = array();
    for ($i=0, $n=sizeof($products_array); $i<$n; $i++) {
    if (!in_array($products_array[$i]['id'], $products_displayed)) {
    echo tep_draw_checkbox_field('notify[]', $products_array[$i]['id']) . ' ' . $products_array[$i]['text'] . '<br>';
    $products_displayed[] = $products_array[$i]['id'];
    }
    }

    echo '</p>';
    } else

    (but only up to 'else')

    Good Luck
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •