Page 3 of 3
Re: Shipping mod - Ship by Total (by customer's subtotal)
Posted: Sun Oct 09, 2011 9:51 am
by mtlhd
Hello Stefan,
I apologize for the back and forth testing but I did not have a system to test it on until tonight.
The code now works and is available for you to download.
link:
http://www.deviumrocks.com/download/Shi ... nstall.zip
Thank you for using my mod.
-mtlhd
Re: Shipping mod - Ship by Total (by customer's subtotal)
Posted: Wed Oct 12, 2011 6:12 pm
by newtonad
Thank you verry much for the effort.
Now it works perfectly.
Best regards
Stefan
Re: Shipping mod - Ship by Total (by customer's subtotal)
Posted: Sun Nov 06, 2011 9:36 am
by lperagallo
Hi.
Newbie here. I am looking for this shipping mod as I am offering free freight when you spend over $100.00. I just started building my storefront and I am at Version 1.5.1.3. Will the link posted in the prior post work with the version I am using?
Thanks,
Lou
Re: Shipping mod - Ship by Total (by customer's subtotal)
Posted: Mon Nov 07, 2011 4:13 am
by Johnathan
lperagallo wrote:Hi.
Newbie here. I am looking for this shipping mod as I am offering free freight when you spend over $100.00. I just started building my storefront and I am at Version 1.5.1.3. Will the link posted in the prior post work with the version I am using?
Thanks,
Lou
If you just need Free Shipping over a certain total, just use the built-in Free Shipping module, and fill in its "Total" field accordingly.
Re: Shipping mod - Ship by Total (by customer's subtotal)
Posted: Mon Nov 07, 2011 6:30 am
by lperagallo
Johnathan,
Perfect! I just tested it and it works just as I want it to. Still Trying to figure things out. Started with the base installation and I am modifying the configurations and testing. I bought the starter book and that has helped, but there is a lot to learn. I am still trying to figure out how to get the banner removed without losing it in case I want to use it later. I am having difficulty figuring out where it comes from. Also I don't know why my logo is bleeding down into the product catagory bar. I do need to work on my logo, but I am trying to get other things donw first.
Thanks,
Lou
Re: Shipping mod - Ship by Total (by customer's subtotal)
Posted: Thu Nov 17, 2011 7:14 pm
by golfpro
any chance of this for version 1.5..X
thanks in advance
Re: Shipping mod - Ship by Total (by customer's subtotal)
Posted: Thu Nov 17, 2011 11:44 pm
by mtlhd
Yes, When I get some free time during this Holiday season I will update the software and upload it here.
I apologize for the delay, life has been busy as of late.
Re: Shipping mod - Ship by Total (by customer's subtotal)
Posted: Wed Feb 15, 2012 8:13 am
by Spacer
I made this for my multi-language 'sub-total' removal:
<?php //foreach ($totals as $total) { ?>
<tr>
<td align="right"><span class="cart_module_total"><b><?php echo $totals[1]['title']; ?></b></span></td>
<td align="right"><span class="cart_module_total"><?php echo $totals[1]['text']; ?></span></td>
</tr>
<?php //} ?>