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

This section will tell you how to change the location of Agile Paypal Express Checkout block.

 

Move the "Exptress Checkout" hook from bottom to top

how to change the paypal express checkout hook location

 

 

You will also need to change the following file:

YourStoreRoot/themes/YourStoreTheme/shopping-cart.ptl


Find the following line:

<div id="HOOK_SHOPPING_CART">{$HOOK_SHOPPING_CART}lt;/divgt;

Now move the above line to the location immediately after following line:

<h1 id="cart_title">{l s='Shopping cart summary'}</h1>


Once you have completed these changes, you will need to disbale smarty cache temporarily to allow the changes to be reflected.  See here on how to change the smarty settings.