Computer House Home PageList of products and servicesDrivers, Utilities, Info and More!Learn more about Computer House

 How do I change the Next Item number in my MCart?

 
Answer
 
When Installing an update to the MCart program, There may be times when you want to change the number of the next Item you add to your cart.

To do this ftp into your server and change to the /www/htdocs/mcart/data directory.
In ascii mode download the shop.data file.
Using a dos editor like notepad open the file for editing.
Find the following lines

  'Inventory' => somecatagory( {
    'MaxID' => '0',
    'CatList' => {},
    'Tied' => undef,
    'VERSION' => 2
  }, 'MCart::Inventory' ),

Change the line
'MaxID' => '0',
to
'MaxID' => '100',
Where 100 is a number 1 greater than you currently have listed in your shopping cart program.
Save the file and upload it back to your server in ascii mode.

The Next item you add to your cart will have the number you entered for MaxID.
Back to Index

The Computer House Technology Center, Inc.
740 South Sixth Avenue
Galloway, New Jersey 08205
(800) 372-6834 --- FAX: (609) 748-9776

Copyright © 2001 Computer House, Inc. All Rights Reserved.