Search found 277 matches

by Tony Barnes
Tue Jan 25, 2011 6:54 pm
Forum: [SC] Custom Code
Topic: Social networking
Replies: 17
Views: 33196

Re: Social networking

Sorry, forgot about this thread!

If you look here - http://www.savant-health.com/products/Y ... Maker.html - under the product pricing the recommend link pops up. That's the built in one, and works just fine?

The add this link is still to the left also
by Tony Barnes
Tue Jan 25, 2011 10:44 am
Forum: [SC] Custom Code
Topic: isc small modification help
Replies: 3
Views: 9691

Re: isc small modification help

Ok, just put a bogus order through with a coupon - it showed up on the order in the backend, the invoice in the backend, and the customer email.
by Tony Barnes
Tue Jan 25, 2011 10:33 am
Forum: [SC] Custom Code
Topic: isc small modification help
Replies: 3
Views: 9691

Re: isc small modification help

What version of ISC are you running? I've just gone to check how ours is set up, 6.1.1, and the coupons are now missing from the order details from what I can see!!
by Tony Barnes
Thu Jan 20, 2011 11:45 am
Forum: [SC] Custom Code
Topic: Social networking
Replies: 17
Views: 33196

Re: Social networking

Each product that someone hits like on gets set up as a new product page in your facebook profile. Other people will then get added - at least that seems to be the way, I tested a few products and they all produced new pages. Pretty slick I thought
by Tony Barnes
Wed Jan 19, 2011 10:34 am
Forum: [SC] Custom Code
Topic: Social networking
Replies: 17
Views: 33196

Re: Social networking

Is that using the built in 6.1.x Facebook like button? If so, that doesn't happen for us?
by Tony Barnes
Mon Jan 17, 2011 5:17 pm
Forum: [SC] Custom Code
Topic: Code to show/hide a panel
Replies: 8
Views: 18639

Re: Code to show/hide a panel

No worries
by Tony Barnes
Mon Jan 17, 2011 12:30 pm
Forum: [SC] Custom Code
Topic: Code to show/hide a panel
Replies: 8
Views: 18639

Re: Code to show/hide a panel

In fact, after a little more looking, this seems a nice option: <div class="Block Moveable Panel CurrencyChooser" id="SideCurrencySelector"> <script language="javascript"> function toggle() { $('#toggleText').slideToggle(400); } </script> <a href="javascript:toggle...
by Tony Barnes
Mon Jan 17, 2011 12:24 pm
Forum: [SC] Custom Code
Topic: Code to show/hide a panel
Replies: 8
Views: 18639

Re: Code to show/hide a panel

lol, just enabled a currency converter to check - the converter is hidden to start with, and therefore hidden when currency changed anyway Martin! However, a quick tweak to the code and you've got a nice sliding version: <script language="javascript"> function toggle() { $('#toggleText').s...
by Tony Barnes
Mon Jan 17, 2011 12:11 pm
Forum: [SC] Custom Code
Topic: Code to show/hide a panel
Replies: 8
Views: 18639

Re: Code to show/hide a panel

Presumably simple, you'd just need to add the javascript function in to the snippets/SideCurrencySelector.html file: <dd class="ChooseCurrencyBox" style="%%GLOBAL_CurrencyFlagStyle%%"> <a href="%%GLOBAL_CurrencySwitchLink%%; javascript:toggle();" class="%%GLOBAL_Cu...
by Tony Barnes
Mon Jan 10, 2011 5:23 pm
Forum: [SC] Knowledge Base
Topic: Edit code output by %%GLOBAL_ProductThumb%%
Replies: 1
Views: 14653

Re: Edit code output by %%GLOBAL_ProductThumb%%

What version of ISC are you running?