Compare commits
10 Commits
product_in
...
feat/recur
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
169f4d6baf | ||
|
|
cd123ac363 | ||
|
|
11c17bdd8e | ||
|
|
11e946bfc6 | ||
|
|
c9fc1a83d0 | ||
|
|
83a0cf653c | ||
|
|
7b746e3b6f | ||
|
|
99d623da79 | ||
|
|
a305bd8493 | ||
|
|
c0fd80c701 |
4
.env
@@ -1,6 +1,6 @@
|
||||
VITE_APP_VERSION="1.2.86"
|
||||
VITE_APP_VERSION="1.2.87"
|
||||
VITE_LANG_DEFAULT="it"
|
||||
VITE_PAO_APP_ID="KKPPAA5KJK435J3KSS9F9D8S9F8SD98F9SDF"
|
||||
VITE_SERVICE_WORKER_FILE="sw-1.2.86.js"
|
||||
VITE_SERVICE_WORKER_FILE="sw-1.2.87.js"
|
||||
VITE_PROJECT_ID_MAIN="5cc0a13fe5c9d156728f400a"
|
||||
VITE_VUE_ROUTER_MODE="history"
|
||||
@@ -2141,13 +2141,33 @@
|
||||
<li>Trasporti</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="comparison-card">
|
||||
<div class="card-title">
|
||||
<q-icon name="luggage" size="24px" color="primary" />
|
||||
<span>Viaggi</span>
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<div class="feature-item">
|
||||
<q-icon name="people" size="18px" color="positive" />
|
||||
<span>Condivisione passaggi</span>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<q-icon name="inventory_2" size="18px" color="info" />
|
||||
<span>Trasporto merci e pacchi</span>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<q-icon name="pets" size="18px" color="warning" />
|
||||
<span>Trasporto animali domestici</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p><strong>Come decidere il prezzo?</strong> Usa il riferimento euro (20€ → 20 RIS). Il mercato
|
||||
ti
|
||||
darà feedback: se nessuno compra, abbassa; se vendi tutto subito, alza leggermente.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p><strong>Come decidere il prezzo?</strong> Usa il riferimento euro (20€ → 20 RIS). Il mercato ti
|
||||
darà feedback: se nessuno compra, abbassa; se vendi tutto subito, alza leggermente.</p>
|
||||
</div>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<meta name="description" content="<%= productDescription %>">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="msapplication-tap-highlight" content="no">
|
||||
<meta name="version" content="1.2.86">
|
||||
<meta name="version" content="1.2.87">
|
||||
<meta name="viewport"
|
||||
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">
|
||||
|
||||
|
||||
12
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "riso",
|
||||
"version": "1.2.86",
|
||||
"version": "1.2.87",
|
||||
"productName": "Riso 💚 - Rete Italiana Scambio orizzontale",
|
||||
"description": "Progetto RISO (Rete Italiana Scambio orizzontale) promuove una rete di comunità locali che favoriscono scambi di beni, servizi e ospitalità. Con l'App RISO, sviluppata per facilitare il baratto, il dono e l'uso di monete alternative come i RIS, il progetto crea legami autentici basati sulla fiducia e sostenibilità. Partecipa agli scambi e costruisci una comunità più consapevole e autosufficiente.",
|
||||
"author": "Surya",
|
||||
@@ -9,11 +9,11 @@
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "APP_VERSION='1.2.86' PORT=8084 quasar dev",
|
||||
"dev": "APP_VERSION='1.2.87' PORT=8084 quasar dev",
|
||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||
"build": "quasar build",
|
||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.86' quasar build -m pwa",
|
||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.86' quasar build -m pwa",
|
||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.87' quasar build -m pwa",
|
||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.87' quasar build -m pwa",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"type-check:watch": "vue-tsc --noEmit --watch",
|
||||
"buildspa": "quasar build -m spa",
|
||||
@@ -21,8 +21,8 @@
|
||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||
"pwa": "NODE_ENV=development PORT=8094 APP_VERSION='1.2.86' quasar dev -m pwa",
|
||||
"spa": "NODE_ENV=development PORT=8084 APP_VERSION='1.2.86' quasar dev",
|
||||
"pwa": "NODE_ENV=development PORT=8094 APP_VERSION='1.2.87' quasar dev -m pwa",
|
||||
"spa": "NODE_ENV=development PORT=8084 APP_VERSION='1.2.87' quasar dev",
|
||||
"debug": "quasar dev --mode debug",
|
||||
"test": "echo \"No test specified\" && exit 0",
|
||||
"generate-sw": "workbox generateSW workbox-config.js",
|
||||
|
||||
@@ -60,6 +60,7 @@ export default defineConfig((ctx) => {
|
||||
'@': path.resolve(__dirname, 'src'),
|
||||
'@components': path.resolve(__dirname, 'src/components'),
|
||||
'@views': path.resolve(__dirname, 'src/views'),
|
||||
'@modules': path.resolve(__dirname, 'src/modules'),
|
||||
'@boot': path.resolve(__dirname, 'src/boot'),
|
||||
'@store': path.resolve(__dirname, 'src/store'),
|
||||
'@storemod': path.resolve(__dirname, 'src/store/Modules'),
|
||||
@@ -74,6 +75,8 @@ export default defineConfig((ctx) => {
|
||||
'@paths': path.resolve(__dirname, 'src/store/Api/ApiRoutes.ts'),
|
||||
'@images': path.resolve(__dirname, 'src/assets/images'),
|
||||
'@icons': path.resolve(__dirname, 'src/public/myicons'),
|
||||
'@types': path.resolve(__dirname, 'src/types'),
|
||||
'@services': path.resolve(__dirname, 'src/services'),
|
||||
},
|
||||
};
|
||||
|
||||
@@ -82,7 +85,7 @@ export default defineConfig((ctx) => {
|
||||
...(viteConf.css || {}),
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
additionalData: `@use "sass:color"; @use "@/css/variables.scss" as *;`,
|
||||
additionalData: `@use "sass:color"; @use "src/css/variables.scss" as *;`,
|
||||
},
|
||||
},
|
||||
};
|
||||
@@ -155,7 +158,10 @@ export default defineConfig((ctx) => {
|
||||
},
|
||||
|
||||
framework: {
|
||||
config: {},
|
||||
config: {
|
||||
notify: { position: 'top' },
|
||||
loading: { delay: 200 },
|
||||
},
|
||||
components: [
|
||||
'QLayout',
|
||||
'QDrawer',
|
||||
|
||||
12
scripts/_ALL_SITES/comunitanuovomondo.app/.env.development
Executable file
@@ -0,0 +1,12 @@
|
||||
VITE_APP_ID="10"
|
||||
VITE_APP_URL="https://localhost"
|
||||
VITE_MONGODB_HOST="https://localhost:3000"
|
||||
VITE_LOGO_REG='cnm-logo-full.png'
|
||||
VITE_PUBLICKEY_PUSH='BDncvMiUZmjaCG2Kr1V9N0_33hOG-AuNSbHSvL24y2dzBiUjAxKm02emx5SeJvz2IGmtRf6YqCgopeQwCwUmZw8'
|
||||
VITE_DEBUG="1"
|
||||
VITE_VUE_APP_ISTEST="1"
|
||||
VITE_VUE_APP_INLOCALE="1"
|
||||
DIRECTORY_LOCAL=myprojplanet_vite
|
||||
DIRECTORY_SERVER="freeplanet_serverside"
|
||||
SERVERDIR_WEBSITE=""
|
||||
SERVERPW_WEBSITE=""
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cnm",
|
||||
"version": "1.2.86",
|
||||
"version": "1.2.87",
|
||||
"description": "Comunita Nuovo Mondo",
|
||||
"productName": "ComunitaNuovoMondo",
|
||||
"author": "Surya",
|
||||
@@ -9,7 +9,7 @@
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "PORT=8083 APP_VERSION='1.2.86' quasar dev",
|
||||
"dev": "PORT=8083 APP_VERSION='1.2.87' quasar dev",
|
||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||
"build": "quasar build",
|
||||
"buildpwa": "NODE_ENV=production quasar build -m pwa",
|
||||
@@ -21,8 +21,8 @@
|
||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||
"pwa": "NODE_ENV=development PORT=8093 APP_VERSION='1.2.86' quasar dev -m pwa",
|
||||
"spa": "NODE_ENV=development PORT=8083 APP_VERSION='1.2.86' quasar dev",
|
||||
"pwa": "NODE_ENV=development PORT=8093 APP_VERSION='1.2.87' quasar dev -m pwa",
|
||||
"spa": "NODE_ENV=development PORT=8083 APP_VERSION='1.2.87' quasar dev",
|
||||
"debug": "quasar dev --mode debug",
|
||||
"test": "echo \"No test specified\" && exit 0",
|
||||
"generate-sw": "workbox generateSW workbox-config.js",
|
||||
|
||||
|
After Width: | Height: | Size: 255 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 124 KiB |
@@ -25,6 +25,7 @@ const msg_website_it = {
|
||||
Ammetti: 'Ammetti',
|
||||
AbilitaCircuito: 'Abilita Circuito',
|
||||
installaApp: 'Installa App',
|
||||
VideoPage: 'Video',
|
||||
fundraising: 'Sostieni il Progetto',
|
||||
notifs: 'Configura le Notifiche',
|
||||
unsubscribe: 'Disiscriviti',
|
||||
@@ -88,6 +89,7 @@ const msg_website_it = {
|
||||
eventodef: 'Evento:',
|
||||
prova: 'prova',
|
||||
dbop: 'Operazioni',
|
||||
VideoPage: 'Video',
|
||||
dbopmacro: 'Operazioni Macro',
|
||||
projall: 'Comunitari',
|
||||
groups: 'Lista Gruppi',
|
||||
|
||||
11
scripts/_ALL_SITES/freeplanet.app/.env.development
Executable file
@@ -0,0 +1,11 @@
|
||||
VITE_APP_ID="1"
|
||||
VITE_APP_URL="http://localhost"
|
||||
VITE_MONGODB_HOST="http://192.168.0.200:3000"
|
||||
VITE_LOGO_REG="freeplanet-logo-full.svg"
|
||||
VITE_PUBLICKEY_PUSH='BDncvMiUZmjaCG2Kr1V9N0_33hOG-AuNSbHSvL24y2dzBiUjAxKm02emx5SeJvz2IGmtRf6YqCgopeQwCwUmZw8'
|
||||
VITE_VUE_APP_ISTEST=0
|
||||
VITE_DEBUG="1"
|
||||
DIRECTORY_LOCAL="newfreeplanet"
|
||||
DIRECTORY_SERVER="freeplanet_serverside"
|
||||
SERVERDIR_WEBSITE=""
|
||||
SERVERPW_WEBSITE=""
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "freeplanet",
|
||||
"version": "1.2.86",
|
||||
"version": "1.2.87",
|
||||
"description": "freeplanet",
|
||||
"productName": "freeplanet",
|
||||
"author": "Surya",
|
||||
@@ -9,11 +9,11 @@
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "PORT=8087 APP_VERSION='1.2.86' quasar dev",
|
||||
"dev": "PORT=8087 APP_VERSION='1.2.87' quasar dev",
|
||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||
"build": "quasar build",
|
||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.86' quasar build -m pwa",
|
||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.86' quasar build -m pwa",
|
||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.87' quasar build -m pwa",
|
||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.87' quasar build -m pwa",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"type-check:watch": "vue-tsc --noEmit --watch",
|
||||
"buildspa": "quasar build -m spa",
|
||||
@@ -21,8 +21,8 @@
|
||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||
"pwa": "NODE_ENV=development PORT=8097 APP_VERSION='1.2.86' quasar dev -m pwa",
|
||||
"spa": "NODE_ENV=development PORT=8087 APP_VERSION='1.2.86' quasar dev",
|
||||
"pwa": "NODE_ENV=development PORT=8097 APP_VERSION='1.2.87' quasar dev -m pwa",
|
||||
"spa": "NODE_ENV=development PORT=8087 APP_VERSION='1.2.87' quasar dev",
|
||||
"debug": "quasar dev --mode debug",
|
||||
"test": "echo \"No test specified\" && exit 0",
|
||||
"generate-sw": "workbox generateSW workbox-config.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "riso",
|
||||
"version": "1.2.86",
|
||||
"version": "1.2.87",
|
||||
"productName": "Riso 💚 - Rete Italiana Scambio orizzontale",
|
||||
"description": "Progetto RISO (Rete Italiana Scambio orizzontale) promuove una rete di comunità locali che favoriscono scambi di beni, servizi e ospitalità. Con l'App RISO, sviluppata per facilitare il baratto, il dono e l'uso di monete alternative come i RIS, il progetto crea legami autentici basati sulla fiducia e sostenibilità. Partecipa agli scambi e costruisci una comunità più consapevole e autosufficiente.",
|
||||
"author": "Surya",
|
||||
@@ -9,11 +9,11 @@
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "APP_VERSION='1.2.86' PORT=8084 quasar dev",
|
||||
"dev": "APP_VERSION='1.2.87' PORT=8084 quasar dev",
|
||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||
"build": "quasar build",
|
||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.86' quasar build -m pwa",
|
||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.86' quasar build -m pwa",
|
||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.87' quasar build -m pwa",
|
||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.87' quasar build -m pwa",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"type-check:watch": "vue-tsc --noEmit --watch",
|
||||
"buildspa": "quasar build -m spa",
|
||||
@@ -21,8 +21,8 @@
|
||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||
"pwa": "NODE_ENV=development PORT=8094 APP_VERSION='1.2.86' quasar dev -m pwa",
|
||||
"spa": "NODE_ENV=development PORT=8084 APP_VERSION='1.2.86' quasar dev",
|
||||
"pwa": "NODE_ENV=development PORT=8094 APP_VERSION='1.2.87' quasar dev -m pwa",
|
||||
"spa": "NODE_ENV=development PORT=8084 APP_VERSION='1.2.87' quasar dev",
|
||||
"debug": "quasar dev --mode debug",
|
||||
"test": "echo \"No test specified\" && exit 0",
|
||||
"generate-sw": "workbox generateSW workbox-config.js",
|
||||
|
||||
12
scripts/_ALL_SITES/gruppomacro.app/.env.development
Executable file
@@ -0,0 +1,12 @@
|
||||
VITE_APP_ID="18"
|
||||
VITE_APP_URL="https://localhost"
|
||||
VITE_MONGODB_HOST="https://localhost:3000"
|
||||
VITE_LOGO_REG='gruppomacro-logo-full.png'
|
||||
VITE_PUBLICKEY_PUSH='BDncvMiUZmjaCG2Kr1V9N0_33hOG-AuNSbHSvL24y2dzBiUjAxKm02emx5SeJvz2IGmtRf6YqCgopeQwCwUmZw8'
|
||||
VITE_DEBUG="1"
|
||||
VITE_VUE_APP_ISTEST=0
|
||||
VITE_VUE_APP_INLOCALE=1
|
||||
DIRECTORY_LOCAL="newfreeplanet"
|
||||
DIRECTORY_SERVER="freeplanet_serverside"
|
||||
SERVERDIR_WEBSITE=""
|
||||
SERVERPW_WEBSITE=""
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gruppomacro",
|
||||
"version": "1.2.86",
|
||||
"version": "1.2.87",
|
||||
"productName": "Gruppo Macro",
|
||||
"description": "Il Gruppo Editoriale Macro, attivo dal 1987, è leader europeo nella pubblicazione di libri per il benessere e la consapevolezza. Con oltre 1.500 titoli, promuove una visione armonica del mondo, offrendo opere di autori internazionali e italiani come Gregg Braden, Bruce Lipton, Joe Dispenza, Louise Hay, Eckhart Tolle e molti altri. Scopri un'editoria che abbraccia il corpo, la mente, lo spirito e l'ecologia.",
|
||||
"author": "Surya",
|
||||
@@ -9,20 +9,20 @@
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "PORT=8089 APP_VERSION='1.2.86' quasar dev",
|
||||
"dev": "PORT=8089 APP_VERSION='1.2.87' quasar dev",
|
||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||
"build": "quasar build",
|
||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.86' quasar build -m pwa",
|
||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.86' quasar build -m pwa",
|
||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.87' quasar build -m pwa",
|
||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.87' quasar build -m pwa",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"type-check:watch": "vue-tsc --noEmit --watch",
|
||||
"buildspa": "APP_VERSION='1.2.86' quasar build -m spa",
|
||||
"buildspa": "APP_VERSION='1.2.87' quasar build -m spa",
|
||||
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
|
||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||
"pwa": "NODE_ENV=development PORT=8099 APP_VERSION='1.2.86' quasar dev -m pwa",
|
||||
"spa": "NODE_ENV=development PORT=8089 APP_VERSION='1.2.86' quasar dev",
|
||||
"pwa": "NODE_ENV=development PORT=8099 APP_VERSION='1.2.87' quasar dev -m pwa",
|
||||
"spa": "NODE_ENV=development PORT=8089 APP_VERSION='1.2.87' quasar dev",
|
||||
"debug": "quasar dev --mode debug",
|
||||
"test": "echo \"No test specified\" && exit 0",
|
||||
"generate-sw": "workbox generateSW workbox-config.js",
|
||||
|
||||
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 567 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/100-baby-snack.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 150 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 48 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824400047.jpg
Normal file
|
After Width: | Height: | Size: 247 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824400092.jpg
Normal file
|
After Width: | Height: | Size: 182 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824400146.jpg
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824400191.jpg
Normal file
|
After Width: | Height: | Size: 192 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824400337.jpg
Normal file
|
After Width: | Height: | Size: 686 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824400641.jpg
Normal file
|
After Width: | Height: | Size: 198 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824400740.jpg
Normal file
|
After Width: | Height: | Size: 332 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824401020.jpg
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824401068.jpg
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824401105.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824401150.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824401242.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824401280.jpg
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824401334.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824401495.jpg
Normal file
|
After Width: | Height: | Size: 331 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824401624.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824401716.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824401853.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824402256.jpg
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824403215.jpg
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824403260.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824404151.jpg
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824404519.jpg
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824405615.jpg
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824406094.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4012824406100.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4015533014994.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4015533015007.jpg
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088900003.jpg
Normal file
|
After Width: | Height: | Size: 392 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088900010.jpg
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088900027.jpg
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088900034.jpg
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088900041.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088900058.jpg
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088900201.jpg
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088900218.jpg
Normal file
|
After Width: | Height: | Size: 114 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088900225.jpg
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088900232.jpg
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088900683.jpg
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088923811.jpg
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088980050.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088980104.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/4251088980159.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 18 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/5-ferite-vol-2.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 96 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/5600872803133.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 300 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/7618500940110.jpg
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 629 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/8004192103107.jpg
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/8016323046863.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
scripts/_ALL_SITES/gruppomacro.app/products/8017977000515.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |