Search found 73 matches

by Painstik
Thu Dec 24, 2009 7:19 pm
Forum: [SC] Custom Code
Topic: Active SideCategoryList
Replies: 34
Views: 63265

Re: Active SideCategoryList

SideCategoryList.html should look like this: <li class="%%GLOBAL_ActiveCategoryClass%% %%GLOBAL_LastChildClass%%"><a href="%%GLOBAL_CategoryLink%%">%%GLOBAL_CategoryName%%</a> </li> %%GLOBAL_SubCategoryList%% I have tried this also but without success... SideCategoryList.html is...
by Painstik
Wed Dec 23, 2009 4:26 pm
Forum: [SC] Custom Code
Topic: Active SideCategoryList
Replies: 34
Views: 63265

Re: Active SideCategoryList

SideCategoryList.html should look like this:

Code: Select all

<li class="%%GLOBAL_ActiveCategoryClass%% %%GLOBAL_LastChildClass%%"><a href="%%GLOBAL_CategoryLink%%">%%GLOBAL_CategoryName%%</a>
</li>
%%GLOBAL_SubCategoryList%%
by Painstik
Wed Dec 23, 2009 4:11 pm
Forum: [SC] Custom Code
Topic: Active SideCategoryList
Replies: 34
Views: 63265

Re: Active SideCategoryList

You didnt make last step, check 1st post, and do it again.
by Painstik
Wed Dec 23, 2009 4:02 pm
Forum: [SC] Custom Code
Topic: Active SideCategoryList
Replies: 34
Views: 63265

Re: Active SideCategoryList

netjet wrote:I'm using 5.0.5 and I'm sure that I did everything like you said, but I dont see any changes...Maybe it doesnt work with my version?
It is made in 5.0.5, so it should work, check your SideCategoryList.php to be as one i posted few posts ahead.
by Painstik
Wed Dec 23, 2009 1:20 pm
Forum: [SC] Custom Code
Topic: Active SideCategoryList
Replies: 34
Views: 63265

Re: Active SideCategoryList

grantg wrote:Doh! You also need to set Settings > Display Settings - Category List Depth to greater than 1 for this to work. Good work - now just need to work on some styling, to get the active category to be highlighted.
Edited in first post your notice :) I totally forgot to say that.
by Painstik
Wed Dec 23, 2009 1:15 pm
Forum: [SC] Custom Code
Topic: [HACK] Login for price
Replies: 73
Views: 183956

Re: [HACK] Login for price

I've made a little addition to this hack. Add to cart link should be removed from unverified customers, cos with adding a product to cart, you can see the prices of every product. Open: includes/display/HomeFeaturedProducts.php Find: if (isId($row['prodvariationid']) || trim($row['prodconfigfields']...
by Painstik
Tue Dec 22, 2009 5:05 pm
Forum: [SC] Custom Code
Topic: Google Rich Snippets
Replies: 4
Views: 8985

Google Rich Snippets

This is simple modification for google to index your product reviews as Rich snippets. You can see it here: http://googlewebmastercentral.blogspot.com/2009/05/introducing-rich-snippets.html All you have to do is: Open: templates/master/Snippets/ProductReviewItem.html Replace all the code with this: ...
by Painstik
Tue Dec 22, 2009 12:17 pm
Forum: [SC] Custom Code
Topic: Active SideCategoryList
Replies: 34
Views: 63265

Re: Active SideCategoryList

Yes, you have to edit the snippet in master folder. I have a custom template, so I don't make changes in master. Copy the SideCategoryList.html snippet from master folder to your template snippet folder, and make that changes. Edit: I found what i forgot to share with you, you have to remove %%GLOBA...
by Painstik
Sun Dec 20, 2009 1:15 pm
Forum: [SC] Custom Code
Topic: Active SideCategoryList
Replies: 34
Views: 63265

Re: Active SideCategoryList

Are you sure you did it exactly how it says? This shouldn't have problems with any version of ISC...
by Painstik
Sun Nov 22, 2009 4:52 pm
Forum: Shopping Cart (ALL)
Topic: Product and Image URL in CSV
Replies: 5
Views: 12290

Re: Product and Image URL in CSV

What does work in ISC if you don't fix it by yourself? :?