2013年11月6日星期三
2013年11月5日星期二
Excel - Setting Up The Worksheet
Excel - Setting Up The Worksheet
ShipRush works with spreadsheets in the Excel format. Excel versions 2000, XP, 2003 and 2007 can be used. Most modern Excel file types work with ShipRush: .xls, .xlsx, and .xlsb files are supported.
ShipRush reads from the spreadsheet into the ShipRush Order Manager. From the Order Manager, you can ship one-at-a-time or in bulk. Tracking numbers can be written back into the spreadsheet.
Properly Named Worksheet
The data must be in a worksheet named either "shiprush" or "sheet1" as shown:
Column Names Set
The worksheet needs to have appropriate column names to identify the data. A basic set of columns is required. Additional columns are optional.
Column names are set by simply typing the names in row 1 of the worksheet:
Column Format (aka Data Type)
This step is required on Excel 2007 and higher if the PostalCode and/or OrderID columns contain any non-numeric data.
Simply select the entire column, right click, select Format Cells, select Text (as shown below), and press OK. Do this for both the PostalCode and OrderID columns.
This worksheet is ready to go:
Required column names:
- Contact
- Company
- Address1
- City
- State
- PostalCode
- OrderID
- TrackingNumber
- IsShipped
The TrackingNumber column should be empty. This is where ShipRush will write tracking numbers. Note that any data in this column will be overwritten by ShipRush.
Additional Optional Columns
- Address2
- Country
- Phone
- IsPaid (use value of Y if true)
- IsShipped (use value of Y if true)
- ItemSKU
- ItemAccountingID
- ItemID
- ItemDescription
- ItemQuantity
- ItemPrice
- ItemTotal
- TotalWeight
- OrderNum (note: If OrderNum is empty, the OrderID value will automatically flow into OrderNum)
- OrderDate
- CustomerPO
- ApprovalTransactionID
- MarketingCode
- Reference
- To merge this onto the shipment reference line, use the option in Order Manager settings to set the Reference field, and enter %Reference%
- ShipMethod
- ShippingPaid
Quick and Dirty Unique OrderID Values
If your source data lacks a unique value for each row, take these steps:
- In row 1 of an empty column, enter: OrderID
- In row 2 of this column, enter the formula: =Row()
- Select the cell from #2 above and press ctrl-c
- Now select all cells in this column from row 3 down to the bottom of the data
- Press ctrl-v
- This will paste the formula into all cells in this column
- Each row should now have a unique row number in the OrderID column. This will allow ShipRush to write tracking numbers back into Excel.
2013年11月2日星期六
Magento Installation Guide against 1and1 hosting
1. Check Magento Requirements (Check PHP Version, Extensions and MySQL Version Number)
2. Setup a MySQL 5 Database
3. Download, Upload and Unpack Latest Magento Package (Use full package if possible, not the installer)
4. Move the Magento Folders & Files to appropriate location (eg: http://www.your_domain.com/magento OR http://www.your_domain.com)
5. CHMOD 777 the following: [file] magento/var/.htaccess [dir] magento/app/etc [dir] magento/var [dir] magento/media
6. Configure .htaccess located at magento/.htaccess with the following:
Configure the RewriteBase as well according to the following rules:
eg: http://www.your_domain.com
eg: http://www.your_domain.com/magento
7. Run the installation by going to: http://www.your_domain.com/magento/index.php/install or http://www.your_domain.com/index.php/install or etc.
8. Setup is very easy.
- Select locale settings.
- Type in MySQL DB Info.
- Checkmark “Use Web Server (Apache) Rewrites”.
- Checkmark “Use Secure URLs (SSL)”...IF YOU HAVE SSL CERTIFICATE INSTALLED (eg: https:// access)
- NOTE: AFTER THIS IT MAY GIVE AN ERROR 500, JUST HIT THE BACK BUTTON AND CONTINUE AS NORMAL. (You can double check the DB to ensure all the tables are in, which it should be. There should be a ton of tables all the way down to tables starting with a ‘w’).
- Type in Admin Information and Create Encryption Key.
9. Access (depending on where you installed it):
- Frontend: http://www.your_domain.com/magento OR http://www.your_domain.com
- Backend: http://www.your_domain.com/magento/admin OR http://www.your_domain.com/admin
source: http://www.magentocommerce.com/boards/viewthread/3462/
2. Setup a MySQL 5 Database
3. Download, Upload and Unpack Latest Magento Package (Use full package if possible, not the installer)
4. Move the Magento Folders & Files to appropriate location (eg: http://www.your_domain.com/magento OR http://www.your_domain.com)
5. CHMOD 777 the following: [file] magento/var/.htaccess [dir] magento/app/etc [dir] magento/var [dir] magento/media
6. Configure .htaccess located at magento/.htaccess with the following:
AddType x-mapp-php .php4
AddType x-mapp-php5 .php
AddHandler x-mapp-php .php4
AddHandler x-mapp-php5 .php
eg: http://www.your_domain.com
RewriteBase /
RewriteBase /magento/
8. Setup is very easy.
- Select locale settings.
- Type in MySQL DB Info.
- Checkmark “Use Web Server (Apache) Rewrites”.
- Checkmark “Use Secure URLs (SSL)”...IF YOU HAVE SSL CERTIFICATE INSTALLED (eg: https:// access)
- NOTE: AFTER THIS IT MAY GIVE AN ERROR 500, JUST HIT THE BACK BUTTON AND CONTINUE AS NORMAL. (You can double check the DB to ensure all the tables are in, which it should be. There should be a ton of tables all the way down to tables starting with a ‘w’).
- Type in Admin Information and Create Encryption Key.
9. Access (depending on where you installed it):
- Frontend: http://www.your_domain.com/magento OR http://www.your_domain.com
- Backend: http://www.your_domain.com/magento/admin OR http://www.your_domain.com/admin
source: http://www.magentocommerce.com/boards/viewthread/3462/
订阅:
博文 (Atom)