Yes, I am.
Yes, I am.
Our Site: http://zucando.com
Marketing Plugins: Marketing Modules
Free Response Templates: Responsive Templates
Our Site: http://zucando.com
Marketing Plugins: Marketing Modules
Free Response Templates: Responsive Templates
Hate to be the bearer of bad news and I might even be way off but here is my 2 cents.
I do believe Zen Cart is licensed under GNU General Public License version 2.0 (GPLv2) and the Bootstrap code is licensed under Apache License v2.0 and that Apache License v2.0 is not compatible with GPL version 2, which exclude certain patent termination and indemnification provisions.
Unless Zen Cart has changed to be licensed under GNU General Public License version 3.0 (GPLv3). Not sure if they did and if they didn't, changing Zen Carts license from GPLv2 to GPLv3 would be a very simple change administratively/legally and a monumental task culturally. It's not something that's going to happen any time soon IMO unless they already did, although I would like to see it happen eventually for various reasons.
On the other hand:
Version 3.1 of the Bootstrap Code might be moving from the Apache 2 to the MIT license for the Bootstrap code only (not the docs).
Get Excited!
Last edited by rbarbour; 29 Oct 2013 at 05:42 AM.
Our Site: http://zucando.com
Marketing Plugins: Marketing Modules
Free Response Templates: Responsive Templates
Let me say what folks are being too polite to say then.. If you have included Bootstrap in your template package, it will be rejected due to the differences in the license of Bootstrap versus the Zen Cart licence.. If as you say your template doesn't REQUIRE Bootstrap, then remove it and resubmit your template..
BOOM!!!now the elephant in the room is gone..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I stand corrected on the rules of what is required to submit a template which requires Bootstrap.. From the great DrByte..
http://www.zen-cart.com/showthread.p...73#post1217573
However, if you can incorporate the media queries which include "label, input, select, form" into your responsive.css, that probably is the better long term plan anyway.. It certainly would eliminate all the MANY support questions you WILL get surrounding downloading and installing Bootstrap..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Simply applying the CSS Attribute Selectors to the main CSS file will suffice.
However, with or without Bootstrap, your template is fluid - not responsive. Your template only responds (changes layouts) at breakpoints (media query) set min, max widths.
Using the stock ZC HTML tables, shrinking and expanding only happens in between those breakpoints if the content within the HTML tables allow it to do so.
This is not a bad thing, and looking at your code you have designed a very nice, easy and adaptable fluid template for Zen Cart (the first of it's kind released actually) if the Bootstrap code is removed.
Again, MO and awesome job on the layout, consistency in design and changing of content based on breakpoints.