Search found 4967 matches

Search found 4967 matches

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Products do get filtered on the demo site. It's just that most of the products are still set as universal and show up under all filters. Unfortunately the demo was there long before I wrote this mod and is not specifically tailored just to show off this mod, but if you look a a product that has a pa...

Jump to post
  • Fri Jun 28, 2013 2:12 am
  • Replies 99
  • Views 35252
Re: How to set-up multi-store WITHOUT cpanel?

Everything you said on the stackoverflow question is exactly how you do it. Everything should be working fine if you did what you said. However if you disable a product it always disables it for all stores. What you need to do is edit the product and find the part where you select what stores it wor...

Jump to post
  • Sun Apr 14, 2013 10:36 pm
  • Replies 7
  • Views 3102
Re: Any php gurus out there? Just a quick php question, hone

I don't really know what to tell you on that one. You could always move it out of the if statement, but depending on the html structure that would most likely break things. There is no way to make anything inside an if statement show up if the condition is not true. I suppose you could split your if...

Jump to post
  • Wed Jan 23, 2013 3:17 am
  • Replies 13
  • Views 4620
Re: Any php gurus out there? Just a quick php question, hone

Tried your code <?php if(($this->config->get('tg_evisu_footer_status') == '1') && (!isset($this->request->get['route']) || $this->request->get['route'] == 'common/home'')): ?> , Got this error: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/public_html/catalog/vie...

Jump to post
  • Wed Jan 23, 2013 1:27 am
  • Replies 13
  • Views 4620
Re: Any php gurus out there? Just a quick php question, hone

ahh you are using the alternate php syntax. replace the { in my code with :

I never use the alternate syntax and assumed that was an errant semicolon at the end of your original line.

Jump to post
  • Wed Jan 23, 2013 12:40 am
  • Replies 13
  • Views 4620
Re: Any php gurus out there? Just a quick php question, hone

I posted the same time as you and didn't see your reply until now. I tried your code suggestion but got the following error: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING Here is the area of the footer I am trying to use it in, if it helps. Any ideas? <?php if($this->config->get(...

Jump to post
  • Tue Jan 22, 2013 11:20 pm
  • Replies 13
  • Views 4620
Re: [MOD] VQMod Manager

That's only part of it. Either /system/library/language.php has to be altered to return an array like the old method or all the text has to be manually loaded. There's a bug in 1.5.5 which completely breaks multi-language so I'm not changing anything right now. It's not a bug - it's intentionally b...

Jump to post
  • Tue Jan 22, 2013 3:27 pm
  • Replies 253
  • Views 147478
Re: Any php gurus out there? Just a quick php question, hone

you are missing an opening ( after the if. Since you added the ) after == '1' you have to add another ( before that condition. edit actually you've got the parethesis all screwed up try this with them all fixed. <?php if(($this->config->get('tg_evisu_footer_status') == '1') && (!isset($this-...

Jump to post
  • Tue Jan 22, 2013 6:18 am
  • Replies 13
  • Views 4620
Re: CSV Import 1.5.5

you probably won't find one right now. 1.5.5 was just released yesterday and has breaking API changes that none of the developers were aware of till it was released.

Jump to post
  • Tue Jan 22, 2013 12:02 am
  • Replies 3
  • Views 1864
Re: OpenCart 1.5.5 Released!

elektroarena wrote:Is it any other changes than the list of added stuff?

How is it compatible with themes and extensions from 1.5.4.1?
I can tell you now MOST 1.5.4 extensions will not work. Not sure about themes.

Jump to post
  • Mon Jan 21, 2013 2:36 am
  • Replies 132
  • Views 96569
Re: OpenCart 1.5.5 Released!

any reason that the language system was changed without any mention? This change will break literally every extension. Not to mention that in addition you changed it so that the load no longer returns an array, so we can no longer use the array_merge to keep our controllers from having a ton of line...

Jump to post
  • Mon Jan 21, 2013 1:22 am
  • Replies 132
  • Views 96569
Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

That setting unfortunately can't change how an import behaves, it only changes how the stuff that comes with the system behaves. However it generally works out fine, because my import does turn off universal on any products that get associated with a ymm so you end up with everything that is not ass...

Jump to post
  • Mon Nov 26, 2012 2:46 am
  • Replies 99
  • Views 35252
Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Hi, Great Mod. I have been trying to import ymm info into opencart but when I click on the export button it gives me the below error message. Thanks <b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/content/p/a/u/xxxxx/html/ecustomwheels/admin/controller/catalog/ymmexport.php</b> ...

Jump to post
  • Sat Nov 24, 2012 2:45 pm
  • Replies 99
  • Views 35252
Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Can you show me where it says i am not entitled to a refund in writing please? I don't think the extension store has a policy posted, which is unfortunate. I do have it in the terms on my site as I know other developers have on their site. At any rate I do not control any of the purchases through t...

Jump to post
  • Fri Nov 23, 2012 4:24 am
  • Replies 99
  • Views 35252
Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

If you have some issue with the mod not working and can explain it better than it doesn't work I will gladly help you to get it to work. I promise you the mod does work.

There are no refunds on software downloads. That's my policy, open carts policy, as well as all the other mod makers.

Jump to post
  • Thu Nov 22, 2012 10:15 pm
  • Replies 99
  • Views 35252
Re: Attn Theme Developers... We need an intervention

Suggestion <img src="catalog/view/theme/*/image/close.png" alt="" class="close" /> Well we should certainly update it to be <img src="catalog/view/theme/<?php echo $this->config->get('config_template'); ?>/image/close.png" alt="" class="close&q...

Jump to post
  • Fri Oct 19, 2012 1:14 am
  • Replies 174
  • Views 472006
Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

if you are using the latest version then importing using the ymm export/import tool should set any products that have ymm to not be universal, but no it does not touch the other products. If you don't want any of your products to be universal, you can use phpmyadmin to set the default for the univer...

Jump to post
  • Wed Aug 15, 2012 8:24 pm
  • Replies 99
  • Views 35252
Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

I may try to take a look at it this weekend. Sorry it's not just a simple 5 min fix.

Jump to post
  • Wed May 30, 2012 10:45 pm
  • Replies 99
  • Views 35252
Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

well it's not so much a bug as a design limitation. You'll notice that the year actually becomes available when you choose the model. This is because the engine is not required and can be turned off. You would have to add the engine to the query for the years and change up the javascript to trigger ...

Jump to post
  • Wed May 30, 2012 2:06 pm
  • Replies 99
  • Views 35252
Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Tested the mod and everything works fine with 1.5.3.1 using the existing 1.5.2 files.

Jump to post
  • Mon May 28, 2012 10:15 pm
  • Replies 99
  • Views 35252

Search found 4967 matches