Hello,
We have a website which allows our customers to request a quote on the products we sell.
I would like to remove this facility and also remove the "Quote button" next to each product and removing the "Quote Basket" menu across the top of the site.
Can anyone advise please?
I have attached a screenshot below:
Solved! Go to Solution.
Hi @citywest,
Quote button is not a magento default functionality..
May be there is any custom module or extension installed. You can check in app/etc/modules folder. and find related xml file and disable that module.
Another way:
You can enable template path link from the admin panel.
Then you can manually edit that file and remove quote button from the phtml file.
To enable template path hints follow the following steps:
Hi @citywest,
Quote button is not a magento default functionality..
May be there is any custom module or extension installed. You can check in app/etc/modules folder. and find related xml file and disable that module.
Another way:
You can enable template path link from the admin panel.
Then you can manually edit that file and remove quote button from the phtml file.
To enable template path hints follow the following steps: