dapurhosting.com Blog for Tech

November 12, 2019

Disable Contact Form Prestashop

Filed under: Uncategorized — dh @ 3:45 am

navigasi ke

overrides/controllers/front

Buat file ContactController.php

Isi dengan

class ContactController extends ContactControllerCore {
public function init()
{
Tools::redirect('pagenotfound'); // redirect contact page to 404 page
}
}

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress