jekkos

Results 480 comments of jekkos

@SteveIreland if a customer has a balance due, how will we process this in the receipt? Will we add an additional payment to make up for this balance? Not sure...

> Okay, if no one vetoes this change, then I will add a credit limit amount to the customer table. If zero then it will be ignored. If greater than...

Can you check what urls the browser is trying to load for the CSS? Where they point to? Just open the developer console in your browser.

Can you try to remove the line with nosniff in .htaccess?

This one specifically ``` Header set X-Content-Type-Options "nosniff" ```

I think the issue is that it's returning the wrong mimetype. I thought the header would cause that but that seems to be not the case.

Can you check if [mod_mime ](https://httpd.apache.org/docs/current/mod/mod_mime.html) is enabled and configured correctly for css and js?

Thanks for that. The BTC payment integrations look neat. We had some plans to do bitpay integration earlier but never got to it. It might be interesting to try and...

Might be good to run a composer update to see if the lock file is put in sync?