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 Won't Work
Author Message
Reply with quote
Post Shipping Won't Work 
I sell the same product in my website, so I only have 4 rates that are not specific to weight or quantity. After the user checks out, they can fill in all their personal info, but cannot chose a rate because none of the rates that I have entered in my admin page will show up in the cart. Is there a problem with the way I am entering the rates, or is there something I need to click that makes it so the rates aren't depended on variables?

View user's profile Send private message
Reply with quote
Post  
hell-o
sounds like you'll need custom shipping logic, disable ship by weight module and customize step one of checkout.
have you reviewed the store/protected/docs subdirectory for shipping? also there is lots of shipping ideas in this forum.
a link to your store may help too.
regards,
dan

Reply with quote
Post  
So how do you want to calculate the shipping?
If you could tell us that, we can better help you set it up.

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  
The site is http:\\www.topwatches4less.com

View user's profile Send private message
Reply with quote
Post  
But... how do you want to calculate the shipping?....


_________________
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  
I dont want to calculate the shipping at all. I just want 4 rates for all transactions that are placed thru the website.

View user's profile Send private message
Reply with quote
Post  
What do you mean by 4 rates?
Can you give examples?


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

The 4 rates that I want for all transactions are:
$8.00 Standard Domestic
$15.00 UPS 2nd Day
$22.00 UPS Express
$16.00 International Standard

View user's profile Send private message
Reply with quote
Post  
In the custom shipping logic, you would set it up as follows:
1. Put "0" in the shipping field of the products in the database.
2. In the shipping settings area of the manager answer "YES" to the question,
Use custom logic?
3. Answer "NO" to 'If using Custom Logic, is shipping measured by weight?'
4. In the custom shipping logic box put:
Code:

@sc_shipping_logic = ( "Standard||1-||8.00",
                       "2day||1-||15.00",
                       "Express||1-||22.00",
                       "International||1-||16.00");
#
$shipping_price = &calculate_shipping($temp_total,
                  $total_quantity, $total_measured_quantity);


5. Answer "NO" to the question: Use the SBW (Ship By Weight for FedEx/UPS/USPS) module?

6. Set up the shipping options on the order form:
Code:

<SELECT NAME="Ecom_ShipTo_Method">
<OPTION VALUE="Standard Domestic(Standard)">Standard Domestic</OPTION>
<OPTION VALUE="UPS 2nd Day(2day)">UPS 2nd Day</OPTION>
<OPTION VALUE="UPS Express(Express)">UPS Express</OPTION>
<OPTION VALUE="International Standard(International)">International Standard</OPTION>
</select>



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