Update Product Prices – Step 1

[insert_php]
if (empty($_REQUEST[“admid”])) { echo “no admin link”; $admid = 0; }
else { $admid = $_REQUEST[“admid”]; }
if (empty($_REQUEST[“hpass”])) { $hpass = ”; }
else { $hpass = $_REQUEST[“hpass”]; }

[/insert_php]

Step 1: Upload Product Price File

Instructions:
1. Export price list and save as a CSV file (no spaces or special characters) on your computer;
2. Click “Select File” and find your saved CSV file on your computer;
3. Highlight and choose the file;
4. Once you see your file name in the box, click on “Upload File”;
5. Wait until you see the message that your file uploaded successfully;
6. Make a note of your file name;
7. Click on “Continue to Step 2” or follow instructions again to upload more files.

[wordpress_file_upload]

You may upload multiple files using the upload tool, as long as they have distinct names. Once you have updated your full file set, continue to Step 2

[insert_php]
echo “

Continue to Step 2“;
[/insert_php]