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 ;

后完成所做的更改,您将需要 disbale smarty 缓存临时允许以反映更改。在这里看到如何更改智者设置。