Homepage Package http://www.fido-x.net/index.php?route=p ... duct_id=69
Events Calendar http://www.fido-x.net/index.php?route=p ... duct_id=67
News Pages http://www.fido-x.net/index.php?route=p ... duct_id=70
FAQs http://www.fido-x.net/index.php?route=p ... duct_id=68
Sponsors Module http://www.fido-x.net/index.php?route=p ... duct_id=71
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!

Readme/instructions should be updated because changes need to be made into header-files - not anymore to menu-files.
The Finnish OpenCart Forum
"Real programmers don't document. If it was hard to write, it should be hard to understand."
yeah I really wish we could get a dynamic menu system in place. It would really help simplify mod install.Miguelito wrote:Great job fido![]()
Readme/instructions should be updated because changes need to be made into header-files - not anymore to menu-files.
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
PollPlus updated for OpenCart 1.4.0.
Get it from http://www.fido-x.net/index.php?route=p ... duct_id=72, or
http://www.opencart.com/index.php?route ... ion_id=517
I thought I had made the relevent changes in the instructions. Seems I missed the sponsors module - fixed now.Miguelito wrote:Great job fido![]()
Readme/instructions should be updated because changes need to be made into header-files - not anymore to menu-files.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
The Finnish OpenCart Forum
"Real programmers don't document. If it was hard to write, it should be hard to understand."

Easy fix -- in "catalog/view/theme/default/template/module/sponsors.tpl", change line 6 from:
Code: Select all
<div style="text-align: center;" id="sponsors<?php echo $i; ?>" <?php if ($i == 0) { ?> style="display: visible;" <?php } else { ?> style="display: none;"<?php } ?>>
Code: Select all
<div class="sponsors" style="text-align: center;" id="sponsors<?php echo $i; ?>" <?php if ($i == 0) { ?> style="display: visible;" <?php } else { ?> style="display: none;"<?php } ?>>
Code: Select all
<div class="sponsors" id="sponsors<?php echo $i; ?>" <?php if ($i == 0) { ?> style="display: visible;" <?php } else { ?> style="display: none;"<?php } ?>>
Code: Select all
.sponsors {
text-align: center;
}
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
I installed your Homepage mod for 1.4 and have run into a problem. All is well when I set the module positions for featured, latest, or special offers to homepage but as soon as I position any of the modules to the left or right I get the following warning on the frontend.
Code: Select all
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/fragranc/public_html/store/system/library/image.php on line 73Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /home/fragranc/public_html/store/system/library/image.php on line 75Warning: imagefilledrectangle(): supplied argument is not a valid Image resource in /home/fragranc/public_html/store/system/library/image.php on line 76Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/fragranc/public_html/store/system/library/image.php on line 78Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/fragranc/public_html/store/system/library/image.php on line 43Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/fragranc/public_html/store/system/library/image.php on line 50
Sorry about that, something that I was playing about with that I forgot to change back.flightoffancy wrote:fido,
I installed your Homepage mod for 1.4 and have run into a problem. All is well when I set the module positions for featured, latest, or special offers to homepage but as soon as I position any of the modules to the left or right I get the following warning on the frontend.
Any help greatly appreciated.Code: Select all
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/fragranc/public_html/store/system/library/image.php on line 73Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /home/fragranc/public_html/store/system/library/image.php on line 75Warning: imagefilledrectangle(): supplied argument is not a valid Image resource in /home/fragranc/public_html/store/system/library/image.php on line 76Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/fragranc/public_html/store/system/library/image.php on line 78Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/fragranc/public_html/store/system/library/image.php on line 43Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/fragranc/public_html/store/system/library/image.php on line 50
OK, in the controllers -- "catalog/controller/module/featured.php" (line 26), catalog/controller/module/latest.php (line 23) and catalog/controller/module/special.php (line 24), change the following:-
Code: Select all
$thumb = image_resize($image, $this->config->get('bestseller_image_width'), $this->config->get('bestseller_image_height'));
Code: Select all
$thumb = image_resize($image, 38, 38)
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
When displaying the news articles on the homepage I'm getting this error for the title of the article.
Code: Select all
Notice: Undefined index: heading_title in /home/fragranc/public_html/store/catalog/view/theme/TestTemplate/template/module/news.tpl on line 6
Fido-X, When you have time, please kindly update your mods for 1.4.4, it is very attracting with multi-store. So far, I've use your mod of News, Homepage on my website with 1.4.0, I don't wanna lose them because of upgrade to 1.4.4. Thanks for your great work!fido-x wrote:The following packages have been updated for OpenCart version 1.4.0:-
Homepage Package http://www.fido-x.net/index.php?route=p ... duct_id=69
Events Calendar http://www.fido-x.net/index.php?route=p ... duct_id=67
News Pages http://www.fido-x.net/index.php?route=p ... duct_id=70
FAQs http://www.fido-x.net/index.php?route=p ... duct_id=68
Sponsors Module http://www.fido-x.net/index.php?route=p ... duct_id=71
Best Regards!
Allen
I know nothing about PHP and SQL, but I still try my best to understand it.
Users browsing this forum: No registered users and 17 guests