在计算购物车总数时执行。所有购物车信息都传递给钩子。这里给出的例子。
参数
变量 | 类型 | 注意 |
---|---|---|
products | array | 购物车中每个产品的产品信息索引数组。 |
domains | array | 购物车中每个域的域信息索引数组。 |
响应
不支持响应
示例代码
<?php
add_hook('PreCalculateCartTotals', 1, function($vars) {
// Perform hook code here...
});
相关用法
- PHP WHMCS PreCronJob用法及代码示例
- PHP WHMCS PreAutomationTask用法及代码示例
- PHP WHMCS PreModuleRenew用法及代码示例
- PHP WHMCS PremiumPriceOverride用法及代码示例
- PHP WHMCS PreModuleProvisionAddOnFeature用法及代码示例
- PHP WHMCS PreRegistrarGetDNS用法及代码示例
- PHP WHMCS PreRegistrarGetNameservers用法及代码示例
- PHP WHMCS PreRegistrarSaveContactDetails用法及代码示例
- PHP WHMCS PreEmailSendReduceRecipients用法及代码示例
- PHP WHMCS PreRegistrarRenewDomain用法及代码示例
- PHP WHMCS PreModuleCreate用法及代码示例
- PHP WHMCS PreFraudCheck用法及代码示例
- PHP WHMCS PreRegistrarTransferDomain用法及代码示例
- PHP WHMCS PreModuleSuspendAddOnFeature用法及代码示例
- PHP WHMCS PreRegistrarGetContactDetails用法及代码示例
- PHP WHMCS PreUpgradeCheckout用法及代码示例
- PHP WHMCS PreModuleChangePassword用法及代码示例
- PHP WHMCS PreRegistrarGetEPPCode用法及代码示例
- PHP WHMCS PreShoppingCartCheckout用法及代码示例
- PHP WHMCS PreModuleDeprovisionAddOnFeature用法及代码示例
- PHP WHMCS PreModuleCustom用法及代码示例
- PHP WHMCS PreDomainRegister用法及代码示例
- PHP WHMCS PreServiceEdit用法及代码示例
- PHP WHMCS PreModuleTerminate用法及代码示例
- PHP WHMCS PreDeleteClient用法及代码示例
注:本文由纯净天空筛选整理自whmcs.com大神的英文原创作品 PreCalculateCartTotals。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。