Search found 3 matches
- Fri Nov 19, 2010 3:33 pm
- Forum: [SC] Custom Code
- Topic: Modify Search Results Page
- Replies: 1
- Views: 7443
Re: Modify Search Results Page
Figured it out ... the mods can be made in class.products.php around line 1500.
- Fri Nov 19, 2010 3:51 am
- Forum: [SC] Custom Code
- Topic: Modify Search Results Page
- Replies: 1
- Views: 7443
Modify Search Results Page
Has anyone has any success adding items (say SKU for example) to the search results page? I've got as far as class.search.php (line ~604) where it say '$GLOBALS["SectionResults"] .= ISC_PAGE::buildContentSearchResultHTML($item);' but i'm lost as to where this goes and how one would modify it's ...
- Fri Nov 19, 2010 3:44 am
- Forum: [SC] Custom Code
- Topic: PDF downloads from product page
- Replies: 2
- Views: 9445
Re: PDF downloads from product page
I've just completed this mod for a client. It involved:
1. Created custom tab in the product entry/edit form
2. Major mods to the class.product.php in the admin area
3. Mods to the js that displays the tabs for the product detail page
4. It's own panel and display file
It took me maybe 6-8hrs to ...
1. Created custom tab in the product entry/edit form
2. Major mods to the class.product.php in the admin area
3. Mods to the js that displays the tabs for the product detail page
4. It's own panel and display file
It took me maybe 6-8hrs to ...