[TYPO3-UG Italy] Extendedshop template

Mauro Lorenzutti mauro.lorenzutti at webformat.com
Sat Mar 22 16:04:29 CET 2014


Ciao Gianpaolo,

purtroppo non c'è un markatore simile, puoi aggiungerlo mediante l'hook
seguente:

// Hook that can be used to manage custom fields
        if
(is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['extendedshop']['custom_product_fields']))
{

foreach($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['extendedshop']['custom_product_fields']
as $_classRef)    {
                $_procObj = &t3lib_div::getUserObj($_classRef);
                $markerArray =
$_procObj->evaluateCustomProductFields($this->parent, $markerArray,
$template, $this->product, $basket_item, $inBasket, $this->conf);
            }
        }

Ciao,
Mauro



Il giorno 21 marzo 2014 19:14, Gianpaolo Scrigna <letsjump at gmail.com> ha
scritto:

> Per quanto riguarda il ridimensionamento delle immagini mi rispondo da
> solo!
> Funziona... le immagini caricate per prova erano di dimensioni inferiori e
> quindi non venivano "toccate" dall'impostazione width.
>
> Per quanto riguarda il link al singolo prodotto? Esiste qualche marker o
> qualche escamotage?
>
> Ciaoooo
>
>
> Il giorno 21 marzo 2014 18:45, Gianpaolo Scrigna <letsjump at gmail.com> ha
> scritto:
>
> > Ciao a tutti
> >
> > devo fare alcune modifiche su di un webshop fatto con l'estensione
> > Extendedshop su Typo3 4.7.
> > Esiste un modo per fare il crop delle immagini nella visualizzazione
> > "lista"?
> > Ho provato con
> >
> > # Configuration of the list image
> >     listImage {
> >         file.width = 208 #non va
> >         file.height = 133c #non va
> >
> >         width = 208 #non va
> >         height = 133c #non va
> >
> >         maxW = 208
> >         maxH= 133c #non va
> >
> >     }
> >
> > ma non va... non è una imgResource? Dove sto sbagliando?
> >
> > Inoltre, esiste un marker che restituisce il link al dettaglio prodotto?
> > (tipo ###PRODUCT_URL###) Non posso associarlo all'immagine perchè la
> > grafica è piuttosto complessa ed al passaggio del puntatore sull'immagine
> > c'è un effetto hover con una descrizione base.
> >
> > Grazie e buon w.end
> >
> > Gianpaolo
> > Trieste
> > _______________________________________________
> > TYPO3-UG-Italy mailing list
> > TYPO3-UG-Italy at lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-ug-italy
> >
> _______________________________________________
> TYPO3-UG-Italy mailing list
> TYPO3-UG-Italy at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-ug-italy
>



-- 
-- 

Mauro Lorenzutti

CTO / Software Architect
mauro.lorenzutti at webformat.com
Tel.   +39-0427-926.389

WEBFORMAT srl - www.webformat.com
Via Mecenate, 76 - 20138 MILANO
Corte Europa, 12 - 33097 SPILIMBERGO (PN)

*** TYPO3 Certified Integrator *** - *** Magento Certified Developer ***


More information about the TYPO3-UG-Italy mailing list