Hi,
On google search, I see lists of all vendors (I am using CS cart 4.3.5) under:
www.xyz.com/index.php?dispatch=companies.catalog
I don't want to expose any vendor details.
Also, for specific vendor's page, all contact info including address & phone numbers are displayed, which I dont want to display(www.xyz.com/index.php?dispatch=companies.view&company_id=13).
Is there a way to block this display?
Thanks & Regards,
Fahad
Hello.
You can:
- add new layouts with custom dispatch = companies.catalog and dispatch = Vendors (companies.view) on the manage layouts page with some html block with info about restrict of this page.
- create 301 redirect to 404 page
Thank you.
Hi,
On google search, I see lists of all vendors (I am using CS cart 4.3.5) under:
www.xyz.com/index.php?dispatch=companies.catalog
I don't want to expose any vendor details.
Also, for specific vendor's page, all contact info including address & phone numbers are displayed, which I dont want to display(www.xyz.com/index.php?dispatch=companies.view&company_id=13).
Is there a way to block this display?
Thanks & Regards,
Fahad
Do you want to completely remove these pages or remove them from index?
On vendors detail page I don't want to display vendor's email id phone number, shipping address etc.
Also, can I remove vendors page from index too?
As for vendor details page, please correct the following file. All necessary fields have corresponding names
design/themes/YOUR_THEME/templates/views/companies/view.tpl
As for the index, please add corresponding rules to the robots.txt file or extend the schema of the SEO module:
app/addons/seo/schemas/seo/indexation.php
'companies.catalog' => array(
'noindex' => true,
),
'companies.view' => array(
'noindex' => true,
),
Then clear the cache
As for vendor details page, please correct the following file. All necessary fields have corresponding names
design/themes/YOUR_THEME/templates/views/companies/view.tpl
As for the index, please add corresponding rules to the robots.txt file or extend the schema of the SEO module:
app/addons/seo/schemas/seo/indexation.php
'companies.catalog' => array(
'noindex' => true,
),
'companies.view' => array(
'noindex' => true,
),
Then clear the cache
ЗдравÑтвуйте,
У менÑ, беÑтолковой, так и не получилоÑÑŒ...
Сначала пробовала пиÑать в robots.txt:
Disallow: /*companies.catalog - ÑÐ½Ð´ÐµÐºÑ Ð¸Ð· поиÑка удалил без проблем
Disallow: /*companies.view - ругаетÑÑ, пишет "Ðет оÑнований Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ. Сервер не возвращает код 404, индекÑирование не запрещено ни в robots.txt, ни метатегом noindex"
Потом попыталаÑÑŒ заменить
),
'companies.view' => array(
'index' => array('company_id')
на
),
'companies.view' => array(
'noindex' => true, (как вы пишете выше) - тоже ничего не получаетÑÑ, ответ ЯндекÑа тот же...
Сache удалÑла...
ОбъÑÑните, пожалуйÑта, как Ñто нужно Ñделать правильно?
С уважением,
Елена
Рвы ждали поÑле изменений? Может ÑÐ½Ð´ÐµÐºÑ Ð½Ðµ заходил на Ñту Ñтраницу?
Рвы ждали поÑле изменений? Может ÑÐ½Ð´ÐµÐºÑ Ð½Ðµ заходил на Ñту Ñтраницу?
в ВебмаÑтере захожу в Удалить УРЛ - еÑли даже Ñекунду назад удалила Ñтраницу или добавила в роботÑ.тхт, он зелененьким оповещает, что Ñтраница поÑтавлена в очередь на удаление...
Ð Ñ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸ÐµÑ.вью - никак, пишет краÑным: не удалÑла, Ð½Ð¾Ð¸Ð½Ð´ÐµÐºÑ Ð½Ðµ пиÑала и Ñ‚.п., а потому "нет оÑнований на удалениÑ"...
Рвы ждали поÑле изменений? Может ÑÐ½Ð´ÐµÐºÑ Ð½Ðµ заходил на Ñту Ñтраницу?
Прошу Ð¿Ñ€Ð¾Ñ‰ÐµÐ½Ð¸Ñ - делаю одно, а удалить из поиÑка пытаюÑÑŒ другое, роÑомаха...
СпаÑибо!
С уважением,
Елена
khushi
September 7, 2017, 12:00am
12
hii all
i want to disable vendor name from product detail page
how should i hide it.
thanks.
hii all
i want to disable vendor name from product detail page
how should i hide it.
thanks.
Please add the following code to the CSS section of the Theme editor
.ty-product-block__advanced-option .ty-control-group {
display: none;
}
Hi,
How to disable vendor name from product detail page, from shipping (including status of product when is sent to customer)?
Thus I want to disconnect all connections between vendors and customers.
Thanks