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
First item shipping $4.00 additional items $2.00 each
Author Message
Reply with quote
Post First item shipping $4.00 additional items $2.00 each 
Can't seem to find how to set this up. We only ship hardcover books, and only via USPS, and I want to charge a shipping fee of $4.00 for the first book, and $2.00 for each additional book. Seems simple enough, but I can't see it. Any ideas? Thank you.

View user's profile Send private message
Reply with quote
Post  
This would be your shipping logic
Code:
$shipping_price = 2.00 + ($total_quantity * 2.00);

edit your form to remove all but the USPS shipping option... this should work for ya..... i haven't tested it though.... also make sure to make backups first and upload via FTP in ASCII mode

Reply with quote
Post  
Thank you, that was exactly what I was looking for! Works fantastic, btw.

View user's profile Send private message
Reply with quote
Post  
ewelin wrote:
This would be your shipping logic
Code:
$shipping_price = 2.00 + ($total_quantity * 2.00);

edit your form to remove all but the USPS shipping option... this should work for ya..... i haven't tested it though.... also make sure to make backups first and upload via FTP in ASCII mode


I'm hoping you are around to answer my question since it's been some time since this was posted.

I used the above shipping logic for my pricing of $5 for first item and $1.50 for each additional item. However, when I got to check out, it is charging me $6.50, but when I add additional items, it changes the shipping price as it should. I just need to get it so that the first item is only $5 shipping. Any help you can provide will be greatly appreciated.

Dizzy

P.S. I LOVE Jay and Silent Bob!

View user's profile Send private message
Reply with quote
Post  
Dizzy,
Try this:
Code:

$shipping_price = 5.00 + (($total_quantity - 1) * 1.50);


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  
Thank you Bonnie! That did the trick---now I just have to find out how to remove shipping from certain items. I'm sure I saw a post about that on this forum somewhere. Smile

View user's profile Send private message
Reply with quote
Post  
The "Count Me Out" hack is available to Premier Lifetime Members.

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
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