[PRODUCT]
//AUTO START - сгенерировано автоматически
name = tag_text ".b-title span"
seo_url = "%name %product_id" -> translit
find_manufacturer
price = inside "ce=""", " " -> replace ",", "."
description = tag_html ".ck-alert_theme_blue"
currency_code = "UAH"
currency_delimiter = ","
new_price = inside "18"">", "<" -> replace ",", "."
new_price => currency currency_code
update_new_price = true
model = tag_text ".b-product-data__item_type_sku span"
manufacturer = tag_text "tr:nth-child(2) .b-product-info__cell:nth-child(2)"
main_image = tag_image "[itemprop=image]" -> replace "https", "http"
images = tags_image "[itemprop=image]" -> replace "https", "http"
attr_heads = insides "l></div><div class=""b-page__row""><div><span class=""b-title"">", "<"
attr_names = tags_text ".b-product-info__cell:nth-child(1)"
attr_values = tags_text ".b-product-info__cell:nth-child(2)"
attributes = pgroup attr_heads, attr_names, attr_values, "Характеристики"
price => currency currency_code
if (!price and !empty(noprice)) skip = true
if (@auto_categorize) categorizer = name . " ". description
//AUTO END