Search found 277 matches

by Tony Barnes
Fri May 27, 2011 8:14 am
Forum: [SC] Custom Code
Topic: Off The Wall Question - Customer Groups Increase the Price
Replies: 12
Views: 25288

Re: Off The Wall Question - Customer Groups Increase the Pr

No they won't - Settings>Store Settings>Miscellaneous>Customer Group Settings>Customer Groups For Guests - set that on the discounted rate and you're done :D Unless I'm mistaken, the Google data feed will draw on the price from the guest customer group, which will be this reduced price - you're righ...
by Tony Barnes
Fri May 27, 2011 8:00 am
Forum: [EM] Community Support
Topic: Closing this forum if...
Replies: 12
Views: 51530

Re: Closing this forum if...

Niecly, thanks
by Tony Barnes
Thu May 26, 2011 4:17 pm
Forum: [SC] Custom Code
Topic: Off The Wall Question - Customer Groups Increase the Price
Replies: 12
Views: 25288

Re: Off The Wall Question - Customer Groups Increase the Pr

For the SQL, assuming you want your 'street' customers to pay 10% more, you would run UPDATE isc_products SET prodcalculatedprice=(prodcalculatedprice * 1.10); UPDATE isc_products SET prodprice=(prodprice * 1.10) ***I've just tested only running it on prodprice, does nothing?!?! WTF, when did that c...
by Tony Barnes
Thu May 26, 2011 3:50 pm
Forum: [SC] Custom Code
Topic: Off The Wall Question - Customer Groups Increase the Price
Replies: 12
Views: 25288

Re: Off The Wall Question - Customer Groups Increase the Pr

Odd one! Is this for all your stock? If so, you could just go about it the other way around - add 10% (or whatever) to every product, and then set up default group to have the 10% discount. You could bump the price of the entire catalogue via an sql statment. I think this would still be ok for the r...
by Tony Barnes
Thu May 26, 2011 11:02 am
Forum: [SC] Custom Code
Topic: [MOD] Stop Free Shipping dropping other options
Replies: 13
Views: 40532

Re: [MOD] Stop Free Shipping dropping other options

Yeah, that's what I found - kept changing one, checking, screaming WTF, and searching again...!
by Tony Barnes
Tue May 24, 2011 4:33 pm
Forum: [SC] Custom Code
Topic: [MOD] Stop Free Shipping dropping other options
Replies: 13
Views: 40532

Re: [MOD] Stop Free Shipping dropping other options

I can't remember for love nor money I'm afraid - I changed it in about 7 places before it actually took hold, that's all I remember !!! Sorry
by Tony Barnes
Tue May 24, 2011 4:30 pm
Forum: [EM] Community Support
Topic: Closing this forum if...
Replies: 12
Views: 51530

Re: Closing this forum if...

Sorry, no, never actually used that feature for some reason - maybe worth dropping a ticket in?
by Tony Barnes
Fri May 20, 2011 4:40 pm
Forum: [SC] Custom Code
Topic: [MOD] Stop Free Shipping dropping other options
Replies: 13
Views: 40532

Re: [MOD] Stop Free Shipping dropping other options

You could script it to geocode for the free shipping, but would be a headache for reasons outlined - ordering for another country. Simply stating "UK ONLY" should be sufficient, we do it on ours, seems to work ok. Hmmm, though I guess if you were to have a product with free shipping in the...
by Tony Barnes
Fri May 06, 2011 7:55 am
Forum: [SC] Custom Code
Topic: Jquery slideshow
Replies: 15
Views: 33493

Re: Jquery slideshow

No worries - like I say, if you find a different slider javascript that suits better and have issues getting it running, let me know
by Tony Barnes
Thu May 05, 2011 5:39 pm
Forum: [SC] Custom Code
Topic: Jquery slideshow
Replies: 15
Views: 33493

Re: Jquery slideshow

Oh, here's the info page for all the different settings - http://css-tricks.com/examples/AnythingSlider/ - I've added a 2nd one to the examples, without the navigation gubbins. No way to turn off the start button seemingly - I guess that would need hacking out the .js... one moment... ah, too late, ...