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 Different Sizes
Author Message
Reply with quote
Post Adding Different Sizes 
Hey, I'm very new and trying to set up an eStore for our website, www.southerndance.com. We are using AgoraCart to build our store, and having trouble changing sizing options. I have no idea how to access the code for the cart, or I could edit the code myself. Here is a sample of one of our items:

http://st57.startlogic.com/~southern/cgi-bin/Agora/agora.cgi?product=Character

For these products we would like to add a pull down menu, options, or something where a customer can choose between differing shoe sizes - 8, 8.5, 9, 9.5 and so on - and then choose between medium or wide width. Because there are so many size options I feel a pull down menu of some kind would be best if thats possible. Thanks for all your help!!!

Hunter

View user's profile Send private message
Reply with quote
Post  
I have information on option files in the following thread:
http://www.agoraguide.com/faq/viewtopic.php?t=50

A working example of my option file can be seen at http://www.soupermom.com/store/


_________________
Carol aka SouperMom
http://www.soupermom.com
View user's profile Send private message Visit poster's website
Reply with quote
Post  
I've seen that posty before but I have no idea how to implement it. I have no idea where to find my carts code to put that code. Thanks for all your help!!!

View user's profile Send private message
Reply with quote
Post  
You can get the simple options editor and use that to set up your options.
http://www.agoracart.com/addon_options.htm

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  
What you need to do is just create a new file using something like NotePad. Open a blank document and put the following codes (edited to include your parameters) in it:

Code:

<FONT SIZE="-1"><b>Select A Color:</b></FONT><br>
<SELECT NAME = "option|1|%%PRODUCT_ID%%">
    <option value="NO COLOR SELECTED">Select A Color
    <OPTION VALUE = "White|">White</option>
    <OPTION VALUE = "Beige|">Beige</option>
    <OPTION VALUE = "Yellow|">Yellow</option>
    <OPTION VALUE = "Plum|">Plum</option>
    <OPTION VALUE = "Red|">Red</option>
</SELECT>
<FONT SIZE="-1"><b>Select A Size:</b></FONT><br>
<SELECT NAME = "option|2|%%PRODUCT_ID%%">
    <option value="NO SIZE SELECTED">Select A Size
    <OPTION VALUE = "9|">9</option>
    <OPTION VALUE = "8|">8</option>
    <OPTION VALUE = "7|">7</option>
    <OPTION VALUE = "6|">6</option>
</SELECT>
<FONT SIZE="-1"><b>Select A Width:</b></FONT><br>
<SELECT NAME = "option|3|%%PRODUCT_ID%%">
    <option value="NO WIDTH SELECTED">Select A Width
    <OPTION VALUE = "Narrow|">Narrow</option>
    <OPTION VALUE = "Regular|">Regular</option>
    <OPTION VALUE = "Wide|">Wide</option>
    <OPTION VALUE = "Extra Wide|">Extra Wide</option>
</SELECT>



You can put whatever colors and as many colors as you like in that list, include sizes and widths. On the line that says "option|#|%%PRODUCT_ID%%", be sure to increment the # by one for each one added. Save the file to something meaningful to you, like "womenssandals.html" Upload this new file to your cart directory in the /store/html/options/ folder.

When you go into your store manager, on the add/edit product screen on the upper right there is a box for OPTION FILE. Your file you just uploaded should be there. Make sure that it's selected for the product you need it to show up on and when you click Submit Edit the information will be saved. When you view your cart the options should show up for that product.


_________________
Carol aka SouperMom
http://www.soupermom.com
View user's profile Send private message Visit poster's website
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