Search found 34 matches

Search found 34 matches

Re: [RELEASED] Override Engine for OpenCart

Is there any way to debug .tpl files when using override engine?

Jump to post
  • Sun Apr 20, 2014 6:56 am
  • Replies 320
  • Views 199788
Re: How to change admin timeout

I just checked your vqmod. Why did you use location.url instead of location.href? (I think location.url does not exist, at least in javascript). ???

Jump to post
  • Thu Feb 06, 2014 2:48 am
  • Replies 15
  • Views 17581
Re: Attn Theme Developers... We need an intervention

The default opencart theme really needs an overhaul to make it easier to work with. I think this article really nails the current problems and gives a couple of good suggestions to improve the situation.

I specially like the proposal to create a globally accepted "boilerplate" theme.

Jump to post
  • Tue Nov 13, 2012 5:45 pm
  • Replies 174
  • Views 472152
Re: [vQmod] Image Filename

About the image tab, my guess is the html from the latest version of product_form.tpl is different from the one this vqmod is trying to change. What I would do is first of all check vqmod\vqcache\vq2-admin_view_template_catalog_product_form.tpl (that is the modified file opencart is using to render ...

Jump to post
  • Sat Sep 15, 2012 8:16 pm
  • Replies 27
  • Views 15097
Re: [vQmod] Image Filename

Get this file (it's NOT the same as the original file in the first post!): http://www.opencart.com/index.php?route=extension/extension/info&extension_id=3377 Replace all instances of "preview" with "thumb". Replace: $this->load->library('json'); $this->response->setOutput(Jso...

Jump to post
  • Mon Sep 10, 2012 10:06 pm
  • Replies 27
  • Views 15097
Re: Testing Customer Payment E-mail Notificaiton

I'm also interested in this, so far I've been using a form filler to speed things up a little, but having to place an order every time I want to test a little change in the order confirmation email files is very cumbersome.

Isn't there any way to do it automatically? How do you guys test it?

Jump to post
  • Sun Aug 12, 2012 8:29 am
  • Replies 5
  • Views 640
Re: [UPDATED] Simplified Checkout

Has this extension been discontinued? The link doesn't work...

Jump to post
  • Tue Jul 17, 2012 2:38 pm
  • Replies 2
  • Views 1513
Re: (resolved)option descriptions cut off in invoice: need a

Why isn't this the default? Is there a problem with longer option description in the cart or mail layout?

Product names can be longer than 20 characters and option names go under them in smaller font so why trim them in the model or controller?

Jump to post
  • Fri Jul 13, 2012 8:42 pm
  • Replies 6
  • Views 2234
Re: [RELEASED][1.4.8 - 1.5.X]Open Cart Page Cache

Ok so I'm following your discussion and trying to apply the changes but I still get the same results, no cache. I have English as default but CAD as the currency so I opened caching.php and changed line 149 $currency from 'usd' to 'cad'. Cleared the cache, ran link sleuth again and still no cache s...

Jump to post
  • Sat May 19, 2012 4:53 pm
  • Replies 102
  • Views 23660
Re: [RELEASED][1.4.8 - 1.5.X]Open Cart Page Cache

You can set the default language pretty easily, you just need to open /pagecache/caching.php and find $language = (empty($_SESSION['language']) || !is_string($_SESSION['language'])) ? 'en' : $_SESSION['language']; changing the 'en' to your language and changing $currency = (empty($_SESSION['currenc...

Jump to post
  • Fri May 18, 2012 8:07 pm
  • Replies 102
  • Views 23660
Re: [RELEASED][1.4.8 - 1.5.X]Open Cart Page Cache

That worked! finally! :D

The difference was in language/currency. Link Sleuth links were using "en/usd" but my store has another default language and uses euros.

Now to find a way to fix that, but at least I know where's the problem! :crazy:

Jump to post
  • Fri May 18, 2012 12:16 am
  • Replies 102
  • Views 23660
Re: [RELEASED][1.4.8 - 1.5.X]Open Cart Page Cache

I cleared the cache from the admin ran link sleuth on that url checked the url and source in a browser - it was cached. Are you using seo urls? I'm trying to think what could I be doing wrong :( Open /vqmod/xml/caching.xml Find                         $output .= ' <!-- WITHOUT CACHE: ' . $timer->st...

Jump to post
  • Thu May 17, 2012 11:55 pm
  • Replies 102
  • Views 23660
Re: [RELEASED][1.4.8 - 1.5.X]Open Cart Page Cache

I see. They should be identical unless one's using seo urls, and the other isn't. Or one is using a different domain, ie one is www. and one isn't That's why I ask if there's a way of extracting the url from the file name (cache.ea2354f2lololol321etcetc -> http://www.mypage.com), as far as I can te...

Jump to post
  • Thu May 17, 2012 11:04 pm
  • Replies 102
  • Views 23660
Re: [RELEASED][1.4.8 - 1.5.X]Open Cart Page Cache

Is there a way to know the url a cache file corresponds to by looking at its name? It seems for some reason Link Sleuth is creating cache files with the same content but a different name than the ones created when you use your browser(even though I pasted the exact same url on both!), thats why I di...

Jump to post
  • Thu May 17, 2012 10:41 pm
  • Replies 102
  • Views 23660
Re: [RELEASED][1.4.8 - 1.5.X]Open Cart Page Cache

Still loving the extension but... Is there a way to build a cache from a predefined list of urls? say you write down the 50 most visited urls in your store, and every time you clear the cache you have the option of recaching those 50 pages feeding the list to the function that does the caching or so...

Jump to post
  • Thu May 17, 2012 8:53 pm
  • Replies 102
  • Views 23660
Re: [RELEASED] deadcow SEO v1.2 & v2.0

does anybody know of any way of running this automatically, say once every day?

This way I wont forget about getting my seo urls up to date... plus having to go to admin->extensions->modules->deadcowSEO and then pressing eeeevery button every time is such a chore :(

Jump to post
  • Fri Mar 09, 2012 1:22 am
  • Replies 68
  • Views 32174
Re: [RELEASED][1.4.8 - 1.5.X]Open Cart Page Cache

Is there any easy way to build the cache automatically?

I've tried using Xenu's Link Sleuth to check all url's but it didn't generate any cache files :-[

Jump to post
  • Mon Feb 20, 2012 9:15 pm
  • Replies 102
  • Views 23660
Re: Layered navigation queries very slow?

When I was using the 1.4x version of this mod the only thing I could do to make its speed acceptable was to disable filtering by price and remove everything having to do with multi-language and multi-store (as I use neither) in catalog/model/catalog/browse.php. The 1.5x version works all right, thou...

Jump to post
  • Tue Feb 14, 2012 1:46 am
  • Replies 5
  • Views 2050
Re: [vQmod] Main Product Image in Thumbnail List

I've been asked by PM how to do the replace product image with additional image thingy... well, the easiest way is downloading this javascript by Qphoria and following the readme inside. It's really simple, and it works! :D

Jump to post
  • Sun Feb 05, 2012 10:02 am
  • Replies 7
  • Views 9241
Re: [vQmod] Image Filename

http://www.opencart.com/index.php?route=extension/extension/info&extension_id=3377 Use that file ^^ To make work in 1.5.1.3 change all "preview" to "thumb". Hope that helps! You also have to replace this: $this->load->library('json'); $this->response->setOutput(Json::encode(...

Jump to post
  • Thu Dec 22, 2011 3:15 am
  • Replies 27
  • Views 15097

Search found 34 matches