Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help with website/mods


oliver22

Recommended Posts

Posted

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

Posted

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 running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members.

Posted

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!

Posted

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...