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
Add shipping Method - AuthorizeNet form
Author Message
Reply with quote
Post Add shipping Method - AuthorizeNet form 
Hi,

Brand new at this, you will have to dumb it down for me. I need to add in the following shipping options, as they all have different rates: Canada/Mexico, Western Europe, and International. I assume I need to add them as options in the order form right along side the USPS Priority, UPS, etc. etc. Where else do I need to add them? The library does not appear to contain information on the shipping options. Basically, if you go to http://tseen.lunarservers.com/~salta4/store/agora.cgi?product=dimensions and add something to your cart (everything is in test mode right now and I've got very few things working), in step 1 of checkout I need the international shipping options to show up in the drop down menu in the ugly blue box. How do I do that? I successfully added "other" to the state drop-down, that was easy.

Once I get this done you can count on a shipping logic question soon to follow. Very Happy

View user's profile Send private message
Reply with quote
Post  
You just need to add the needed shipping methods to the options available in the order form.
Then you will need to set up custom shipping logic for the new methods.
You can read up on shipping logic in the 'protected/DOCS' directroy 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  
That's what I thought. Can you tell me what's wrong with my code in the form (below), or do I just need to write the logic before the new options show up?:

Code:

<tr>
   <td colspan=3>Method:&nbsp;&nbsp;&nbsp;
<SELECT NAME="Ecom_ShipTo_Method">


<!--agorascript-pre
if ("$sc_auth_upsgroundres" =~ /yes/i) { return
q~<OPTION VALUE="UPS Ground Residential(GNDRES)">UPS Ground Residential</OPTION>~
;}
-->
<!--agorascript-pre
if ("$sc_auth_ups2da" =~ /yes/i) { return
q~<OPTION VALUE="UPS 2nd Day (2DA)">
UPS 2nd Day</OPTION>~;
} else {return '';}
-->
<!--agorascript-pre
if ("$sc_auth_uspsparcelpost" =~ /yes/i) { return
q~<OPTION VALUE="USPS Parcel Post (Parcel)">
USPS Parcel Post</OPTION>~;
} else {return '';}
-->
<!--agorascript-pre
if ("$sc_auth_uspsprioritymail" =~ /yes/i) { return
q~<OPTION VALUE="USPS Priority Mail (Priority)">
USPS Priority Mail</OPTION>~;
} else {return '';}
-->
<!--agorascript-pre
if ("$sc_auth_canadamexico" =~ /yes/i) { return
q~<OPTION VALUE="Canada or Mexico Shipping(CanMex)">
Canada or Mexico Shipping</OPTION>~;
} else {return '';}
-->
<!--agorascript-pre
if ("$sc_auth_westerneurope" =~ /yes/i) { return
q~<OPTION VALUE="Western Europe Shipping(WestEurope)">
Western Europe Shipping</OPTION>~;
} else {return '';}
-->
<!--agorascript-pre
if ("$sc_auth_internationalother" =~ /yes/i) { return
q~<OPTION VALUE="International-other(International)">
International-other</OPTION>~;
} else {return '';}
-->
</SELECT></TD>
 </tr>


View user's profile Send private message
Reply with quote
Post  
OK, just answered my own question. Would be nice if the display of my new options wasn't dependent on them being selected in the Order Form settings seeing as they do not exist in the Manager. Duh. Embarassed Fixed that and they all work. Imagine that!

View user's profile Send private message
Reply with quote
Post  
You didn't need to add them with agorascript-pre stuff....
You only needed to add the options...


_________________
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