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 By Quantity
Author Message
Reply with quote
Post Shipping By Quantity 
Hi all hopefully someone can help.
i am wanting to ship products based on quantity, i have tried changing the shipping logic but no shipping is added to the total. my setting from the top are 0, 0, no, yes, no. i do not want to use fedex or ups. this is what ive added in

# In this example Shipping Cost is based on the total order.
# $1-$29.99 is 10%, $30-$59.99 is 7.5%, etc. (TURN OFF UPS!)
# Code does not force exit, so handling charge will be added!
@sc_shipping_logic = (
"|1-4|||5.00",
"|5-8|||10.00",
"|9-12|||15.00",
"|13-18|||20.00",
"|19-22|||25.00",
"|23-28|||30.00",
#
$shipping_price = &calculate_shipping($temp_total,
$total_quantity, $total_measured_quantity);

i have added a 0 in the add product settingings, but no shipping is calculated.

Any help appreciated

thanks

Shaun

View user's profile Send private message
Reply with quote
Post  
Shaun,
In the Shipping Settings area of the manager, the first setting, you might want to re-read that...
It starts out:
"In what loop of calculate_final_values do you wish to calculate the shipping? If zero is selected, shipping will never be calculated. "

You said that the 1st setting on the page was 0....

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 Thanks alot 
for some reason my brain went past the first line and just saw the tax settings. i have tried to change this setting to a 1, 2 or 3 but i still get no shipping calculated.
any ideas?

View user's profile Send private message
Reply with quote
Post  
Shaun,
Ooops...One more thing... the shipping logic is missing some punctuation...
It should be more like:
Code:
@sc_shipping_logic = (
"|1-4|||5.00",
"|5-8|||10.00",
"|9-12|||15.00",
"|13-18|||20.00",
"|19-22|||25.00",
"|23-28|||30.00");
#
$shipping_price = &calculate_shipping($temp_total,
$total_quantity, $total_measured_quantity);


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 thanks 
Will give it a try.

cheers

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