Tech details
- name of product consists full spec (Michelin Energy Saver 196\60 R15 87W), photo, description,
- imported in categories : tyre brand\model, car type, season, SUV subtype
- imported in attributes (for filtering): tyre brand, car type, season, SUV subtype (yes, duplicate - it's for WP)
- imported in meta : sizes and full spec (196\60 R15 87W) as several formats, etc
Custom fields for Tyres
Type | Custom field | Values | Description | Sample | |
| meta:tyre_brand | Tyre brand | Continental (required, for tyre detect) | |
| meta:tyre_model | Tyre model | Premium Contact 6 | |
| meta:tyre_spec | Full spec | 196\60 R15 87W RunFlat | |
|
meta:width
meta:profile
meta:diameter
meta:load_index
meta:speed_index
| Separated tyre custom fields (for filtering):
195, 60, 15 - numbers only (width, prodile diameter - required, for basic filtering)
87 - for users we use our Tyre Custom Metadata plugin for human-readable form
W - for users we use our Tyre Custom Metadata plugin for human-readable form | |
| meta:car_type | Passenger, SUV, Commercial, Truck, Moto, OTR | Vehicle type | | |
| meta:season | Winter, Summer, All Season | Season | Winter | |
pro | meta:suv_type | A/T (All Terrain), M/T (Mud Terrain), H/T (Half Terrain), HP (High Performance SUV) | Тип SUV | | |
pro | meta:stud | on, off | Studded | | |
pro | meta:green | on, off | Green | | |
pro | meta:runflat | on, off | RunFlat | | |
pro | meta:xl | on, off | XL | | |
pro | meta:commercial | on, off | Commercial | | |
pro | meta:production_year | Year of production | 2020 | |
pro | meta:origin | Origin country | Indonesia | |
pro | meta:moto_type | Enduro, Cruiser, Scooter, Trail, Sport, Sport Touring, City, Motocross, Race | Moto tyre type (beta) | on | |
pro | meta:truck_axle | Front, Drive, Trailer | Truck tyre axle (beta) | Front | |
Custom fields for Wheels
Type | Custom field | Values | Description | Sample | |
| meta:wheel_brand | Wheel brand | OZ Racing (required, for wheel detect) | |
| meta:wheel_model | Wheel model | Ultraleggera | |
| meta:wheel_spec | Full spec | 10x20 ET50 5x130 d71.6 Polished Gray | |
|
meta:width
meta:diameter
meta:pcd
meta:dia
meta:et
meta:color
| Separated wheel custom fields (for filtering):
10, 20, - numbers only (all exclude color - required, for basic filtering)
5x130 - using "x"
71.6, 50, - numbers only
Polished Gray | |
| meta:wheel_type | Alloy, Steel, Forged | Wheel type | Alloy | |
pro | meta:spokes | Spokes count | 6 | |
pro | meta:spokes_style | none, tuple, wide, widetuple, twolayer, twist, tree, star, alot, holes | Spokes style | tree | |
pro | meta:wheel_production_year | Year of production | 2020 | |
pro | meta:wheel_origin | Origin country | Indonesia | |
Simple import tutorial
Woo import is not fast, so this steps just for faster working with photos
1. Prepare images. Unpack and upload archive of tyre photos on your site. Your photos should be accessed by url.
Since files in archive use [vendor]/[tyre model]/photo... naming, you (and woo importer) should have access to
http|https://your.site/...path.../[vendor]/[tyre model]/photo URL.
2. Prepare csv. Edit Woo import CSV in any tool (excel, text editor) and replace our CDN URL to URL path to folder with
uploaded images http|https://your.site/...path.../
So, in your CSV should be valid and accessible URLs.
3. Open WP Admin, Products > All Products, Import (at right of page title).
Import CSV file. All settings by default.
Or, for simplified import with our CDN
Just import the file via WP Admin > Products > All Products > Import (at right of page title)
Import notes
- you can import tyres without images, just pass 1&2 steps. It needs to assign photos to products.
- after set CSV you should see fields, that will assigned after import: product name, metas etc
- we prepare file for standard Woo import, not importer plugins
- WP\Woo standard import is very slow, so your server should be set up for execution of slow scripts.
Maybe it will need to separate CSV file to several parts.