If you have any questions about this add-on ask them here and I'll try to help out.
If you have any questions about this add-on ask them here and I'll try to help out.
Oops!
I didn't realize the add-on would take days to approve on average so I posted a support thread for it before submitting it. (I don't know what I was thinking by not giving a description).
The add-on (which hasn't been approved yet) allows you to auto-load specific JavaScripts or Stylesheets for IE.
Sorry for the inconvenience.
If a moderator would remove the topic I would appreciate it.
How is it different from this existing addon? http://www.zen-cart.com/index.php?ma...roducts_id=493
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
As long as it works and you're willing to support it, extending and improving existing code is what open source is all about.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
The two contribs have been combined.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Ok, thanks for the explanation/help, Kuroi and DrByte.
I will be reading up on all the add-on creation information before making/extending any more add-ons.
Thanks!
This helped out HUGE!...thanks for contributing your work!
I examined a version of this mod while helping someone, and noticed that it loads all IE-specific stylesheets before page/cat/etc-specific stylesheets.
This means that it is not possible to add IE-only styling that overrides page-specific styling.
I would like opinions on whether there would be any downside to moving the IE-only stylesheet loading to after the page-specific stylesheets.
It would be possible to do IE-only page-specific stylesheets, but that would add a large chunk of code to the file, about tripling the page-specific section, plus requiring filtering for all those potential files in the first IE-only section (another doubling or so).
An alternative to moving the IE stylesheet loading would be to put page-specific styling rules in the IE-only file(s). That would work fine in many cases, but would require knowledgeable action by every user.
Bookmarks