osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Complex Shipping

This is a discussion on Complex Shipping within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I am currently evaluating osCMax with a view to switching over but I have a problem with the shipping that ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 10-17-2005, 01:06 PM
Lurker
 
Join Date: Oct 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
afcberty
Default Complex Shipping

I am currently evaluating osCMax with a view to switching over but I have a problem with the shipping that someone will hopefully be able to help with.
It's basically this:
I wish to sell products with three different per item rates.
For example.
Product X has a flat rate shipping cost of £1.50 Standard per Item
£2.50 Priority per item
£3.50 Recorded per Item.

So 2 of Product X would be £3.00 Standard Shipping.
£5.00 Priority Shipping
£7.00 Recorded Shipping

Can this be done or is their already a mod for it???

I have looked at the multiple flat rate and royal mail mods, they are close but no cigar!!!!

Any replies would be gratefuly received.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 10-20-2005, 08:45 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Posts: 1,558
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default RE: Complex Shipping

per item shipping....? A set rate for each and every item? If so Yes....
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 10-20-2005, 09:19 AM
Lurker
 
Join Date: Oct 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
afcberty
Default RE: Complex Shipping

Thanks for the reply jpf!

Where can I find it?

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 10-20-2005, 09:26 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Posts: 1,558
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default RE: Complex Shipping

Admin>Modules>Shipping>

Click on:
Per Item (for a set rate per item in your WHOLE store)
or
Individual Shipping Prices (for a item by item rate - edit each item to put in the rate for that item)

Click on:
+ Install

Edit as needed...


Good Luck!
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 10-20-2005, 10:09 AM
Lurker
 
Join Date: Oct 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
afcberty
Default RE: Complex Shipping

I tried both of them jpf but what I am looking to do is have an item for sale with three individual shipping costs.

Second Class £1.50 per item
First Class £2.50 per item
Recorded £3.50 per item

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 10-21-2005, 06:29 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Posts: 1,558
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default RE: Complex Shipping

Triplicate the modules... Copy and rename

Go into each and rename the required parts - to make each unique...

IE: (using the per item module)

Rename item.php (both in modules/shipping and in the language file) to say:
item_first.php
item_second.php
item_third.php

In each change all ocurrances of each:
MODULE_SHIPPING_ITEM_
to say
MODULE_SHIPPING_FIRST_
MODULE_SHIPPING_SECOND_
MODULE_SHIPPING_THIRD_
(according to the new file names)

Then in the SQL queries in the modules change ALL the "configuration_group_id" which is "6" to a unique number that does not exist on your system (eg: 1001, 1002, 1003 - according to each file).

In the language files - re-label the tags to match your requirments
define('MODULE_SHIPPING_ITEM_TEXT_TITLE', 'Per Item');
define('MODULE_SHIPPING_ITEM_TEXT_DESCRIPTION', 'Per Item');
define('MODULE_SHIPPING_ITEM_TEXT_WAY', 'Best Way');
to:
define('MODULE_SHIPPING_ITEM_TEXT_TITLE', 'First Class');
define('MODULE_SHIPPING_ITEM_TEXT_DESCRIPTION', 'First Class');
define('MODULE_SHIPPING_ITEM_TEXT_WAY', 'Fastest Way');

define('MODULE_SHIPPING_ITEM_TEXT_TITLE', 'Second Class');
define('MODULE_SHIPPING_ITEM_TEXT_DESCRIPTION', 'Second Class');
define('MODULE_SHIPPING_ITEM_TEXT_WAY', 'Best Way');

define('MODULE_SHIPPING_ITEM_TEXT_TITLE', 'Recorded');
define('MODULE_SHIPPING_ITEM_TEXT_DESCRIPTION', 'Recorded');
define('MODULE_SHIPPING_ITEM_TEXT_WAY', 'Secured Way');

or what ever.....

BACKUP YOUR DB and SITE! (Best to use a test site - not your LIVE DB & site...)

Go into ADMIN and "install" your new Modules and set your setting and sort order as required....

TEST!!!!

DONE!

Good Luck!
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Custom Shipping Mod...Shipping choice not saving. superdad_05 osCMax v2 Customization/Mods 2 11-04-2005 10:09 AM
Shipping Options/Individual Shipping Anonymous osCMax v1.7 Discussion 0 04-01-2004 02:10 PM
Free Shipping/flat rate shipping in zone cvc505 osCommerce 2.2 Installation Help 2 07-21-2003 09:29 AM
Complex Shipping Module. raveoverseas osCommerce 2.2 Modification Help 0 05-07-2003 07:35 PM


All times are GMT -8. The time now is 08:35 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax