Ghirlande cu pendule, ghirlande simple si ghirlande solare - un plus de frumusețe și lumină pentru spațiul exterior!
Ghirlande luminoase pentru iluminatul exterior, recomandate pentru grădini, terase, foișoare, spatii comerciale, etc. In aceasta categorie va punem la dispozitie ghirlande alimentate la 230V, ideale pentru utilizarea continuă sau ghirlande cu încărcare solară, care se încarcă pe parcursul zilei folosind energia solară și se aprind automat la lăsarea serii, eliminând necesitatea de cabluri și prize.
Pentru evenimente festive sau pentru crearea unei atmosfere dinamice va recomandam ghirlandele cu lumina RGB. Pentru o atmosfera relaxantă puteti opta pentru ghirlandele cu pendule cu lumină caldă.
Ghirlandele decorative sunt disponibile cu lungimi cuprinse între 750 cm și 40 metri, asfel incât, aceste ghirlande se potrivesc de la iluminatul unui mic balcon până la decorarea unei grădini întregi.
Ghirlandele pentru exterior sunt proiectate pentru a rezista în diverse condiții meteorologice, oferind nu doar frumusețe și iluminare, dar și durabilitate și fiabilitate. Protecția lor împotriva elementelor naturale este asigurată prin certificările IP44 și IP65, care garantează performanța optimă în medii exterioare.
Filtrare și sortare
// add this before event code to all pages where PII data postback is expected and appropriate
ttq.identify({
"email": "", // string. The email of the customer if available. It must be hashed with SHA-256 on the client side.
"phone_number": "", // string. The phone number of the customer if available. It must be hashed with SHA-256 on the client side.
"external_id": "" // string. Any unique identifier, such as loyalty membership IDs, user IDs, and external cookie IDs.It must be hashed with SHA-256 on the client side.
});
ttq.track('AddToCart', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "", // string. The name of the page or product. Example: "shirt".
"brand": "" // string. The brand name of the page or product. Example: "Nike".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});
ttq.track('ClickButton', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});
ttq.track('CompletePayment', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});
ttq.track('PlaceAnOrder', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});