Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 General
 Suggestions - NOT QUESTIONS
 ectcart.css pre-processor
Author « Topic »  

atlend
Advanced Member

USA
322 Posts

Posted - 11/04/2018 :  08:38:47  
It would be very helpful to include the ectcart css file in a format like less or sass. Unless you guys actually hand code all 2000 lines of code for that...

dbdave
ECT Moderator

USA
10411 Posts

Posted - 11/04/2018 :  11:00:46  
My personal thoughts are that it's not worth any gains for ect to throw this out there to it's user base. Most folks have never hear of less and sass.
I think you can convert your css file to one or the other if it's suits you.

atlend
Advanced Member

USA
322 Posts

Posted - 11/06/2018 :  04:59:34  
Its not particularly easy to convert a compiled css to its pre-processed form. Plus reconciling differences between files when they are updated would be a chore. I would find it extremely helpful if that is how it is being developed. All it would be is a file included in the /css directory in the uploioad... Even if I could get that on a request basis that would be great.

dbdave
ECT Moderator

USA
10411 Posts

Posted - 11/06/2018 :  07:17:23  
For those of us who do not understand the gains or benefits of this, can you explain?

insight
ECT Moderator

USA
4479 Posts

Posted - 11/06/2018 :  10:25:31  
quote:
Unless you guys actually hand code all 2000 lines of code for that...

Yes, that's exactly what they do, so there's no less or sass files available. I do use both, but in this context you have to @import the finished ECT css as-is on top of the base css you wrote with less or sass, and build it into one compiled css file. You wind up with some duplicates, overrides and a bit of a specificity war going on, but it kinda works

Peter

ServeLink
Professional ecommerce web hosting for ASP & PHP
https://servelink.com

Take a look at our image upload/resize tool for the ASP cart
https://servelink.com/clients/cart.php?gid=7

John M
Advanced Member

459 Posts

Pre-sales questions only
(More Details...)

Posted - 11/07/2018 :  08:24:50  
Having looked at this previously it is quite a ridiculous over complication of such a simple task with no real benefit.

Even worse it appears more than anything to be a way to obfuscate what would normally be very a simple css task by a user and turn it into a very costly IT change.

Unless things have changed recently then the business benefits should be very clearly spelt out.

John

ITZAP
Ecommerce Template Guru

Australia
1018 Posts

Posted - 11/08/2018 :  04:42:34  
Hmm, as insight (Peter) said, the whole point behind LESS, SASS, SCSS files (full of designer comments) is that you can use a program like GULP to write a process that:

> Imports a number of SCSS files in a specific order, then
> Combines and exports the contents of all into ONE compressed (minified) CSS file,
> Thus reducing file size and number of server CSS file requests, all of which helps to make your website load faster.

ZURB Foundation use GULP SASS as a stock standard compiler tool. It is a more advanced website build process, but you soon come to grips with it and recognise that this is most definitely the way to go.

You can watch a YouTube GULP demonstration video here >

Gary
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000