Store products displaying only

I am building a new site for a client and we have about 500 products and 1200 variations.
These products are NOT for sale, he only wants his vendors to see the available products online instead of use a catalog.

These products should be updated in bulk. Is this something I can do using your theme?

Thank you!

Hi @LucyKeile,

The described task is nothing to do with the themes. Still, I would suggest you check the following PHP environment variable and values for the huge number of updates and longer time of executions.

memory_limit = 512M
upload_max_filesize = 512M
post_max_size = 512M
max_execution_time = 300

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.