Page 1 of 1
Search found 14 matches
Re: Thickbox and next previous link image
Great Job Dashik.. from the comments section of the same article it says...
If you're using the minified version, as I am, search for:
Code: Select all
E=$("a[@1N="+g+"]")
Code: Select all
E=$("a[1N="+g+"]")
- Tue Sep 29, 2009 4:04 am
- Replies 5
- Views 3613
Re: SEO_URL Help
The stuff above only applies to a copy of the information block I was working on (like the directory module in the contributions section, but for 1.3.2). Site wide, SEO URL's are enabled in the admin area, then the .htaccess file needs to be uploaded to your stores root. Finally, whenever you create...
Jump to post- Sun Sep 20, 2009 10:32 pm
- Replies 5
- Views 2066
Re: SEO_URL Help
*********I FIXED IT******* Scroll down for answer. :) The controller writes the links exactly the same way as the default "information" block that comes with the install package. 'href' => $this->url->http('resources/resources&resources_id=' . $this->request->get['resources_id']), The...
Jump to post- Thu Sep 17, 2009 4:52 am
- Replies 5
- Views 2066
SEO_URL Help
I have duplicated the Information Block into a block called "resources". I activated it, and everything seemed to be working fine, until I took a closer look and determined that my SEO_URL's were not showing up. I thought I tracked down the problem when I located and updated the catalog/co...
Jump to post- Thu Sep 17, 2009 3:00 am
- Replies 5
- Views 2066
Re: Categories and Subcategories
I made a mistake in copying one of the snippets above. The catalog\model\catalog\category.php file function should not have the extra "cata" in the middle of my $num_rows variable. Use this instead.. public function getCategoriesandSubs($parent_id = 0) { static $cat_branch = array(); $resu...
Jump to post- Wed Sep 16, 2009 10:53 pm
- Replies 11
- Views 6747
Re: Categories and Subcategories
Alright, True to my word I am back with some code that changes the category view to show all products within that category, and ALL sub categories to that category. Here is what I did: Add the following functions within the catalog\model\product.php file: public function buildWhereClause($parent_id ...
Jump to post- Wed Sep 16, 2009 6:36 am
- Replies 11
- Views 6747
Re: Categories and Subcategories
Unfortunately, It doesn't.. I mean like this: ------------------------------------- | direct subs of this category | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | Products in this category and products in all sub cats and sub sub cats....| ++++++++++++++++++++++++++++++++++++++++++...
Jump to post- Tue Sep 15, 2009 12:16 pm
- Replies 11
- Views 6747
Re: Categories and Subcategories
Not to threadjack, but I thought it was close enough... I would be thrilled in the category.tpl would show the sub categories at the top as it does now, and the second table showed not only products within the current category, but all applicable sub categories as well. This functionality would basi...
Jump to post- Tue Sep 15, 2009 4:41 am
- Replies 11
- Views 6747
Fresh New BlueHarvest Template
Check out this minty cool blue and green hue template for your web shop. A few things have been moved around for your pleasure, like the Log in and Search functions into nifty tabs that hang over your shop like an ocean breeze hangs over your favorite beach side cafe. I removed the language flags, s...
Jump to post- Fri Aug 21, 2009 4:24 am
- Replies 0
- Views 1129
Re: Where Can I Find Some Better Templates For OpenCart
Just make a new one yourself. The architecture is very simple. Just take a look at the default template.
Jump to post- Sat Aug 15, 2009 12:29 pm
- Replies 9
- Views 3892
Re: Avatar Max size
How about 15k!!
I suppose the truth is, I was too lazy to load photoshop, and the avatar was about 500 bytes too big.. I bet you could probably spend your time better in other aspects of the website and script.
- Sat Aug 15, 2009 11:56 am
- Replies 7
- Views 3691
Avatar Max size
If possible, update the forum avatar max file size. I'm posting from work and had use MS Paint to convert my beautiful Jpg into a terrible GIF. Don't you want us users to be able to express ourselves properly? Look how terrible and diffused i look ----------------------------------------------------...
Jump to post- Sat Aug 15, 2009 5:27 am
- Replies 7
- Views 3691
Re: www.geekylocker.com
The technical name for it is a "Carousel". A quick search didn't turn anything up for it and opencart. I was thinking about implementing the same thing, on my clients web shop. I'll let you know if I am successful.
Jump to post- Sat Aug 15, 2009 2:13 am
- Replies 1
- Views 1447
Re: Manufacturer Logo's
Not sure if this has been corrected in a later post, but the code given above seems to need a little tweaking, and another file needs to be edited in order to pull the manufacturer image. First off go into the catalog/controller/module/manufacturer.php file and add the following 'image' => $result['...
Jump to post- Fri Aug 14, 2009 6:11 am
- Replies 9
- Views 2777
Search found 14 matches