Search found 4967 matches

Search found 4967 matches

Re: Grouping Size and Colour

there are two modules I know of that attempt to address this issue in different ways. open stock and option combinations

Jump to post
  • Wed Jan 18, 2012 8:57 pm
  • Replies 6
  • Views 1153
Re: Opencart Total Stock level vs current stock level

no it's not reasonably simple, as a matter of fact it would be extremely difficult since opencart has no notion of "total stock" there is just stock. you add stock someone buys a product and it reduces one from stock. it does not keep any sort of running total.

Jump to post
  • Wed Jan 18, 2012 8:55 pm
  • Replies 4
  • Views 1248
Re: Change the layout

well unfortunately on 1.4.x many of the borders are inline styles so you have to change them in each .tpl file.

Jump to post
  • Tue Jan 17, 2012 9:07 pm
  • Replies 2
  • Views 968
Re: MYSQL CPU MAX

you probably haven't removed the product counts.

Jump to post
  • Tue Jan 17, 2012 8:06 am
  • Replies 2
  • Views 901
Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

yes you can turn off model engine and year from the configuration which would only leave make. Then you could change the language file to make it say make/model. If I'm understanding what you want to do correctly that should do it.

Jump to post
  • Fri Jan 13, 2012 8:50 pm
  • Replies 99
  • Views 35340
Re: Moving opencart from one server to another

because you need to edit the config.php and admin config.php and update them to reflect the correct domain and paths for the new server.

Jump to post
  • Wed Jan 11, 2012 9:07 pm
  • Replies 3
  • Views 3559
Re: My thoughts about Open Cart? Hard to use...

for the picture upload you know you can do ctrl+f and search for the name. As far as categories goes it sounds like you have simply created too many if you have a couple of hundred products you shouldn't have more than a dozen or so categories.

Jump to post
  • Wed Jan 11, 2012 11:08 am
  • Replies 14
  • Views 5648
Re: Your favorite Extensions - what are they?

Not sure what you mean. Can you elaborate, or point me to an extension as a sample? I would say currently the #1 extension that most people should use is one of the product count removal mods. I think the product counts at least in the way they were implemented were a big mistake and are the #1 kil...

Jump to post
  • Fri Jan 06, 2012 8:51 am
  • Replies 10
  • Views 2171
Re: Your favorite Extensions - what are they?

I would say currently the #1 extension that most people should use is one of the product count removal mods. I think the product counts at least in the way they were implemented were a big mistake and are the #1 killer of performance in all of opencart.

Jump to post
  • Fri Jan 06, 2012 7:30 am
  • Replies 10
  • Views 2171
Re: Get pagination data instead of HTML?

no. as a matter of fact you'll have to work quite hard to get just that data. The html for the pagination is written in the system/library/pagination.php file, so if you mess with it there you'll have to change it in every location where it's used throughout the store.

Jump to post
  • Thu Jan 05, 2012 9:12 pm
  • Replies 3
  • Views 1780
Re: Ability to Override Core Code

The idea of the override, in this case, was not to replace VQMod with overrides but rather to merge it with overrides so not to have any conflicts between two files period. Then maybe you are not explaining it clearly enough. I know I didn't get the idea that you were talking about merging with vqm...

Jump to post
  • Tue Jan 03, 2012 12:22 am
  • Replies 47
  • Views 13538
Re: [MOD] Using overrides in OpenCart

With a well written VQMod contribution, that is correct. The question is, how would we know between each releases without digging into each of these contributions ? In my opinion, and most logically, merchants would end up on the same dead-end as overrides since comparison would still need to be ma...

Jump to post
  • Tue Jan 03, 2012 12:15 am
  • Replies 17
  • Views 8280
Re: TOOOOOOO SLOWWWWWWW

the commercial version and free version are basically the same thing. Initially the commercial one was free for quite a long time, then all of a sudden the author removed the download from the forum and put it up as a commercial mod. Then since it's a very simple mod someone else recreated it and up...

Jump to post
  • Mon Jan 02, 2012 11:16 pm
  • Replies 8
  • Views 2279
Re: Can edit layout multistore 1.5.1.3 ??

I am not 100% sure what you are asking, but I believe you are asking if you can use a different template on each store and if so the answer is yes.

Jump to post
  • Mon Jan 02, 2012 11:12 pm
  • Replies 1
  • Views 623
Re: Ability to Override Core Code

Same as VQMod but different angle and approach. It is just a bit more obvious than VQMod to process similar operations. I don't think you understand how vqmod works. You can have 100 mods change the same file as long as they don't conflict. Exactly my point. How to know if two different authors mak...

Jump to post
  • Mon Jan 02, 2012 11:10 pm
  • Replies 47
  • Views 13538
Re: Ability to Override Core Code

Looks to be just like the single file-based override that straightlight mentioned and limited to one mod per file. Same as VQMod but different angle and approach. It is just a bit more obvious than VQMod to process similar operations. I don't think you understand how vqmod works. You can have 100 m...

Jump to post
  • Mon Jan 02, 2012 4:13 pm
  • Replies 47
  • Views 13538
Re: TOOOOOOO SLOWWWWWWW

before you look at that I would find the mod to remove product counts and install that. It's free and with that number of products and categories will probably get you a 100x increase in speed.

Jump to post
  • Mon Jan 02, 2012 4:02 pm
  • Replies 8
  • Views 2279
Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

I think that a filter reset when home page is clicked is prefferable which is what the magento similar mod does. Could this be an option in a future devopment of this mod. I never looked at the magento one. I was based it on my experience shopping at auto big auto parts stores and tire stores. they...

Jump to post
  • Mon Jan 02, 2012 9:25 am
  • Replies 99
  • Views 35340
Re: Get crazy with gmail

you could always try the phpmailer mod I wrote. I have the settings you need to use for gmail, plus others have said it solves other problems as well.

http://www.opencart.com/index.php?route ... on_id=3932

Jump to post
  • Mon Jan 02, 2012 5:24 am
  • Replies 10
  • Views 4575
Re: Ability to Override Core Code

Isn't that what you would have to do with QVMod? no vqmod uses search and replace, and even inline search and replace, so lets say you want to add an extra field to a database query you can search for field1, field2 and replace it with field1, field2, field3 then any other mods can still search and...

Jump to post
  • Mon Jan 02, 2012 4:26 am
  • Replies 47
  • Views 13538

Search found 4967 matches