Recommended PrestShop Version

Thanks for choosing Agile.
For customers using our Agile Multiple Seller module and its accessry modules, we highly recommend to use PrestaShop 1.6x or 1.7.5 or lower. PrestaShop has made some changes in versions higher than 1.7.6 that makes it possible or very difficult to implement some of features via hooks, or override, since required hooks or override is not available.

Sept. 05, 2019

In questa sezione vi dirà come cambiare la posizione del blocco Agile Paypal Express Checkout.

 

Spostare il "Exptress Checkout" gancio dal basso verso l'alto

how to change the paypal express checkout hook location

 

 

È necessario modificare il file seguente

YourStoreRoot/themes/YourStoreTheme/shopping-cart.ptl

 

Trovare la nostra linea seguente

& lt; div id = "HOOK_SHOPPING_CART" & gt;{$HOOK_SHOPPING_CART} lt; /divgt;

Spostare sopra linea in posizione a destra dopo aver seguito la linea

& lt; h1 id = "cart_title" & gt;{s l = 'Riepilogo carrello di Shopping'} & lt; / h1 & gt;

Dopo aver finito le modifiche, devi disbale cache di smarty temporanea per consentire le modifiche essere riflessa.  Vedi qui su come modificare le impostazioni di smarty.