The biggest issue with modx is that it really can be over whelming and has a learning curve.
As for moving stuff around to avoid the MVC problem ... I'm not so sure. I'd be more interested in finding out how you can solve the current problem rather than tack on solution.
930sc ... because it is fun!
Qphoria wrote:CMS made simple looks like it uses xml files with meta data it seems. Confuses even me.
I like a much simpler design .. a single "theme.php" file.. no need for smarty or anything.. the normal php echo still applies. But one file that has all the html code in it and you just add the tags for where you want to call the dynamic data. Granted it means you have the same basic design for all pages, but that is actually the proper design technique. You don't want people getting lost on your site by moving boxes around. I dont want to have the cart on the right side on the home page, then the cart on the left side on the product page, then the cart in the footer on the checkout page. There should be one consistent flow IMO. Even the way the checkout is now, the shipping page is shorter than the payment page so the continue button is higher up. Then on the payment page the continue button is lower, too much moving around.. a template should move very little.
Like these CMS:
http://www.websitebaker2.org/en/help/de ... mplate.php
http://docs.joomla.org/Tutorial:Creatin ... !_template
While others like Wordpress use the current opencart style of theming with dozens of files... its overwhelming and annoying, especially when a lot of them are mostly redundant.
I guess the MVC concept makes it harder, tho you could still keep the separate view for modules.. but it would be so much easier to have just the module code and any extraneous html it needs in one file. Not that you are forced to follow MVC for modules.. I'm thinking about simplifying things for my modules to get rid of the tediosity of the MVC design pattern for addons. MVC is meant more for the core anyway
I use Website Baker alot and find it very easy to design some great themes, the template system is superb and allows for different themes for each page if needed which is very handy.
Wordpress, Drupal and other CMS systems are very hard and time consuming when it comes to themes.
Yeah i agree for the contest or event by hiring a designer. In the mean time, developer can find solution for the next templating system.gocreative wrote:Perhaps, given there's a bit of a wait for 1.5.0 anyway, we could have a theme design contest? Even if the theme was finished after 1.5.0 was released, it could begin its life as an extension, and later become either the 'default' theme or a secondary choice.
Personally i hate smarty

