Stefan Huber
Stefan Huber
I don't know what you mean by the default application, however if you take a look at the stencil-site it is imported inside the app-root component: https://github.com/ionic-team/stencil-site/blob/master/src/components/app-root/app-root.tsx
To be honest I have never used the Web based installer of opencart, as the CLI installation works great ;) I am using Robo Taskrunner to install opencart from cli,...
@prhost yes some time ago i started with a project (https://github.com/beyondit/ocok) which is based on symfony. There is even one thing, which might be interesting to think about together: (https://github.com/beyondit/ocok/blob/codegenerator/src/BeyondIT/OCOK/GeneratorCommand.php)....
PDF is quite difficult to get right, as a store owner probably wants to have many customizations to the generated PDF, e.g. integrating his corporate identity. I know from Magento...
I think it is a good idea. However coping files might not be enough. I solved some of the other aspects: https://github.com/beyondit/opencart-extension-installer e.g. the opencart module allows php,xml or sql...
I think this should be done by the operating system. It would be good to use monolog or at least psr-3 logger interface
Ok. One needs cronjobs for that? This is also something which is not available maybe on shared hosting.
https://seldaek.github.io/monolog/doc/02-handlers-formatters-processors.html#log-to-files-and-syslog monolog has a rotatingfilehandler build in
I have a private oc extension. I will put it on github soon. Maybe it is compatible...
Ok, I have published my opencart stripe module on git: https://github.com/beyondit/opencart-stripe-extension. This is also installable via composer. Maybe this can be the first integration i can provide for copona...