disable all function e-commerce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 anni tempo fa
hi

it possible disable all e-commerce functions, for the site to become a catalog of products .. and then re-enable these functions??

hi
11 anni tempo fa
sure, yes -

in admin go to configuration-->access control list

untick
Public store. Display Prices
and
Public store. Enable shopping cart

from all users ( maybe except admin ) and click 'save' then view your store.


If that's not enough, you can modify the code - by editing:  views/catalog
      ProductTemplate.SingleVariant.cshtml
or
      ProductTemplate.VariantsInGrid.cshtml

(and also the mobile version of these pages if you have enabled mobile theme )

Also, you could create a new custom product template and using it for each of your products ( you have to then add this manually into the database table 'ProductTemplates'
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.