Search found 7 matches

by chamster
Mon Jul 22, 2013 6:35 pm
Forum: [SC] Custom Code
Topic: [MOD] Stop Free Shipping dropping other options
Replies: 13
Views: 40386

Re: [MOD] Stop Free Shipping dropping other options

Hi Martin,
So shouldn't we be able to achieve what we want (fixed shipping override free shipping) when using the free shipping over $75 as a shipping zone? Or are we better off taking a different approach to doing the free shipping? Thanks!
Bob
by chamster
Tue Jul 16, 2013 9:58 pm
Forum: [SC] Custom Code
Topic: [MOD] Stop Free Shipping dropping other options
Replies: 13
Views: 40386

Re: [MOD] Stop Free Shipping dropping other options

Am I right in thinking that the free shipping is coming from the discount rules or are you using a shipping module (Eg: Ship by Order Total) that handles things? The free shipping is set up as a shipping zone. You can see a screenshot of that zone's settings here: http://www.terracomwebdesign.com/s...
by chamster
Tue Jul 16, 2013 6:11 pm
Forum: [SC] Custom Code
Topic: [MOD] Stop Free Shipping dropping other options
Replies: 13
Views: 40386

Re: [MOD] Stop Free Shipping dropping other options

Not quite the same issue I'm having but the closest discussion I could find. My issue has to do with fixed shipping costs. Our shop gives free shipping on orders over $75. But some of our products are oversized and have a fixed shipping cost, which we want to charge even if the order is over $75. Th...
by chamster
Fri Jun 07, 2013 5:42 pm
Forum: Shopping Cart (ALL)
Topic: path to sendmail
Replies: 2
Views: 13986

Re: path to sendmail

Martin, thanks for the tip and the explanation. We went that route and it solved our problem. Cheers!
by chamster
Tue May 07, 2013 5:42 am
Forum: Shopping Cart (ALL)
Topic: path to sendmail
Replies: 2
Views: 13986

path to sendmail

We recently migrated our shop to a different server. Now our emails from contact form are not coming through. Apparently the path to sendmail on the new server is supposed to be /usr/sbin/sendmail instead of just /bin/sendmail. But I don't know where this is set in Interspire. Can anybody enlighten ...
by chamster
Mon Jun 18, 2012 6:16 am
Forum: [SC] Custom Code
Topic: [PAID] Google Merchant Static Feed
Replies: 284
Views: 630700

Re: [PAID] Google Merchant Static Feed

Any orders >$75 are free shipping, so I altered the code in froogle.php: if($price_unformatted > 75) { $row['prodfreeshipping'] = 1; } Seems to work. Now what I want to do is exclude certain categories of products from this rule, because some large items don't qualify for free shipping. So I can ide...
by chamster
Wed May 30, 2012 6:09 am
Forum: [SC] Custom Code
Topic: [PAID] Google Merchant Static Feed
Replies: 284
Views: 630700

Re: [PAID] Google Merchant Static Feed

Martin, any quick way to modify code so that shipping = 0 for all products, instead of calculating the shipping? Thanks, Bob