Whenever you enable the Marketplace store products, the pages for each theme cannot find or load the store.css file located in the /templates/theme-name/css/ folder although it is there.
This might have something to do with the nginx rules but am unsure how to fix it.
How to reproduce
Create new site, use WHMCS template
Install WHMCS
Activate the marketplace products at /admin/marketconnect.php
View store product page at /index.php?rp=/store/ssl-certificates
View source and you can see 404 for store.css
Go directly to the /templates/theme-name/css/store.css and it will show not found
Verify via ftp and ssh that it is there.
Possible Solution
Update nginx.conf to take into consideration store.css
To fix it, I went ahead and renamed all store.css to theme1.css and replaced all references in the template files from store.css to theme1.css and it loaded just fine.
details here: https://github.com/cloudpanel-io/cloudpanel-ce/issues/215
CloudPanel version(s) affected
Description
This might have something to do with the nginx rules but am unsure how to fix it.
How to reproduce
Possible Solution