- catalog/controller/startup/sass.php file.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
it's a perfect working Code, and you could later still add responsive Themes, if you ever change your mind.
And it will function up to PHP v.7.2.x at least, with only one system/library/encryption.php file to replace:
encryption.php ( for up to PHP-7.x Versions )
viewtopic.php?f=198&t=204707&p=733515#p725077
https://www.opencart.com/index.php?rout ... n_id=34428
https://www.opencart.com/index.php?rout ... n_id=34060
Opencart v.1.5.6.5_rc:
https://github.com/opencart/opencart/tr ... 306fb75707
You just cannot install 1.5.6.5_rc under PHP v.7.x, by use of the default install routine, just to have
this mentioned too. But I linked an install routine for PHP v.7.x on the Forum Page, linked below:
viewtopic.php?f=20&t=206762&p=733511#p733490
Good Luck!

Ernie
---
Please don't send me OC Forum Personal Messages, just contact: jti@jacob.ch
---
OC 1.5.6.5 LIGHT Test Site: http://www.bigmax.ch/shop/
OC 1.5.6.5 V-PRO Test Site: http://www.openshop.li/shop/
My Github OC Site: https://github.com/IP-CAM
2'800+ FREE OC Extensions on the World's largest Github OC Repository Archive Site.
Really?
Are you sure it's not possible to create an OC theme without it?
For quick, professional OpenCart support please email info@antropy.co.uk
Positive. The sass controller will still import the scss file from vendors even though a new theme gets created and even though the bootstrap file has not been added into the header.twig file. However, based on the codes being used from CSS, the browser results may not provide full accuracy based on the SCSS enforcement.paulfeakins wrote: ↑Tue Sep 04, 2018 7:13 pmReally?
Are you sure it's not possible to create an OC theme without it?
Which is why, this bootstrap 4 documentation exists: https://getbootstrap.com/docs/4.0/getti ... d/theming/
In the case of OC, it does come before (which is not a bad thing). However, the first bolded statement still applies conditionally and the overrides do come after the Sass file has been instantiated in OC.Every Sass variable in Bootstrap 4 includes the !default flag allowing you to override the variable’s default value in your own Sass without modifying Bootstrap’s source code. Copy and paste variables as needed, modify their values, and remove the !default flag. If a variable has already been assigned, then it won’t be re-assigned by the default values in Bootstrap.
Variable overrides within the same Sass file can come before or after the default variables. However, when overriding across Sass files, your overrides must come before you import Bootstrap’s Sass files.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 33 guests