summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/solr/product_template.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2026-01-15 08:51:11 +0000
committerIT Fixcomart <it@fixcomart.co.id>2026-01-15 08:51:11 +0000
commit74b5caa2ff4c30c824b243a8c621df590eab90e6 (patch)
treeddb84b050e1f4430ab3458851bbdcc5e1d2ae6dd /indoteknik_custom/models/solr/product_template.py
parentfe5b09c1aa98723a3e0a3cf8174d6bc688c21bae (diff)
parent25baecd1038b6b629e96d8b9eb9651bec95050b3 (diff)
Merged in magento-solr-v1 (pull request #474)
Magento solr v1
Diffstat (limited to 'indoteknik_custom/models/solr/product_template.py')
-rw-r--r--indoteknik_custom/models/solr/product_template.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/solr/product_template.py b/indoteknik_custom/models/solr/product_template.py
index a7beca12..d6ca9097 100644
--- a/indoteknik_custom/models/solr/product_template.py
+++ b/indoteknik_custom/models/solr/product_template.py
@@ -105,6 +105,8 @@ class ProductTemplate(models.Model):
"variant_total_i": template.product_variant_count,
"stock_total_f": template.qty_stock_vendor,
"weight_f": template.weight,
+ # "attribute_set_id_i": template.x_attribute_set_id or 0,
+ # "attribute_set_name_s": template.x_attribute_set_name or '',
"manufacture_id_i": template.x_manufacture.id or 0,
"manufacture_name_s": template.x_manufacture.x_name or '',
"manufacture_name": template.x_manufacture.x_name or '',