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
Adding A Customer Text Area
Author Message
Reply with quote
Post Adding A Customer Text Area 
hello,
been trying different text/HTML options/code to make a text area on the cart product page, our product can have custom engraving,
is there a way that i have over looked that would allow a text area to be passed along so as to receive it in the order email from my authorize.net gateway
Thanks
MrIbber4

View user's profile Send private message
Reply with quote
Post  
URL to your store?


_________________
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  
http://www.bullittmansparts.com/cgi-bin/store/agora.cgi

want to add a text area for orderNotes i.e. engraving etc
thanks

View user's profile Send private message
Reply with quote
Post  
You set up your options files and link the options to the product. The option information does not need to be passed to AuthorizeNet because the information will automatically be in the info put out by AgoraCart after payment has been made at AuthorizeNet and the customer is returned to your 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 making the option 
hello, am i to assume then that i make a option .pl file something like
<BODY>

<h3>--cut here--</h3>
<center><form><b>Order Notes</b></center><br>
<input type=hidden name=OrderNotes value=><BR>
<textarea cols=20 rows=4 name=message>
Type Order Notes Here</textarea></form>
<h3>--cut here--</h3>
</BODY>
i want to add a text Area for the customer to leave notes when ordering
Thanks

View user's profile Send private message
Reply with quote
Post  
Not quite...
Now, I am a bit confused here as to what you are really needing.
Order Notes should be placed in the order form.
For the AuthorizeNet form, use the following:
Code:

<TR>
<TD>Special Notes:</TD>
<TD>
<TEXTAREA NAME="Ecom_XCOMMENT_Special_Notes" COLS="50" ROWS="5" WRAP="SOFT">$eform_Ecom_XCOMMENT_Special_Notes</TEXTAREA>
</TD>
</TR>


Now, if you are having the option to add engraving or personalization to a product, then that would need to be done using an option file named something like, "myoption.html" and looking more like:
Code:
<html>
<title>My Option File</title>
<BODY>

<h3>--cut here--</h3>
<center><b>Order Notes</b></center><br>
<textarea cols="20" rows="4" name="Order Notes">
Type Order Notes Here</textarea>
<h3>--cut here--</h3>
</BODY>
</html>


You did not need the hidden field and the form tags in there would create nested forms in the rendered page in the browser and nested form tags are not allowed.

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 maybe This will clear it up 
what i did was use a simple shipping option standard and 3 day select ie 19.995 and 34.95 also included in that was choice for romeo or windsor ie type of engine and if romeo then select year and if windsor select oil fill side had combined them all.
yes your correct in assuming that the order notes dont need to go to authorize just a text area for the customer to leave a note ie car number or name his engraving option that is provided free.
now the problem i am having is in the manager.cgi can only select one option file tried combing all the above with the notes but doest all show on test receipt
thanks ahgain for your help
MrIbber4

View user's profile Send private message
Reply with quote
Post  
MrIbber4,
Yes, only 1 option file can be used per product. To combine multiple option files into 1 file, follow the pattern displayed in thefile that comes with the original installation, "gift_option.html", found in the 'html/options' directory.

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  
hello again,
made the combined file works well , only problem is the note part for the customer input doesn't show in email other than -------- is what shows
any suggestion on what might be the issue
added in the manager.cgi under the cart display the extra options to print the shipping/type/year ie romeo/1996/standard 19.95 than shows up and works the order Notes i added under options is there something i am missing that will allow the text msg to show up on email.
Thanks Again sorry for being such a pain
MrIbber4

View user's profile Send private message
Reply with quote
Post  
Oh, DUH!!! Embarassed
I messed up...
Try this in your option file:
Code:
<html>
<title>My Option File</title>
<BODY>

<h3>--cut here--</h3>
<center><b>Order Notes</b></center><br>
<textarea cols="20" rows="4" name="option|OrderNotes|%%PRODUCT_ID%%">
Type Order Notes Here</textarea>
<h3>--cut here--</h3>
</BODY>
</html>


Something I just saw in your pages... you have the following in your header file...:
<body background="picserve.cgi?picserve=/metal.jpg">
It cannot be there. There is a place for you to set up your background image in the "Store Layout" area of the manager. You will also need to place the background image in the store's directory, where the agora.cgi file is.

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