Тексты товаров в разные ячейки и 404 страница

This commit is contained in:
Konstantin
2026-05-30 12:02:09 +03:00
parent af9b7b13a4
commit 0774c39ba8
23 changed files with 101 additions and 12062 deletions
+4
View File
@@ -15,6 +15,10 @@ class ModelCatalogProduct extends Model {
'product_id' => $query->row['product_id'],
'name' => $query->row['name'],
'description' => $query->row['description'],
'description_first_rental' => $query->row['description_first_rental'],
'description_second_rental' => $query->row['description_second_rental'],
'description_purchase' => $query->row['description_purchase'],
'description_terms' => $query->row['description_terms'],
'meta_title' => $query->row['meta_title'],
'noindex' => $query->row['noindex'],
'meta_h1' => $query->row['meta_h1'],