Products:
getProductsCount(); ?>
getProductsToUpdateCount();
if ($count > 0) {
$per = getKbAmz()->getOption('updateProductsPriceCronNumberToProcess');
$interval = getKbAmz()->getOption('updateProductsPriceCronInterval');
$intervals = $count / $per;
$intervalHours = 1;
if ($interval == 'twicedaily') {
$intervalHours = 12;
} else if ($interval == 'daily') {
$intervalHours = 24;
}
$hours = ceil($intervals . $intervalHours);
}
?>
Time To Update:
h
Requests/Avg. Time:
getOption('AmazonRequests', 1); ?>
/
getOption('averageTimeToFetch', 1) * 1000; ?>ms
Cron Last Run:
getOption('LastCronRun', '-'); ?>
getProductsCount()) { ?>
getProductsCount();
$publishedCount = getKbAmz()->getPublishedProductsCount();
$max = getKbAmz()->getOption('maxProductsCount');
?>
$count && $count > $max * 0.8) { ?>
getOption('maxProductsCount')); ?>
getOption('maxProductsCount')); ?>
here.'), $count, getKbAmz()->getOption('maxProductsCount'), http_build_query($params)
);
?>