+1cevarief wrote:Personally i hate smarty
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Could you consider the ability to customize the admin dashboard, or at least apply some restrictions for users on that page too... I am sharing my site with a partner operation, doing their dispatch on their behalf, alongside my own online retail. I use the multistore feature for this and it works well but while I DO want them to have access to some data I do not want them to have access to MY sales figures.
Right now I have hacked a couple of core files to fit my needs. One of them I would fully expect to have to make the effort to tailor as needed for my particular case, but the dashboard is puzzling me as to why all users groups with admin access are fed a fixed set of data. It does not sound very practical for any situation where several people have to manage/access the backend.
the admin already has this feature under user groups.Rogue wrote:sorry if I'm shooting off actual 'feature requests', although I don't think this is one per se.
Could you consider the ability to customize the admin dashboard, or at least apply some restrictions for users on that page too... I am sharing my site with a partner operation, doing their dispatch on their behalf, alongside my own online retail. I use the multistore feature for this and it works well but while I DO want them to have access to some data I do not want them to have access to MY sales figures.
Right now I have hacked a couple of core files to fit my needs. One of them I would fully expect to have to make the effort to tailor as needed for my particular case, but the dashboard is puzzling me as to why all users groups with admin access are fed a fixed set of data. It does not sound very practical for any situation where several people have to manage/access the backend.
OpenCart®
Project Owner & Developer.
http://forum.opencart.com/viewtopic.php ... 60#p127395Qphoria wrote:I like a much simpler design .. a single "theme.php" file..
Check out GreyDragon that comes with Gallery 3. Add a css file to make most changes.
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Why do you keep spamming this Gallery system around.. its not a cart, not even a CMS... and I just downloaded the zip to check it.. and the theme folder has like 10 files in it so its not even a single theme. Let it gosooskriszta wrote:http://forum.opencart.com/viewtopic.php ... 60#p127395Qphoria wrote:I like a much simpler design .. a single "theme.php" file..
Check out GreyDragon that comes with Gallery 3. Add a css file to make most changes.
Never said it was a cart or CMS. The theme folder may have multiple files, but the point I was making was that if you check out the Grey Dragon theme, pretty much everything can be changed by editing a file custom.css, which overrides the theme's settings.Qphoria wrote:Why do you keep spamming this Gallery system around.. its not a cart, not even a CMS... and I just downloaded the zip to check it.. and the theme folder has like 10 files in it so its not even a single theme. Let it go
P.S. *Spamming* is a bit strong. I prefer *parading*

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Personally, I would like to see the addition of a templating system like PHPTAL. It allows you to use HTML apps like Dreamweaver and actually see what the layout looks like since it uses XML-like tags. Having templates like this would open the door to a lot more designers, since it would make it a heck of a lot easier to design tpl files. This could be very beneficial to the OpenCart community.cevarief wrote:i hate smarty
It's been under constant development since 2005, so maybe it's worth looking into?
Marc
OpenCart v1.4.9.4
VQMod | Categories Home | Cleaner By Default - 2 Column | Speak Good English
If the mega menus can't be made into a configurable/removable module, then my vote is for current design sans mega menus.Daniel wrote:I can use the current design if thats what people want. no mega menus.
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
+1sooskriszta wrote:If the mega menus can't be made into a configurable/removable module, then my vote is for current design sans mega menus.
OpenCart v1.4.9.4
VQMod | Categories Home | Cleaner By Default - 2 Column | Speak Good English
I would keep the mega menus as they are the biggest new thing in ecommerce, however it should be an option so that people who don't want it can turn it off with a simple setting in the admin. That can't be hard to do. It might take a slight tweaking of the template to make it look ok with and without it, but shouldn't be a big deal.Daniel wrote:I can use the current design if thats what people want. no mega menus.
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Last time I check and it was some time ago and I don't really think they removed it dreamweaver handled php just fine. it showed it to you in the code view and put a little icon in the design view how would PHPTAL be any different?marc_cole wrote:Personally, I would like to see the addition of a templating system like PHPTAL. It allows you to use HTML apps like Dreamweaver and actually see what the layout looks like since it uses XML-like tags. Having templates like this would open the door to a lot more designers, since it would make it a heck of a lot easier to design tpl files. This could be very beneficial to the OpenCart community.cevarief wrote:i hate smarty
It's been under constant development since 2005, so maybe it's worth looking into?
Marc
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Make it modular so you can choose to enable/disable it. or if someone wants to make another mega menu it is easily swappable.Xsecrets wrote:I would keep the mega menus as they are the biggest new thing in ecommerce, however it should be an option so that people who don't want it can turn it off with a simple setting in the admin. That can't be hard to do. It might take a slight tweaking of the template to make it look ok with and without it, but shouldn't be a big deal.Daniel wrote:I can use the current design if thats what people want. no mega menus.
If you're a visual person, that "feature" does you no good.Last time I check and it was some time ago and I don't really think they removed it dreamweaver handled php just fine. it showed it to you in the code view and put a little icon in the design view
PHPTAL shows sample data (if you're not connected to a db) so that you can see what the layout will actually look like when you're done. It makes a HUGE difference when you're designing. Besides, there are a lot of other HTML editors out there, besides Dreamweaver, that don't show even the PHP icon, so the page is pretty much blank.how would PHPTAL be any different?
Anything like this that would make designing templates easier is a good thing in my book.
OpenCart v1.4.9.4
VQMod | Categories Home | Cleaner By Default - 2 Column | Speak Good English
Some of us without a million categories and who want our carts to look like the big, smart retailers even though we are small traders desperately want the mega-menus so PLEASE don't get rid of them as an optionDaniel wrote:I can use the current design if thats what people want. no mega menus.

If OC is going to be a top cart it needs to have that option. It's so obvious someone is using open source (Zen etc.) when you end up on a site where there's a mile long list of categories to the left. There's nothing wrong with that for those that like it but to move forward we need to be able to make stores to rival the big retailers and to remove that option is a step backward seeing as you've already made it possible.
I'm relatively new to open source but I thought part of the attraction was to be able to take a simple template that someone has kindly made and then tweak it to make it how you want. So by definition any default theme is going to be a bit boring and it's up to the users to make it interesting/exciting?

Users browsing this forum: No registered users and 14 guests