The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
sbw Module
Author Message
Reply with quote
Post sbw Module 
Hi
All I want to do is very simple. I want to ship by weight, charge the total weight of parcel offer no options of carrier. I know to put the weight of goods in etc. But I need the module where I can add the costs per weight catagory. Can anyone help PLEASE.
Thannks in anticipation. Paul

View user's profile Send private message
Reply with quote
Post  
Are you planning on using a single carrier, such as UPS or USPS? If so, the weight would be entered in the database and everything else is set up in Store Manager>Shipping and whatever gateway you are using. You may also need to edit the gateway(s) oder form and order-lib files. Without any more information than you provided this is about all that can be be suggested at this point. If you search this forum you will find information on shipping and editing order forms.

Reply with quote
Post more info 
Hi thanks for the reply Im using the offline gateway and my carrier will be royal mail. There will be no interface with any shipping company. So I just need to put in shipping cost per weight band and agora will hopefully work out the rest. But where do I fill in these figures ?
paul

View user's profile Send private message
Reply with quote
Post  
Here is an example of custom shipping logic based on weight. It should help you to set up what you want. Using the first line "0-2.0" is the weight and "5.50" is the cost. There is also a file shipping.txt in the protected /docs directory that may be of help also

Code:
@sc_shipping_logic = ( "|||0-2.0|5.50",
                       "|||2.1-4.00|9.00",
                       "|||4.1-6.0|11.00",
                       "|||6.1-8.0|12.00",
                       "|||8.1-10.0|13.00",
                       "|||10.1-12.0|14.00",
                       "|||12.1-14.0|15.00",
                       "|||14.1-16.0|17.00",
                       "|||16.1-21.0|19.00",
                       "|||21.1-35.0|23.00",
$shipping_price = &calculate_shipping($total_measured_quantity);


Reply with quote
Post shipping Logic 
Thanks Ralph that was exactly what I wanted.
Paul

View user's profile Send private message
Reply with quote
Post  
Hi Paul,

Great to hear..... Good luck with your store.

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum