| Portal Home | Client Area | Announcements | Knowledgebase | Support Tickets | Downloads |
Knowledgebase
You are here: Portal Home > Knowledgebase > Software/Scripts > MTCart2 > How to use Easy Products Data Import 2?
How to use Easy Products Data Import 2?
|
This module is developed to import pins in bulk; but it still has few bugs and doesn't work in every hosting enviroment. We recommend you to use phpMyAdmin to import your pins in bulk. Check the table "m2_products_to_pin",it has the following 4 fields:
As you can see, a CSV file can be used to import the pins into your database using the phpMyAdmin Import interface. Sample: 1234567894;24;12;T (this means the pin number "1234567894" is assigned to product with id "24" and customer with id "12" bought this Pin, so the status is set to "T". Sample2: 23456789543;24;0;F (this means the pin number "23456789543" is assigned to product with id "24" and it's not sold yet, therefor the customer id is set to "0" and status to "F". |