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

Esta seção mostrará como alterar a localização do bloco de Agile Paypal Express Checkout.

 

Mover o "check out Exptress" gancho de baixo para cima

how to change the paypal express checkout hook location

 

 

Você precisa alterar o arquivo a seguir

YourStoreRoot/themes/YourStoreTheme/shopping-cart.ptl

 

Encontrar nossa linha seguinte

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

Mover acima da linha ao local logo após a seguinte linha

& lt; h1 id = "cart_title" & gt;{l s = 'Shopping cart summary'} & lt; / h1 & gt;

Depois de concluir as alterações, você precisará disbale cache de smarty temporária para permitir que as alterações sejam refletidas.  Ver aqui sobre como alterar as configurações do smarty.