Subversion Repositories SmartDukaan

Rev

Rev 12256 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12256 Rev 15487
Line 22... Line 22...
22
				<th>Lowest Seller Snapdeal Inventory</th>
22
				<th>Lowest Seller Snapdeal Inventory</th>
23
				<th>Our Flipkart SP</th>
23
				<th>Our Flipkart SP</th>
24
				<th>Lowest Seller Flipkart</th>
24
				<th>Lowest Seller Flipkart</th>
25
				<th>Lowest Flipkart SP</th>
25
				<th>Lowest Flipkart SP</th>
26
				<th>Our Flipkart Inventory</th>
26
				<th>Our Flipkart Inventory</th>
27
				<th>MFN Price</th>
-
 
28
				<th>FBA Price</th>
27
				<th>Our Amazon Price</th>
29
				<th>Lowest Seller Amazon</th>
28
				<th>Lowest Seller Amazon</th>
30
				<th>Lowest Amazon SP</th>
29
				<th>Lowest Amazon SP</th>
31
				<th>MFN Inventory</th>
-
 
32
				<th>FBA Inventory</th>
-
 
33
            </tr>
30
            </tr>
34
        </thead>
31
        </thead>
35
        <tbody>
32
        <tbody>
36
    #foreach ( $item in $items )
33
    #foreach ( $item in $items )
37
            <tr style="border: 1px">
34
            <tr style="border: 1px">
Line 46... Line 43...
46
				<td>$item.getLowestSnapdealSellerInventory()</td>
43
				<td>$item.getLowestSnapdealSellerInventory()</td>
47
				<td>$item.getOurFlipkartPrice()</td>
44
				<td>$item.getOurFlipkartPrice()</td>
48
				<td>$item.getLowestFlipkartSeller()</td>
45
				<td>$item.getLowestFlipkartSeller()</td>
49
				<td>$item.getLowestFlipkartPrice()</td>
46
				<td>$item.getLowestFlipkartPrice()</td>
50
				<td>$item.getOurFlipkartInventory()</td>
47
				<td>$item.getOurFlipkartInventory()</td>
51
				<td>$item.getOurMfnPrice()</td>
-
 
52
				<td>$item.getOurFbaPrice()</td>
48
				<td>$item.getOurAmazonPrice()</td>
53
				<td>$item.getLowestAmazonSeller()</td>
49
				<td>$item.getLowestAmazonSeller()</td>
54
				<td>$item.getLowestAmazonPrice()</td>
50
				<td>$item.getLowestAmazonPrice()</td>
55
				<td>$item.getOurMfnInventory()</td>
-
 
56
				<td>$item.getOurFbaInventory()</td>
-
 
57
            </tr>
51
            </tr>
58
    #end
52
    #end
59
        </tbody>
53
        </tbody>
60
    </table>
54
    </table>
61
55