Pricing
14-day free trial no credit card required.
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/cdn/plugin.php [line: 75 - 83] */
function ($publicPath, $type, $image, $size){
$publicPath = $options['url'];
$publicPath = str_replace(
['%host%', '%type%', '%image%', '%size%'],
[$_SERVER['HTTP_HOST'], $type, $image, $size],
$publicPath);
return [$publicPath, $type, $image, $size];
});
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/theme-market/plugin.php [line: 107 - 113] */
function ($image, $type, $size){
if ($type == 'product') {
$image = str_replace('/media/', '', $image);
}
return [$image, $type, $size];
});
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/debug/plugin.php [line: 124 - 129] */
function ($sql, $params){
$debugSql = $db->debugSql($sql, $params);
$this->view->debug['data']['sql'][] = [$sql, $params + ['sql' => $debugSql]];
return [$sql, $params];
});
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/debug/plugin.php [line: 167 - 180] */
function (){
$events = Event::getEvents();
array_walk_recursive($events, function (&$value, $key) {
if (is_object($value)) {
if ($value instanceof \Closure) {
$value = $this->closureDump($value);
}
}
});
$this->view->debug['data']['filters'] = $events;
$this->view->debug['data']['request'] = Routes::getUrlData();
});
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/theme-market/plugin.php [line: 90 - 99] */
function ($template, $htmlFile, $tplFile, $vTpl, $view){
// add captcha js and field to page
//if ($url = Routes::getUrlData()) {
//if (in_array($url['module'], $routes)) {
$vTpl->loadTemplateFile(__DIR__ . '/app/template/common.tpl');
//}
//}
return [$template, $htmlFile, $tplFile, $vTpl, $view];
});
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/dicebear/plugin.php [line: 61 - 94] */
function ($comments){
$options = \Vvveb\getSetting('dicebear', ['url', 'size', 'style', 'flip']);
$commentType = false;
foreach ($types as $type) {
if (isset($comments[$type])) {
$commentType = $type;
break;
}
}
if ($commentType) {
foreach ($comments[$commentType] as &$comment) {
if ((! isset($comment['avatar']) || ! $comment['avatar']) &&
(isset($comment['email']) || ! $comment['email'])) {
$comment['avatar'] = $this->getDiceBear(
$comment['email'],
$options['url'] ?? DICEBAR_URL,
$options['size'] ?? 60,
$options['style'] ?? 'fun-emoji',
$options['flip'] ?? 'false'
);
}
if (isset($options['size'])) {
$comment['size'] = $options['size'];
}
}
}
return [$comments];
};
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/gravatar/plugin.php [line: 61 - 88] */
function ($comments){
$options = \Vvveb\getSetting('gravatar', ['size', 'rating', 'default']);
$commentType = false;
foreach ($types as $type) {
if (isset($comments[$type])) {
$commentType = $type;
break;
}
}
if ($commentType) {
foreach ($comments[$commentType] as &$comment) {
if (! isset($comment['avatar']) || ! $comment['avatar']) {
$comment['avatar'] = $this->getGravatar(
$comment['email'],
$options['size'] ?? 60,
$options['default'] ?? 'mm',
$options['rating'] ?? 'g'
);
}
}
}
return [$comments];
};
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/dicebear/plugin.php [line: 61 - 94] */
function ($comments){
$options = \Vvveb\getSetting('dicebear', ['url', 'size', 'style', 'flip']);
$commentType = false;
foreach ($types as $type) {
if (isset($comments[$type])) {
$commentType = $type;
break;
}
}
if ($commentType) {
foreach ($comments[$commentType] as &$comment) {
if ((! isset($comment['avatar']) || ! $comment['avatar']) &&
(isset($comment['email']) || ! $comment['email'])) {
$comment['avatar'] = $this->getDiceBear(
$comment['email'],
$options['url'] ?? DICEBAR_URL,
$options['size'] ?? 60,
$options['style'] ?? 'fun-emoji',
$options['flip'] ?? 'false'
);
}
if (isset($options['size'])) {
$comment['size'] = $options['size'];
}
}
}
return [$comments];
};
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/gravatar/plugin.php [line: 61 - 88] */
function ($comments){
$options = \Vvveb\getSetting('gravatar', ['size', 'rating', 'default']);
$commentType = false;
foreach ($types as $type) {
if (isset($comments[$type])) {
$commentType = $type;
break;
}
}
if ($commentType) {
foreach ($comments[$commentType] as &$comment) {
if (! isset($comment['avatar']) || ! $comment['avatar']) {
$comment['avatar'] = $this->getGravatar(
$comment['email'],
$options['size'] ?? 60,
$options['default'] ?? 'mm',
$options['rating'] ?? 'g'
);
}
}
}
return [$comments];
};
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/dicebear/plugin.php [line: 61 - 94] */
function ($comments){
$options = \Vvveb\getSetting('dicebear', ['url', 'size', 'style', 'flip']);
$commentType = false;
foreach ($types as $type) {
if (isset($comments[$type])) {
$commentType = $type;
break;
}
}
if ($commentType) {
foreach ($comments[$commentType] as &$comment) {
if ((! isset($comment['avatar']) || ! $comment['avatar']) &&
(isset($comment['email']) || ! $comment['email'])) {
$comment['avatar'] = $this->getDiceBear(
$comment['email'],
$options['url'] ?? DICEBAR_URL,
$options['size'] ?? 60,
$options['style'] ?? 'fun-emoji',
$options['flip'] ?? 'false'
);
}
if (isset($options['size'])) {
$comment['size'] = $options['size'];
}
}
}
return [$comments];
};
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/gravatar/plugin.php [line: 61 - 88] */
function ($comments){
$options = \Vvveb\getSetting('gravatar', ['size', 'rating', 'default']);
$commentType = false;
foreach ($types as $type) {
if (isset($comments[$type])) {
$commentType = $type;
break;
}
}
if ($commentType) {
foreach ($comments[$commentType] as &$comment) {
if (! isset($comment['avatar']) || ! $comment['avatar']) {
$comment['avatar'] = $this->getGravatar(
$comment['email'],
$options['size'] ?? 60,
$options['default'] ?? 'mm',
$options['rating'] ?? 'g'
);
}
}
}
return [$comments];
};
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/shipping/plugin.php [line: 79 - 89] */
function ($site){
$request = Request::getInstance();
$route = $request->get['route'] ?? '';
$module = $request->get['module'] ?? '';
if ($route == '/checkout' || $module == 'checkout/checkout/index') {
$this->init();
}
return [$site];
});
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/theme-market/plugin.php [line: 116 - 120] */
function ($options){
$options['type'] = 'theme';
return [$options];
});
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/theme-market/plugin.php [line: 123 - 131] */
function ($results){
if (isset($results['product'])) {
foreach ($results['product'] as &$product) {
$product['download_link'] = PUBLIC_PATH . 'market/themes/' . $product['slug'] . '.zip';
}
}
return [$results];
});
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/theme-market/plugin.php [line: 134 - 140] */
function ($results){
if ($results) {
$results['download_link'] = PUBLIC_PATH . 'market/themes/' . $results['slug'] . '.zip';
}
return [$results];
});
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/toc-posts/plugin.php [line: 174 - 180] */
function ($results = false){
if ($results && isset($results['content'])) {
$this->toc($results);
}
return [$results];
});
/* /www/wwwroot/ecomdemo.micodetest.com/plugins/toc-posts/plugin.php [line: 182 - 188] */
function ($results = false){
if ($results && isset($results[0])) {
$this->toc($results[0]);
}
return [$results];
});