From 5c4de25e9f69e5d01988f1886e1698006f99a349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa?= Date: Mon, 15 Sep 2025 14:37:26 +0200 Subject: [PATCH] 'latienda.coop' ids/alts changed --- components/CompanyForm.vue | 2 +- components/NavBar.vue | 10 +- components/ProductCardDetails.vue | 8 +- components/SearchHeader.vue | 2 +- components/SearchInput.vue | 2 +- pages/admin/cooperativas.vue | 2 +- pages/admin/importar.vue | 2 +- pages/editar/productos/[id].vue | 2 +- pages/editar/productos/crear.vue | 2 +- pages/editar/productos/importar.vue | 6 +- pages/editar/productos/index.vue | 2 +- pages/login/restablecer.vue | 2 +- pages/page/info.vue | 4 +- pages/productoras/[id].vue | 2 +- pages/productoras/index.vue | 2 +- pages/productos/[id].vue | 7 +- pages/registro/bienvenidausuario/[name].vue | 47 -------- pages/registro/index.vue | 124 -------------------- plugins/google-analytics.client.ts | 2 +- 19 files changed, 32 insertions(+), 198 deletions(-) delete mode 100644 pages/registro/bienvenidausuario/[name].vue delete mode 100644 pages/registro/index.vue diff --git a/components/CompanyForm.vue b/components/CompanyForm.vue index 2fa96b9..c897c5d 100644 --- a/components/CompanyForm.vue +++ b/components/CompanyForm.vue @@ -3,7 +3,7 @@ id="modal-center" v-model="activeModal" centered - title="latienda.coop" + title="consumo-cuidado" :ok-variant="modalColor"> {{ modalText }}
diff --git a/components/NavBar.vue b/components/NavBar.vue index 4339134..97f09e4 100644 --- a/components/NavBar.vue +++ b/components/NavBar.vue @@ -9,7 +9,7 @@ @@ -51,7 +51,7 @@ latienda.coop @@ -61,7 +61,7 @@ latienda.coop diff --git a/components/ProductCardDetails.vue b/components/ProductCardDetails.vue index 50db9f7..0144031 100644 --- a/components/ProductCardDetails.vue +++ b/components/ProductCardDetails.vue @@ -96,7 +96,7 @@ id="modal-center" v-model="active" centered - title="latienda.coop" + title="consumo-cuidado" :ok-variant="modalColor"> {{ modalText }} @@ -107,7 +107,7 @@

Otros productos

