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
Shipping Manager Logic HELP
Author Message
Reply with quote
Post Shipping Manager Logic HELP 
I am a furniture dealer trying to set up my shipping manager.

I would like three custom settings

Pickup
Local Delivery with in 50 miles
Shipping by weight (not ups, fex, or usps) it is a frieght company

my web site is www.directdesignonline.com

View user's profile Send private message
Reply with quote
Post  
What do you have so far for your custom shipping logic?


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post Shippig Logic 
Well that is my problem I have been trying different things none of witch work so if you could just help me with some logic I would be so happy.

This is what I am trying to do. I need three catagories "Pick UP" = handling charge only
"local Delivery" a percentage of the sales price not sure yet the percentage but that is easly updated after logic is determined but i need to some how restrict the delivery to an area within 25 - 50 miles of me but I don't have a good Idea of how to calculate delivery charge based on mileage and I don't know if I should do weight or price. And lastly Shipping based on weight but I have to use a frieght company so I think the SWP moldule will not work.

As you can see I am a little lost and not sure how to go about all this.

Thanks for any help you can offer

View user's profile Send private message
Reply with quote
Post  
There are examples of custom shipping logic in the 'protected/DOCS' directory of the store.

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post Got This Far 
Yea I have studied the Docs and I think I have gotten close. This is what I have so far

# Custom Shipping Logic Example
# Ship based on the total order.
# $1-$29.99 is 3.95, $30-59.99 is 4.95, etc.:
@sc_shipping_logic =
("Pickup||||20.00",
"Local Delivery||||89.95",
"Standard Rate Shipping||||300.00");

$shipping_price = &calculate_shipping($temp_total,
$total_quantity, $total_measured_quantity);
$shipping_logic_done = "yes"; # forces exit, no handling charge added

The only thing I have left is to limit the local delivery to zip code

View user's profile Send private message
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