I have absolutely no control over the download whatsoever. I simply create the extension and place it on the store and the opencart system does the rest. There have been other orders for the extension before and since you had the issue and they have all been fine.
I've sent Daniel a PM to see what can be done about it, I've also sent him the link to this thread so hopefully he can respond to you asap with details of how to get the download working.
Thanks,
Mike
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here
This vqmod is not FREE so why is it listed in "Board index ‹ Development ‹ Free Contributions ‹ vQmods "spitos wrote:This will remove the product count next to the category in the header, category module and also category pages. It will also massively reduce page load time on large stores.
There are now two versions of this vqmod.
Please visit the extension page for details:
http://www.opencart.com/index.php?route ... on_id=3444
Misleading to people
because it was free for a long time there use to be vqmod files attached to the first post. then spitos up and decided to convert it to paid I guess and removed the downloads, but I suppose the thread should be moved to commercial mods now.dony_b wrote:This vqmod is not FREE so why is it listed in "Board index ‹ Development ‹ Free Contributions ‹ vQmods "spitos wrote:This will remove the product count next to the category in the header, category module and also category pages. It will also massively reduce page load time on large stores.
There are now two versions of this vqmod.
Please visit the extension page for details:
http://www.opencart.com/index.php?route ... on_id=3444
Misleading to people
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Its removed the category count but had no effect on the speed of the site.
I have about 800 categories and about 8000 products...
hXXp://www.coiloversdirect.co.uk/dev/
Professional UK Based eCommerce - Our Free Opencart Mods - Our Premium Opencart Mods
Kashflow Integration
This mod definitely works, something else is slowing down your site for sure.
I've got 60,000 products and 38,000 categories and without the mod, my site would be virtually unusable and painful.
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here

PM on its way matey!
Professional UK Based eCommerce - Our Free Opencart Mods - Our Premium Opencart Mods
Kashflow Integration
Worth every penny!!!
Professional UK Based eCommerce - Our Free Opencart Mods - Our Premium Opencart Mods
Kashflow Integration
i installed this with a couple of issues. when the keep sub cats was installed home page would no load ? installed other file and works ok.
checked google pagespeed after install as we have a large number of products and still get same results. it comes up with one high priority which is LEVERAGE BROWSER CACHING with the following
under that it has a heap of links ?The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources:
Any ideas on this,from what i read i thought your mod may have helped ?
Browser caching is a separate issue and this mod does not affect the caching of pages, there are posts on the forum which will guide you on how to do that and improve things further.
I'm running 1.5.1 and both mods work for myself and others who have installed it running the same version, I don't see any reason why the home page wouldn't work with one of the mods installed as the files themselves are very similar to each other and should not affect the home page working.
Are you running other mods which may affect the same code which is being changed in the xml files? Have you modified any of the files which the xml is trying to change?
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here
I installed the mod, and my site crashed, server got all tied up, I couldn't kill it, my provider had to. I have a couple of other mods in:
- product and category import/export
- improved categories
version is 1.5.0, any idea where to start? I'm assuming that if I put it in again, I will have the same result. I looked in the 3 files that the mod changes, I don't believe anything has changed in those
Jason
That is strange... Can you PM the 3 files that the mod changes please and i will double check the code exists.
If 'improved categories' is a free mod, could you also send me that too please and I will see if there are any conflicts going on. It shouldn't crash the site on install, it simply stops queries being run and removes the product counts.
Cheers,
Mike
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here
Thanks a lot!
I have purchase your script and its giving me an error:
Undefined variable: product_total in /home/xxxxxxxx/public_html/vqmod/vqcache/vq2-catalog_controller_module_category.php on line 108
on my website http://www.greenviewtrading.com/index.p ... ct_id=6173
I cannot see any difference in website speed perhaps because of the mistake?
Please make sure only one of the files are installed.
Could you first try deleting this file:
vqmod/vqcache/vq2-catalog_controller_module_category.php
If that doesn't work, could you please send me catalog/controller/module/category.php.
Have you modified the catalog/controller/module/category.php file at all?
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here
Code: Select all
Undefined variable: product_total in ../vqmod/vqcache/vq2-catalog_controller_product_category.php on line 328
Code: Select all
../catalog/controller/product/category.php
$product_total = $this->model_catalog_product->getTotalProducts($data);
$image = $this->model_tool_image->resize($result['image'], 60, 60);
$this->data['categories'][] = array(
'name' => $result['name'] . ' (' . $product_total . ')',
'href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . '_' . $result['category_id'] . $url),
'thumb' => $image
);
}
Code: Select all
../catalog/view/theme/YOURTHEME/template/product/category.tpl
<?php if ($categories) { ?>
<div class="box">
<div class="box-heading"><?php echo $text_refine; ?></div>
<div class="box-content">
<div class="box-product">
<?php foreach ($categories as $category) { ?>
<div>
<?php if ($category['thumb']) { ?>
<div class="image">
<a href="<?php echo $category['href']; ?>"><img src="<?php echo $category['thumb']; ?>" alt="<?php echo $category['name']; ?>" /></a>
</div>
<?php } ?>
<div><a href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a></div></div>
<?php } ?>
</div>
</div>
</div>
<?php } ?>
I have installed this mod and it seems to work fine on my item detail and other pages- however the item count remains on my home page category list. I don't use the top menu but instead display a category menu in the left position on my home page. This still has the counts in it and when I import items spread across my large number of categories (1300+) the page takes 20 odd seconds to load. other pages where the item count has been removed are fine but the front page is unusable.
Am I understanding this mod wrong or am I using it wrong somehow?
Thanks in advance.
Muz
Attached is the category display on my home page (with a limited number of items/ cats the site works fine)
Attachments
Capture.JPG (50.33 KiB) Viewed 8047 times
Users browsing this forum: No registered users and 2 guests