Hi i have jst got a website set up and am trying to sort something out so i can combine postage £4 for 1st item and £1.50 for items after.
also am looking form something so the costomer can pick which size in a drop down menu. any help would be appreciate
thanks in advanced Oliver
Latest News: (loading..)
help with website/mods
Started by oliver22, Nov 20 2009, 20:23
3 replies to this topic
#1
Posted 20 November 2009, 20:23
#2
Posted 20 November 2009, 22:37
oliver22, on 20 November 2009, 20:23, said:
Hi i have jst got a website set up and am trying to sort something out so i can combine postage £4 for 1st item and £1.50 for items after.
also am looking form something so the costomer can pick which size in a drop down menu. any help would be appreciate
thanks in advanced Oliver
also am looking form something so the costomer can pick which size in a drop down menu. any help would be appreciate
thanks in advanced Oliver
1. Try Multi geo-zone multi table shipping contribution with option set to "Count"
2. Set the product attributes in Admin - Catalog
Now my store is the way I want it - Secure, working well, and good Google Ranks - Thanks to all for the help given.
If you want to see the mods I have installed, then see my profile.
If you want to see the mods I have installed, then see my profile.
#3
Posted 20 November 2009, 23:36
A quick and dirty method would simply be to modify the item rate shipping module - change the line
to
and set the item cost to £1.50. This means that all items including the first are charged at £1.50, but by adding an extra £2.50 in you effectively make it £4 on the first.
'cost' => (MODULE_SHIPPING_ITEM_COST * $total_count) + MODULE_SHIPPING_ITEM_HANDLING)));
to
'cost' => (MODULE_SHIPPING_ITEM_COST * $total_count) + 2.5 + MODULE_SHIPPING_ITEM_HANDLING)));
and set the item cost to £1.50. This means that all items including the first are charged at £1.50, but by adding an extra £2.50 in you effectively make it £4 on the first.
www.jyoshna.com. Currently using OsC with STS, Super Download Store, Categories Descriptons, Manufacturers Description, Individual Item Status, Infopages unlimited, Product Sort, Osplayer with flashmp3player, Product Tabs 2.1 with WebFx Tabpane and other bits and pieces including some I made myself. Many thanks to all whose contributions I have used!
#4
Posted 20 November 2009, 23:55
Ben Nevis, on 20 November 2009, 23:36, said:
A quick and dirty method would simply be to modify the item rate shipping module - change the line
to
and set the item cost to £1.50. This means that all items including the first are charged at £1.50, but by adding an extra £2.50 in you effectively make it £4 on the first.
'cost' => (MODULE_SHIPPING_ITEM_COST * $total_count) + MODULE_SHIPPING_ITEM_HANDLING)));
to
'cost' => (MODULE_SHIPPING_ITEM_COST * $total_count) + 2.5 + MODULE_SHIPPING_ITEM_HANDLING)));
and set the item cost to £1.50. This means that all items including the first are charged at £1.50, but by adding an extra £2.50 in you effectively make it £4 on the first.
Or on second thoughts you don't even need to do that. Just make the handling charge £2.50. That will always add £2.50 on top of the number of items x £1.50.
www.jyoshna.com. Currently using OsC with STS, Super Download Store, Categories Descriptons, Manufacturers Description, Individual Item Status, Infopages unlimited, Product Sort, Osplayer with flashmp3player, Product Tabs 2.1 with WebFx Tabpane and other bits and pieces including some I made myself. Many thanks to all whose contributions I have used!














