Forums / Addon Templates / Modern Zen [RI07] Template

Modern Zen [RI07] Template

Results 1 to 20 of 203
03 Nov 2009, 12:16
#1
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Modern Zen [RI07] Template

Demo:
http://phuong.ridevelopement.com/ri-0007/

Please note that we are still working on some last parts on it, let me know what you think about this particular FREE template. If there is enough interest perhaps I will try to speed up the release.

Another flavor of this template for XMas will be ready soon as well.
03 Nov 2009, 15:40
#2
bhejr avatar

bhejr

New Zenner

Join Date:
May 2006
Posts:
26
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Very nice! I have been looking for a new design/layout. This one looks like what I am looking to implement. You do great work with your modules too (free AND paid). Looking into those too. :-)

Been a while since I updated my site. Need a drastic change.
03 Nov 2009, 18:08
#3
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Posts:
10,324
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

When I see quality work like this I get extremely envious. I will vigorously promote this template to clients as well as the modules that make it look even smarter!

Great work - much appreciated by the ZC community.

:clap:
05 Nov 2009, 05:04
#4
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

One of the problems with Zencart 1.3 is that the default template is rather not very nice looking, and most free templates look rather old (by my definition). So I want to contribute a fresh looking, something nice and modern that can be used for many purposes (that is the reason I decided that the main colors of this templates should be rather...generic)

Anyhow, it should be ready soon, I'm still working a bit to make sure it is cross browser compatible.
05 Nov 2009, 06:27
#5
tino_schlegel avatar

tino_schlegel

Totally Zenned

Join Date:
Nov 2007
Posts:
532
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Very nice looking indeed. And if you wanna offer this for free it would be great. And I agree that the standard Zencart template is not up to date and needs a serious facelifting. Why not use such a nice template a the new standrd template?
05 Nov 2009, 14:44
#6
xdragon avatar

xdragon

New Zenner

Join Date:
Nov 2009
Posts:
1
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

:yes: yes very nice and prefessional looking template design .I can.t wait until your done.
08 Nov 2009, 12:23
#7
patf avatar

patf

Zen Follower

Join Date:
May 2008
Posts:
200
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

That looks fantastic.

The biggest issue I have at the moment is customers commenting that our site looks old / does not look great. We are using gloss_blue template which IMO is one of the better of the free templates offered here.

We've been considering purchasing a template but there are so many posts here from people who have purchased templates that were not functional. If I knew a good modern template was available from a seasoned community member I'd be very happy to use it.
09 Nov 2009, 05:02
#8
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

The template is ready

We will release it to a few limited number of people first to ensure we can provide adequate support and bug fix if any.

Please pm me and I will send you the package.

The package will be available in Zencart download section after more testing.
13 Nov 2009, 17:13
#9
bhejr avatar

bhejr

New Zenner

Join Date:
May 2006
Posts:
26
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I get this when running the sql query provided:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO configuration (configuration_title, configuration_key, configuration' at line 4
/** install single listing **/
delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:<br />Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3', 'Select the number of[...]


copied and pasted. running wampserver with ver 5.1.33 for mysql
16 Nov 2009, 08:04
#10
bayernfan avatar

bayernfan

New Zenner

Join Date:
Nov 2009
Posts:
1
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

yellow1912:

The template is ready

We will release it to a few limited number of people first to ensure we can provide adequate support and bug fix if any.

Please pm me and I will send you the package.

The package will be available in Zencart download section after more testing.


Hi yellow1912,

I sent you a PM, ca you please look at it?:smile:
Hopefully get your answer soon.

Thanks and Regards,
B
17 Nov 2009, 12:18
#11
skynetslo avatar

skynetslo

New Zenner

Join Date:
Nov 2009
Posts:
7
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Awesome looking template! I can't wait to try it! Hope you'll finish it soon :)
19 Nov 2009, 04:03
#12
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

More than likely a version conflict. Perhaps you can run the code one by one line and see which one is causing it (1064 indicates error related to version conflict)

bhejr:

I get this when running the sql query provided:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO configuration (configuration_title, configuration_key, configuration' at line 4
/** install single listing **/
delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:<br />Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3', 'Select the number of[...]


copied and pasted. running wampserver with ver 5.1.33 for mysql
20 Nov 2009, 13:45
#13
skynetslo avatar

skynetslo

New Zenner

Join Date:
Nov 2009
Posts:
7
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Is it possible to get this template? I like it a lot and would like to use it in my store.
25 Nov 2009, 06:31
#14
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Everyone can download the template package here:
http://public.rubikintegration.com/ri0007.zip

Please report all problems you found so we can make this a public template asap for everyone
03 Dec 2009, 23:40
#15
skynetslo avatar

skynetslo

New Zenner

Join Date:
Nov 2009
Posts:
7
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

yellow1912: Thank you so much for this template! I'm using it for a week now and there's no problems whatsoever. I just love the design :)
06 Dec 2009, 01:55
#16
tyudiant avatar

tyudiant

New Zenner

Join Date:
Dec 2009
Posts:
5
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

hi yellow1912, your template is excellent. I just installed it and trying to make some customizations.
But the dropdown menu is not there, is it supposed to be there, or do I have to install it myself?
And the manufacturers module cannot be displayed, is this a bug or any other setup must be done other than in layout boxes controller?

thanks a lot...
06 Dec 2009, 02:22
#17
tyudiant avatar

tyudiant

New Zenner

Join Date:
Dec 2009
Posts:
5
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

tyudiant:

hi yellow1912, your template is excellent. I just installed it and trying to make some customizations.
But the dropdown menu is not there, is it supposed to be there, or do I have to install it myself?
And the manufacturers module cannot be displayed, is this a bug or any other setup must be done other than in layout boxes controller?

thanks a lot...


hi yellow1912...
Just found out that the header menus are EZ-Pages. Sorry for asking. I have them now.
The question remains the manufacturers module.
Thanks a lot
07 Dec 2009, 01:25
#18
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Only if your products have "manufacturers", if not you can turn off the sidebox

Raine
22 Dec 2009, 20:41
#19
daster avatar

daster

New Zenner

Join Date:
Nov 2009
Posts:
9
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I am interested as well in how to get the right boxes working. They load, but they do not look anything like they should in the template
26 Dec 2009, 22:07
#20
besparkling avatar

besparkling

New Zenner

Join Date:
Sep 2009
Posts:
11
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Thanks for the template, it looks great in your demo. But when I installed it, it looks like something wrong. Could you please take a look at the following link?
http://etchermodels.com/home/
screenshot:

What I did is just uploaded every files to server and install the sql patch then enable it. Nothing else.

Thank you very much!