- + @@ -133,6 +133,10 @@ export default { type: Boolean, default: false, }, + productsPerPage: { + type: Number, + default: 8, + }, }, data() { return { diff --git a/components/SearchHeader.vue b/components/SearchHeader.vue index 8d2f0d4..39cfbf8 100644 --- a/components/SearchHeader.vue +++ b/components/SearchHeader.vue @@ -15,7 +15,7 @@ latienda.coop-search diff --git a/components/SearchInput.vue b/components/SearchInput.vue index 8415fd0..8c19044 100644 --- a/components/SearchInput.vue +++ b/components/SearchInput.vue @@ -23,7 +23,7 @@ latienda.coop-search diff --git a/pages/admin/cooperativas.vue b/pages/admin/cooperativas.vue index ee0bd58..3c15dd1 100644 --- a/pages/admin/cooperativas.vue +++ b/pages/admin/cooperativas.vue @@ -4,7 +4,7 @@ id="modal-center" v-model="activeModal" centered - title="latienda.coop" + title="consumo-cuidado" :ok-variant="modalColor"> {{ modalText }}
diff --git a/pages/admin/importar.vue b/pages/admin/importar.vue index 8b68da0..38429be 100644 --- a/pages/admin/importar.vue +++ b/pages/admin/importar.vue @@ -4,7 +4,7 @@ id="modal-center" v-model="activeModal" centered - title="latienda.coop" + title="consumo-cuidado" :ok-variant="modalColor"> {{ modalText }}
diff --git a/pages/editar/productos/[id].vue b/pages/editar/productos/[id].vue index 16b4283..7dd0d29 100644 --- a/pages/editar/productos/[id].vue +++ b/pages/editar/productos/[id].vue @@ -4,7 +4,7 @@ id="modal-center" v-model="activeModal" centered - title="latienda.coop" + title="consumo-cuidado" :ok-variant="modalColor"> {{ modalText }} diff --git a/pages/editar/productos/crear.vue b/pages/editar/productos/crear.vue index 9978d55..902f23b 100644 --- a/pages/editar/productos/crear.vue +++ b/pages/editar/productos/crear.vue @@ -4,7 +4,7 @@ id="modal-center" v-model="activeModal" centered - title="latienda.coop" + title="consumo-cuidado" ok-variant="danger"> {{ modalText }} diff --git a/pages/editar/productos/importar.vue b/pages/editar/productos/importar.vue index 018acb8..950a571 100644 --- a/pages/editar/productos/importar.vue +++ b/pages/editar/productos/importar.vue @@ -4,7 +4,7 @@ id="modal-center" v-model="activeModal" centered - title="latienda.coop" + title="consumo-cuidado" :ok-variant="modalColor"> {{ modalText }} @@ -30,7 +30,7 @@

La función Importar CSV te permite subir tus - productos a Latienda.coop sin tener que hacerlo manualmente. + productos a consumo-cuidado sin tener que hacerlo manualmente. Puedes ponerles nombres a las columnas en tu hoja de cálculo con las siguientes etiquetas para que los campos se asocien automáticamente en tus productos: @@ -79,7 +79,7 @@

  • Categoría: clasificación principal del - producto. el Latienda.coop usamos la taxonomía de Google. + producto. el consumo-cuidado usamos la taxonomía de Google. Puedes ver todas las categorías disponibles {{ modalText }} diff --git a/pages/login/restablecer.vue b/pages/login/restablecer.vue index 0e92ae7..003d434 100644 --- a/pages/login/restablecer.vue +++ b/pages/login/restablecer.vue @@ -4,7 +4,7 @@ id="modal-center" v-model="active" centered - title="latienda.coop" + title="consumo-cuidado" ok-variant="success"> Email enviado, revisa tu bandeja de entrada.
    diff --git a/pages/page/info.vue b/pages/page/info.vue index b93b67e..d9b8825 100644 --- a/pages/page/info.vue +++ b/pages/page/info.vue @@ -23,7 +23,7 @@

    - latienda.coop es un gran escaparate virtual que COCETA pone a + consumo-cuidado es un gran escaparate virtual que COCETA pone a disposición de todas las cooperativas de trabajo para facilitar la digitalización de su proceso de venta, así cómo para fomentar el consumo de productos y servicios cooperativos. @@ -70,7 +70,7 @@

    Fácil gestión

    Cualquier cooperativa de trabajo de España puede incluir sus productos - o servicios en latienda.coop. Podrá gestionarlos desde el panel de + o servicios en consumo-cuidado. Podrá gestionarlos desde el panel de control o configurando la sicnronización con los productos de su propia tienda online en Woocommerce.

    diff --git a/pages/productoras/[id].vue b/pages/productoras/[id].vue index d30dd91..1e2ef98 100644 --- a/pages/productoras/[id].vue +++ b/pages/productoras/[id].vue @@ -151,7 +151,7 @@ export default { //TODO: implement head() method // head() { // return { - // title: `latienda.coop | ${this.coop?.company_name}`, + // title: `consumo-cuidado | ${this.coop?.company_name}`, // meta: [ // { // hid: 'description', diff --git a/pages/productoras/index.vue b/pages/productoras/index.vue index 39c82af..bcf6b6b 100644 --- a/pages/productoras/index.vue +++ b/pages/productoras/index.vue @@ -18,7 +18,7 @@ latienda.coop-search
    diff --git a/pages/productos/[id].vue b/pages/productos/[id].vue index e45030f..882e7f3 100644 --- a/pages/productos/[id].vue +++ b/pages/productos/[id].vue @@ -1,10 +1,11 @@ @@ -55,7 +56,7 @@ export default { //TODO: meta data // mounted() { // useHead({ - // title: `latienda.coop | ${this.product.id}`, + // title: `consumo-cuidado | ${this.product.id}`, // meta: [ // { // hid: 'description', @@ -75,7 +76,7 @@ export default { diff --git a/pages/registro/index.vue b/pages/registro/index.vue deleted file mode 100644 index 60a4b2a..0000000 --- a/pages/registro/index.vue +++ /dev/null @@ -1,124 +0,0 @@ - - - - - diff --git a/plugins/google-analytics.client.ts b/plugins/google-analytics.client.ts index 2da6843..f8e908e 100644 --- a/plugins/google-analytics.client.ts +++ b/plugins/google-analytics.client.ts @@ -9,7 +9,7 @@ export default defineNuxtPlugin(() => { if (config.public.googleAnalyticsId) { configure({ tagId: config.public.googleAnalyticsId, - appName: 'latienda.coop', + appName: 'consumo-cuidado', pageTracker: { router, useScreenview: true,