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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| I figure out #2, but still need help on #1 and #2. Thanks kmazumdar |
|
#3
| ||||
| ||||
| 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 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! |
| Sponsored Links | ||
| ||
| |