Search found 1130 matches

Search found 1130 matches

Re: COMPLETLY LOST MY SHOP! HELP

Hosting company!

If you have that many problems and don't get emails about scheduled or even emergency maintenance you have the right to complain.

Jump to post
  • Tue Aug 02, 2011 2:24 pm
  • Replies 5
  • Views 765
Re: Installation problem

Somewhere along the update path a db change has been made.

So, dump your data (using phpmyadmin, etc ...)
Fresh install.
load dump data back into db.

IF anything goes wrong you still have the db dump ;)

Jump to post
  • Tue Aug 02, 2011 2:17 pm
  • Replies 3
  • Views 730
Re: Opencart like a CMS website

Hey Readyman

What did you do with all class calls in index.php?

Jump to post
  • Mon Aug 01, 2011 5:43 am
  • Replies 12
  • Views 4192
Re: Manufacturer module don't show in store front

Just read somewhere that you might have to uninstall and install the modules again.
This might help.

I don't read Arabic/Persian but you do have "home" selected.

Jump to post
  • Sun Jul 31, 2011 3:29 pm
  • Replies 4
  • Views 650
Re: How to remove form fields?

@ short login
There is a guest login feature. You might be able to get away with that.

@ 1.5
Follow the recommendations above.

@ forms
Basically what has been suggested is the way to do this. There is no magic button to allow you to choose what fields to turn on/off.

Jump to post
  • Sun Jul 31, 2011 9:31 am
  • Replies 11
  • Views 5057
Re: Admin Common header file

need to edit controller:header.ph and common:header.tpl

Q's vmod is the only way with the current system to make changes to the core but still not affect the core files. It makes changes and stores the changes in a directory which is then is called instead of the original file.

Jump to post
  • Sun Jul 31, 2011 9:28 am
  • Replies 1
  • Views 742
Re: phpBB

+1 on if opencart works

version of PHP is 2.11.10
huh :drunk: :drunk: :drunk:

Something is not right. I haven't seen a php version 2 for like ????? almost 15 years! ;)

But since your mysql version is relatively up-to-date your php should be too!

Jump to post
  • Sun Jul 31, 2011 9:26 am
  • Replies 5
  • Views 804
Re: Partners

This person "huanghuashide" doesn't bother with communicating, s/he just spams :P

Jump to post
  • Thu Jul 28, 2011 12:35 pm
  • Replies 29
  • Views 30154
Re: Mega Menu - Multi Level Support?

sweet!
Many people will look forward to you sharing your answer!

Interested to know how you plan to walk all the categories :)

Jump to post
  • Thu Jul 28, 2011 4:10 am
  • Replies 12
  • Views 3054
Re: Mega Menu - Multi Level Support?

Sure you can hard code it. Dont even need to mess with php.
However trying to tweak daniel's code is not worth the effort. It's coded to be like this.

You'd be better off finding a catergory class and coding that into the controller.

Jump to post
  • Thu Jul 28, 2011 4:00 am
  • Replies 12
  • Views 3054
Re: embed OpenCart into any other CMS

Vanilla and opencart are pretty different. Just a simple example is that Vanilla uses smarty. Vanilla is just basically your product page. However, one thing that you forgot that is a major point is that opencart has modules. IF you were only planning on embedding a simple module box and then have i...

Jump to post
  • Wed Jul 27, 2011 10:59 pm
  • Replies 1
  • Views 1512
Re: OpenCart 1.5.1 Bug Thread

Kerry,

The way I understand the layouts is that they are based on the controllers not the views.

I haven't really looked in the bestseller module yet but I'm going to say anyway that there probably needs to X number of same product purchased before it becomes a best seller.

Jump to post
  • Mon Jul 25, 2011 10:45 pm
  • Replies 211
  • Views 82333
Re: Should Open Cart have more control over it's releases?

Hiya! Did mention HMVC in that paragraph. However .. to me sounds very much like you are saying that that opencart (a full blown ecommerce stack) is just a very simple thing and it should be easy to write an admin update system for. That's simply not the case. Q did a good job of explaining the reas...

Jump to post
  • Mon Jul 25, 2011 10:39 pm
  • Replies 51
  • Views 7056
Re: Should Open Cart have more control over it's releases?

Sorry lulz was regarding this whole topic. However in way it does apply to osc ;) Doing updates by hand is great way to learn moreover it really helps to understand the system and get insights how the developers program and sort of think! You will also see some interesting things! I do recommend usi...

Jump to post
  • Mon Jul 25, 2011 5:43 pm
  • Replies 51
  • Views 7056
Re: Should Open Cart have more control over it's releases?

On phone and driving at the moment so my post will be a bit brief. WTF??? How are you comparing a monolithic program to mvc? Using complexity of function sounds like trolling to me! Using an argument like "a plug in for a cms" is not a very strong argument because it is a plugin to begin w...

Jump to post
  • Mon Jul 25, 2011 4:39 pm
  • Replies 51
  • Views 7056
Re: Should Open Cart have more control over it's releases?

LuLz! Comparing to osc is pointless. Harald dropped the ball when dealing with Wilt and Kim. Looks like that there is a fundamental misunderstanding of "upgrade" going on. Now, solve that and you'll reduce the number of complaints. Nobody should and probably don't expect everything to work...

Jump to post
  • Mon Jul 25, 2011 5:57 am
  • Replies 51
  • Views 7056
Re: OpenCart 1.5.1 Bug Thread

:laugh: Very cryptic

No - db changes
And
No - source

OR

No - db change
+ source

or

+ changes
No - source

Hmmmm, no db changes and no source :drunk:

Jump to post
  • Sat Jul 23, 2011 9:40 pm
  • Replies 211
  • Views 82333
Re: [tip] easier to look product list from admin page

Ahhh, bingo!
I was right :laugh:

I didn't want to be a fool and make a mistake though 8)

You speak and write?
My Korean is gone now.

Jump to post
  • Thu Jul 21, 2011 5:04 am
  • Replies 14
  • Views 2207
Re: [tip] easier to look product list from admin page

table.list tr:nth-child(odd) { background-color:#fff; } table.list tr:nth-child(even) { background-color:#EFEFEF; } table.list tr:hover { background-color:#99ccff; } Try that :D @ chocolate So, why isn't there an extra "o" as in chokoreto? That's how I'd see it over here. Or is a LA ganst...

Jump to post
  • Thu Jul 21, 2011 4:29 am
  • Replies 14
  • Views 2207
Re: [tip] easier to look product list from admin page

Hey Chocolate!

Almost! ;)


Try this one:

Code: Select all

tr:nth-child(even) 
 tr:nth-child(odd) 
Hover does help too :D

hmmm, no "o" on the end? AHHHH! I think I got it ;D

Jump to post
  • Thu Jul 21, 2011 2:17 am
  • Replies 14
  • Views 2207

Search found 1130 matches