API: Checkout Settings
$padloper->getShopCheckoutSettings()
Get shop checkout settings.Includes information such as when to send automatic emails after a checkout is abandoned, etc.
// get shop checkout settings.
/** @var WireData $shopCheckoutSettings */
$shopCheckoutSettings = $padloper->getShopCheckoutSettings();
$abandonedCheckoutFollowupTime = $shopCheckoutSettings->send_abandoned_checkout_emails_after;
echo $abandonedCheckoutFollowupTime;
1
2
3
4
5
2
3
4
5
output: 6