// Código para personalizar la tienda de productos en Wix con Velo import wixData from 'wix-data'; import wixLocation from 'wix-location'; $w.onReady(function () { loadCategories(); $w("#categoryDropdown").onChange((event) => { filterProducts(event.target.value); }); }); function loadCategories() { wixData.query("Categories") .find() .then((results) => { let options = [{ label: "Todas", value: "" }]; results.items.forEach(category => { options.push({ label: category.title, value: category._id }); }); $w("#categoryDropdown").options = options; }); } function filterProducts(categoryId) { let filter = wixData.filter(); if (categoryId) { filter = filter.eq("category", categoryId); } $w("#productsRepeater").data = []; wixData.query("Products") .filter(filter) .find() .then((results) => { $w("#productsRepeater").data = results.items; }); } // Agregar botón de carrito a cada producto $w("#productsRepeater").onItemReady(($item, itemData) => { $item("#addToCartButton").onClick(() => { // Lógica para agregar al carrito console.log(`Producto agregado: ${itemData.title}`); }); // Mostrar cinta de oferta si el producto tiene descuento if (itemData.discount) { $item("#offerRibbon").show(); } else { $item("#offerRibbon").hide(); } });
top of page
SUPLEMENTO KSM66 EXTRACTO RAIZ ASHWAGANDHA GINSENG INDIO NUTRICOST

SUPLEMENTO KSM66 EXTRACTO RAIZ ASHWAGANDHA GINSENG INDIO NUTRICOST

S/.119.00Precio

Descripción

  • 600ynbsp;mg por porción.
  • Suplemento alimentario.
  • Calidad Nutricost® garantizada
  • Producto vegetariano
  • Instalaciones que cumplen con las Buenas Prácticas de Manufactura
  • Non-GMO Product: producto sin OGM.
  • Producto probado por terceros.
  • Sin gluten.

KSM-66 es un suplemento de ashwagandha de espectro completo extraído de raíces 100% de ashwagandha. La ashwagandha es un remedio tradicional que tiene miles de años y se usa a menudo para reducir el estrés y la ansiedad. La ginseng indio también puede mejorar la función cognitiva general, incluida la memoria, y algunos estudios sugieren que sus beneficios se extienden a mejorar el sueño.

Uso Sugerido

Como suplemento alimentario, tome 1 cápsula por día con 8-12 oz de agua o según las indicaciones de un profesional de la salud.

Otros Ingredientes

Cápsula de hipromelosa (celulosa), sílice, estearato de magnesio (de origen vegetal).

Cantidad
bottom of page