Script Installation - Step 1
Please change the file permissions to 777 for the following files and/or folders:
config.php
Legend
| Max Import Time | The amount of time (in seconds) to allow the datafeed import script to execute. Set to 0 for unlimited time (depending upon your PHP installation you may still be limited to 30 seconds). |
| Datafeed Directory | The relative directory where you store your datafeeds on your server. Leave alone if you are not sure. |
| Products per Page | The number of products to display on each product listing page. |
| Batch Delay | Use for VERY large datafeeds (e.g. > 5-100MB) or where your host limits the amount of CPU that your scripts can consume. If you set products per batch to something other than 0, then the datafeed import will load the database in smaller batches and delay n number of seconds based on this setting between loading each batch of records. |
| Products per Batch | If you want to load your datafeeds in batches of records (to reduce CPU, or to load huge datafeeds), set the products to batch to something other than 0. Setting to 0 will load the entire feed in one pass. |