I will have to disagree with the above statement. If you keep all styling (not structure) in your CSS classes(Theme>Stylesheet) you will never have to worry about upgrading to new versions of nopCommerce. If you modify the structure(the above statement would be correct) of the HTML layout upgrades will be much more difficult.
Since I also need to change the order of some of the fields I am looking at ...\Views\Checkout. However, the order of fields in this file don't appear to be the same order as on the displayed page.
Also, if I want to change the label, such as first name, email etc., where do I do that?
I guess I should have clarified "Look at the Views in this folder". I didn't mean to imply that all changes would be made there (although certain ones need to be - e.g. replace a text box with a drop down). Rather, I was also implying that all the info needed for changes are in the Views - i.e. the names of the style sheet classes. E.g.
However, I'll have to disagree :) with eddtech wrote:
If you keep all styling (not structure) in your CSS classes(Theme>Stylesheet) you will never have to worry about upgrading to new versions of nopCommerce....
That's not always the case. New features added to the core can also include changes to style classes, and addition of new classes. If you don't deal with them by either merging with, or modifying your stylesheet, then things may look funny.
That's not always the case. New features added to the core can also include changes to style classes, and addition of new classes. If you don't deal with them by either merging with, or modifying your stylesheet, then things may look funny.
Their has to be a way to dynamically assign CSS class(es) on a global scale, maybe resource driven. Any ideas? This way we can continually update the back-end with incorporated scripts to update resources on the fly... Maybe that is too convenient, and out-of-bounds, but I am sure there has to be many different ways to avoid this in the future.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hai ancora qualche domanda o hai bisogno di aiuto?