- Aggiornamento template mail (tramite i campi in HTML)

- Aggiornato Carrello
This commit is contained in:
Surya Paolo
2023-12-28 00:50:42 +01:00
parent 6be8ccc906
commit d90b46c206
17 changed files with 354 additions and 237 deletions

View File

@@ -315,3 +315,7 @@ canvas {
.titlesite {
font-size: 1rem;
}
.q-drawer-cart{
width: 350px !important;
}

View File

@@ -52,7 +52,9 @@
<q-avatar @click="toHome" class="imglink">
<img :src="imglogo()" height="27" alt="Immagine Logo" />
</q-avatar>
<div v-if="$q.screen.gt.xs" class="q-mx-sm titlesite">{{ getappname() }}</div>
<div v-if="$q.screen.gt.xs" class="q-mx-sm titlesite">
{{ getappname() }}
</div>
</q-toolbar-title>
<!--
@@ -234,6 +236,7 @@
<q-drawer
v-if="site.confpages && site.confpages.enableEcommerce"
v-model="rightCartOpen"
class="q-drawer-cart"
side="right"
elevated
>
@@ -248,7 +251,7 @@
>
</q-btn>
<div v-if="tools.isLogged()" class="text-weight-bold text-cart">
Carrello
{{ $t('ecomm.carrello') }}
</div>
<CMyCart v-if="isfinishLoading"></CMyCart>
</q-drawer>
@@ -373,7 +376,6 @@
id="user-actions"
class="column justify-center q-gutter-sm q-ma-sm center-150"
>
<q-btn
rounded
color="primary"
@@ -387,7 +389,8 @@
color="orange"
icon="house"
:to="`/attivita/` + getMyUsername()"
> &nbsp;{{ t('otherpages.myactivities') }}
>
&nbsp;{{ t('otherpages.myactivities') }}
</q-btn>
<!--<q-btn round color="warning" icon="lock"></q-btn>-->
<q-btn