|
1 | 1 | name: |
2 | | -selector:h1.product_title |
| 2 | +css:h1.product_title |
3 | 3 | type:Text |
4 | 4 | price: |
5 | | -selector:p.price |
| 5 | +css:p.price |
6 | 6 | type:Text |
7 | 7 | stock: |
8 | | -selector:p.stock |
| 8 | +css:p.stock |
9 | 9 | type:Text |
10 | 10 | tags: |
11 | | -selector:'span.tagged_as a' |
| 11 | +css:'span.tagged_as a' |
12 | 12 | type:Text |
13 | 13 | short_description: |
14 | | -selector:'.woocommerce-product-details__short-description > p' |
| 14 | +css:'.woocommerce-product-details__short-description > p' |
15 | 15 | type:Text |
16 | 16 | description: |
17 | | -selector:'div#tab-description p' |
| 17 | +css:'div#tab-description p' |
18 | 18 | type:Text |
19 | 19 | attributes: |
20 | | -selector:table.shop_attributes |
| 20 | +css:table.shop_attributes |
21 | 21 | multiple:true |
22 | 22 | type:Text |
23 | 23 | children: |
24 | 24 | name: |
25 | | -selector:th |
| 25 | +css:th |
26 | 26 | type:Text |
27 | 27 | value: |
28 | | -selector:td |
| 28 | +css:td |
29 | 29 | type:Text |
30 | 30 | related_products: |
31 | | -selector:li.product |
| 31 | +css:li.product |
32 | 32 | multiple:true |
33 | 33 | type:Text |
34 | 34 | children: |
35 | 35 | name: |
36 | | -selector:h2 |
| 36 | +css:h2 |
37 | 37 | type:Text |
38 | 38 | url: |
39 | | -selector:a |
| 39 | +css:a |
40 | 40 | type:Link |
41 | 41 | price: |
42 | | -selector:.price |
| 42 | +css:.price |
43 | 43 | type:Text |
44 | 44 | sku: |
45 | | -selector:a.button |
| 45 | +css:a.button |
46 | 46 | type:Attribute |
47 | 47 | attribute:data-product_sku |
48 | 48 | format:Integer |