Bulk Export Functionality
Export large product catalogs to CSV or Excel format. Handles thousands of products efficiently with background processing.
The Product Management interface (Inventory_Productslist.php) is a legacy PHPMaker-generated view for managing products. This interface has been largely replaced by the modern Catalog Overview but remains available for specific use cases like bulk exports and backward compatibility.
Export large product catalogs to CSV or Excel format. Handles thousands of products efficiently with background processing.
Use PHPMaker’s advanced search interface to find products using complex field-level queries and filters.
Edit product details directly in the table grid without opening separate edit pages for quick updates.
Access product data using the original interface structure for backward compatibility with existing workflows.
The legacy Product Management interface can be accessed in two ways:
/Inventory_Productslist.php###1. Product List View
The interface displays a paginated table with the following columns:
Core Product Information:
[OTP] for One-Time Products)Custom Fields:
Dimensions & Weight:
Pricing:
Inventory Quantities:
Additional Fields:
At the top of the page, use the basic search box to quickly find products:
Select Search Type
Choose between “All words” or “Any word” matching.
Enter Search Term
Type your search keyword(s) in the search box.
Click “Search” Button
The list updates to show matching products.
Reset Search
Click “Reset” to clear the search and show all products.
Click “Advanced Search” to access field-level filtering:
Click “Advanced Search” Link
Opens the advanced search panel with all available fields.
Select Fields and Operators
For each field, choose:
Add Multiple Criteria
Combine multiple field searches using AND logic.
Click “Search” Button
The list updates to show only products matching all criteria.
Clear Advanced Search
Click “Clear” to remove all advanced search filters.
Available Operators:
= Equals<> Not equal to< Less than<= Less than or equal to> Greater than>= Greater than or equal toLIKE ContainsNOT LIKE Does not containStarts with Begins with textEnds with Ends with textIS NULL Empty/null valueIS NOT NULL Has a valueEdit product details directly in the table:
Click the Edit Icon
Click the pencil icon next to the product row you want to edit.
Row Becomes Editable
The row fields become editable text boxes and dropdowns.
Make Your Changes
Update the fields you want to change.
Save or Cancel
Export your product catalog in various formats:
Click “CSV” Export Link
Located at the top of the page.
Download Begins
Your browser downloads a CSV file named Inventory_Products.csv.
Open in Spreadsheet Software
Open the file in Excel, Google Sheets, or any CSV editor.
For catalogs with more than 1,000 products:
Click “Export Products” Button
From the Catalog Overview toolbar, or use URL parameter ?export2=csv2.
System Checks Catalog Size
Use Export Products Report
For large catalogs, go to Reports > Export Products to generate the CSV in the background.
Click “Excel” Export Link
Located at the top of the page.
Download Begins
Your browser downloads an Excel file named Inventory_Products.xls.
Open in Microsoft Excel
Open the file in Excel or compatible software.
For Amazon-compatible inventory files:
Use URL Parameter
Navigate to /Inventory_Productslist.php?export=txt.
Download TXT File
File downloads as Amazon_QOH.txt in Amazon’s expected format.
Upload to Amazon
Use this file for Amazon inventory updates.
Add a new product from this interface:
Click “Add Record” Link
Located at the top of the page.
Fill Out Product Form
Opens /Inventory_Productsadd.php with all product fields.
Enter Required Fields
At minimum, provide:
Click “Add” Button
Product is created and you return to the product list.
Open a single product’s detail page:
Click the “View” Icon
Click the eye icon next to any product row.
Product Detail Page Opens
Opens /Inventory_Productsview.php with full product details.
Click “Edit” to Modify
Opens /Inventory_Productsedit.php for detailed editing.
Save Changes
Click “Save” to update the product.
Duplicate an existing product:
Click the “Copy” Icon
Click the copy icon next to the product row.
Add Product Form Opens
All fields are pre-filled with the source product’s values.
Change the SKU
Required: You must provide a unique SKU for the new product.
Modify Other Fields
Update description, quantities, or other fields as needed.
Click “Add” Button
New product is created with the copied values.
Navigate through large product lists:
Records Per Page: Change the dropdown at the top to show 10, 20, 50, 100, 200, 500, or 1000 records per page.
Each column header has a filter box:
Tip: You can filter multiple columns simultaneously to narrow down results.
Use the Catalog Overview for day-to-day product management. Reserve this legacy interface for exports and advanced searches.
Regularly export your product catalog to CSV as a backup. Store these exports securely for disaster recovery.
Use filters and advanced search to narrow down products before exporting. This creates smaller, more focused export files.
Always check that a SKU doesn’t already exist before adding a new product. Duplicate SKUs will be rejected.
When you need to find products based on multiple criteria (e.g., all products from a specific supplier with QtyGood > 0), use Advanced Search.
Inline edits save immediately. Double-check your changes before clicking the checkmark icon.
Problem: When clicking “Export Products”, you’re redirected to the Reports section instead of getting an immediate download.
Solution:
This is Normal for Large Catalogs
Catalogs with more than 1,000 products are processed in the background.
Go to Reports Section
Navigate to Reports > Standard Reports or Reports > Export Products.
Generate Export Report
Run the “Export Products” report to create your CSV file.
Download When Ready
The system will notify you when the export is complete, or check back in a few minutes.
Problem: Advanced search isn’t returning the expected products.
Solution:
Check Your Operators
Ensure you’re using the correct comparison operator (e.g., LIKE for partial matches, = for exact matches).
Verify Field Values
Make sure your search values match the exact format in the database (e.g., “Y” not “Yes” for serial numbers).
Clear and Retry
Click “Clear” to reset all advanced search criteria and start over.
Try Basic Search Instead
For simple searches, the basic search box is often faster and easier.
Problem: Error message “SKU already exists” when trying to add a new product.
Solution:
Search for the Existing SKU
Use basic search to find the product with that SKU.
Update Existing Product
If this is the correct product, edit it instead of creating a new one.
Use a Different SKU
If you need a separate product, choose a unique SKU code.
Check for Typos
Verify the SKU doesn’t have extra spaces or different capitalization.
Problem: Changes made via inline editing don’t seem to save.
Solution:
Click the Checkmark Icon
Make sure you clicked the checkmark (save) icon, not just clicking away from the row.
Check for Error Messages
Look for validation error messages displayed above the table.
Verify Permissions
Ensure your account has edit permissions for products.
Use Full Edit Page
Click the “Edit” icon to use the full product edit page for more complex changes.
Recommended for Modern Product Management:
Also Available:
This legacy interface remains available for backward compatibility and specific export scenarios. For the best user experience and access to modern features, we recommend using the Catalog Overview interface for daily product management tasks.