Xtc get attributes model()
Aus Wiki | xtcModified eCommerce Shopsoftware
[Bearbeiten] function xtc_get_attributes_model($product_id, $attribute_name,$options_name,$language=)
Liefert Attribut Artikelnummer anhand Namen von Option und Optionswert.
| Parameter | ||
| $product_id | integer | Artikel ID, Ref.Tab.products |
| $attribute_name | string | Optionswert Name, Ref.Tab.products_options_values |
| $options_name | string | Option Name, Ref.Tab.products_options |
| $language | integer, optional | Sprache ID, default: Sprache in Session, Ref.Tab.languages |
| Return | string | Attribut Artikelnummer |

