You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification
public function onAfterRoute(Event $event): void
{
$app = $this->getApplication();
if (!$app->isClient('site')) {
return;
}
$input = $app->getInput();
if ($input->getCmd('option') !== 'com_virtuemart') {
return;
}
if (!in_array($input->getCmd('view'), ['category', 'virtuemart', 'manufacturer', 'search'], true)) {
return;
}
if ($input->get('limitstart', null) !== null) {
return;
}
$input->set('limitstart', 0);
}
a.manuModal {
font-weight: normal !important;
}
a.manuModal::before {
content: "Manufacturer: ";
color: #333;
font-weight: bold;
}
a.manuModal + a.manuModal::before {
content: "" !important;
}Page created in 0.052 seconds with 9 queries.