Published on Friday, 21 December 2012 12:48
Shipping prices
The shipping prices let you set shipping prices per product based on the product price.
Requirements
The shipping field on the list of export fields must be the custom_shipping field.
There are 3 fields that need to be filled for a shipping price to work:
- Price from
This is the starting price to check. This price is included in the check.
- Price to
This is the end price to check. The price is not included in the check
- Value
Value to use when the product price falls between the from and to price. This value will depend on the export being done. This value must always be in the same format as the default value specified on the export field.
Google Base
When doing a Google Base export the export field will look like this:
| Field name | Default value | Column header |
| custom_shipping |
g:shipping |
US:UPS Ground:12.00 |
The shipping prices can be configured as:
| Price from | Price to | Value |
| 0 |
100 |
US:UPS Ground:12.00 |
| 100 |
1000 |
US:UPS Ground:8.00 |
| 1000 |
|
US:UPS Ground:free |
When the export is performed, the g:shipping value is based on the product price. If the price is 500, the g:shipping will get a value of US:UPS Ground:8.00. In case no shipping price can be found the default value of US:UPS Ground:12.00 as specified in the export field will be used.