Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

help with website/mods


3 replies to this topic

#1 oliver22

  • Community Member
  • 1 posts
  • Real Name:oliver

Posted 20 November 2009, 20:23

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

#2 Mort-lemur

  • Community Member
  • 1,042 posts
  • Real Name:Heather
  • Gender:Female
  • Location:UK

Posted 20 November 2009, 22:37

View Postoliver22, 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

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.

#3 Ben Nevis

  • Community Member
  • 339 posts
  • Real Name:Richard Goodman
  • Gender:Male

Posted 20 November 2009, 23:36

A quick and dirty method would simply be to modify the item rate shipping module - change the line
'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 Ben Nevis

  • Community Member
  • 339 posts
  • Real Name:Richard Goodman
  • Gender:Male

Posted 20 November 2009, 23:55

View PostBen 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
'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!