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

このセクションは、アジャイル Paypal エクスプレス ・ チェック アウト ・ ブロックの位置を変更する方法を教えてくれます。

 

「Exptress チェック アウト」フック下から上に移動

how to change the paypal express checkout hook location

 

 

次のファイルを変更する必要があります。

YourStoreRoot/themes/YourStoreTheme/shopping-cart.ptl

 

私たちの次の行を見つける

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

上の行に右の行後移動します。

& lt; h1 id「cart_title」& gt; ={l s = 'ショッピング カートの概要'} & lt;/h1 & gt;

変更の完了後、smarty キャッシュに反映する変更を許可する一時的な disbale する必要があります。ここで、smarty の設定を変更する方法を参照してください