| Line 75... |
Line 75... |
| 75 |
Xpath6 = Give us quoted-price for individual phone
|
75 |
Xpath6 = Give us quoted-price for individual phone
|
| 76 |
vatplustax = Give us final_price for individual phone on adding with quoted-price
|
76 |
vatplustax = Give us final_price for individual phone on adding with quoted-price
|
| 77 |
Removelist = To filer the prices so as to make them integer for eg remove ',' or 'Rs'
|
77 |
Removelist = To filer the prices so as to make them integer for eg remove ',' or 'Rs'
|
| 78 |
"""
|
78 |
"""
|
| 79 |
da = DataHelper()
|
79 |
da = DataHelper()
|
| 80 |
#VATPLUSTAX = 0
|
80 |
#UNIVERCELL_VATPLUSTAX = 0
|
| 81 |
#removelist is used for converting price to decimal format containing only numbers and '.'
|
81 |
#removelist is used for converting price to decimal format containing only numbers and '.'
|
| 82 |
#UNIVERCELL_REMOVELIST = ["Rs",",","-","/"]
|
82 |
#UNIVERCELL_REMOVELIST = ["Rs",",","-","/"]
|
| 83 |
#list separated by ';'
|
83 |
#list separated by ';'
|
| 84 |
UNIVERCELL_REMOVELIST = get_code_word("UNIVERCELL_REMOVELIST")
|
84 |
UNIVERCELL_REMOVELIST = get_code_word("UNIVERCELL_REMOVELIST")
|
| 85 |
UNIVERCELL_REMOVELIST = UNIVERCELL_REMOVELIST.split(';')
|
85 |
UNIVERCELL_REMOVELIST = UNIVERCELL_REMOVELIST.split(';')
|