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 more whats in my store
Author Message
Reply with quote
Post Adding more whats in my store 
Does anyone know the html code to add more than just the four items of what is in my store ...

AS I have 700 Items and a lot of sub categories I would like to add a minimum of 2 more sets.

If this can not be done than i would like to know how to create pull down menus for the categories..

I have searched for days and can not find any information. So please help..

My url is http://www.breenonline.org/agora/agora.cgi

Thanks again for your help

Michael

View user's profile Send private message Send e-mail
Reply with quote
Post  
You can add more "What's in our Store" box, just basically duplicate what is already there, just change the numbers in the extra rows you create.

I do not know how to create a drop down of the categories...
Personally, as a shopper I do NOT like drop-downs for the categories...

As for subcategories, there is some code to create a collapsible menu to hide the subcategories of categories that are not being viewed. However, the code can only be found in the Gold Forum that is only accessible by AgoraCart Gold Members...



Last edited by scottcrew on Thu Dec 04, 08 7:34 am; edited 1 time in total

_________________
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  
Hi,

If you are a gold member there is a hack for unlimited rows and columns in CSS format so that they automatically overflow on page size.

Regards.
Glen.


_________________
glen.m.darby@virgin.net
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
Reply with quote
Post Adding more whats in my store 
Hey Bonnie:

that worked I just have one more problem... Now I have duplicate problems in each space... how do you change the So they do not duplicate.

Glen that is nice but i do not want them to overflow... I just want to fill the page up so when you scroll down you can see more whats in my store instead of a blank page..

WE can not upgrade at this time to gold we are doing a test.. so we can create a new store next year we just want to basically work bugs out first then upgrade...

After I get this fixed I will post the Html code so that people can use it...

URL www.breenonline.org/agora/agora.cgi

View user's profile Send private message Send e-mail
Reply with quote
Post Adding more whats in my store 
Bonnie thanks for your help i found the error and have fixed it... Feel kind of stupid i missed it ... but i guess it happens... the following code is used to list what is in my store multiple times.


<!--agorascript-pre
# this is an AgoraCart members only AgoraScript Snippet. You must be a current member at:
# http://www.AgoraCartPro.com . Sign up or renew at AgoraCart.com
# Copyright &copy; 2000 - Present by K-Factor Technologies Inc., AgoraScript, and BytePipe.
&capture_STDOUT; open (DATAFILE, "<./data_files/data.file") || die print "Could not open data.file"; @line=<DATAFILE>;
close (DATAFILE);
srand;
$array1 = $line[int rand(@line)];
$array2 = $line[int rand(@line)];
$array3 = $line[int rand(@line)];
$array4 = $line[int rand(@line)];
$array5 = $line[int rand(@line)];
$array6 = $line[int rand(@line)];
$array7 = $line[int rand(@line)];
$array8 = $line[int rand(@line)];
@special1 = split (/\|/, $array1);
@special2 = split (/\|/, $array2);
@special3 = split (/\|/, $array3);
@special4 = split (/\|/, $array4);
@special5 = split (/\|/, $array5);
@special6 = split (/\|/, $array6);
@special7 = split (/\|/, $array7);
@special8 = split (/\|/, $array8);
$image1 = $special1[7];
$image2 = $special2[7];
$image3 = $special3[7];
$image4 = $special4[7];
$image5 = $special5[7];
$image6 = $special6[7];
$image7 = $special7[7];
$image8 = $special8[7];
$image1 =~ s/%%IMG%%//ig;
$image2 =~ s/%%IMG%%//ig;
$image3 =~ s/%%IMG%%//ig;
$image4 =~ s/%%IMG%%//ig;
$image5 =~ s/%%IMG%%//ig;
$image6 =~ s/%%IMG%%//ig;
$image7 =~ s/%%IMG%%//ig;
$image8 =~ s/%%IMG%%//ig;

print qq~
<!--this is an AgoraCart members only AgoraScript Snippet. You must be a current member at:
http://www.AgoraCartPro.com . Sign up or renew at AgoraCart.com
Copyright &copy; 2000 - Present by K-Factor Technologies Inc., AgoraScript, and BytePipe.--\>


<table width="96%" border="0" align="center" cellpadding="0" cellspacing="1" class="template_mainbackground">
<tr>
<td class="template_mainbackground"><span class="style6"><span class="style7">See What's inside our Store:</span></span></td>
</tr>
<tr>
<td>
<table width="100%" border="0" align="center" cellpadding="3" bgcolor="#FFFFFF">
<tr>
<td>
<table width="100%" border="0" align="center" cellpadding="3" bgcolor="#FFFFFF">
<tr>
<td valign=top width="25%"><center><font face=arial size="2">In $special1[1]:<br><br></font>
<a href="agora.cgi?cart_id=&amp;p_id=$special1[0]&amp;xm=on">
<img class="template_image_no_border" src="%%URLofImages%%/$image1" alt="$image1"></a></center></td>

<td valign=top width="25%"><center><font face=arial size="2">In $special2[1]:<br><br></font>
<a href="agora.cgi?cart_id=&amp;p_id=$special2[0]&amp;xm=on">
<img class="template_image_no_border" src="%%URLofImages%%/$image2" alt="$image2"></a></center></td>

<td valign=top width="25%"><center><font face=arial size="2">In $special3[1]:<br><br></font>
<a href="agora.cgi?cart_id=&amp;p_id=$special3[0]&amp;xm=on">
<img class="template_image_no_border" src="%%URLofImages%%/$image3" alt="$image3"></a></center></td>

<td valign=top width="25%"><center><font face=arial size="2">In $special4[1]:<br><br></font>
<a href="agora.cgi?cart_id=&amp;p_id=$special4[0]&amp;xm=on">
<img class="template_image_no_border" src="%%URLofImages%%/$image4" alt="$image4"></a></center></td>

</tr><tr>


<td valign=top width="25%"><center><font face=arial size="2">
<a href="agora.cgi?cart_id=&amp;p_id=$special1[0]&amp;xm=on">$special1[3]</a></font></center></td>

<td valign=top width="25%"><center><font face=arial size="2">
<a href="agora.cgi?cart_id=&amp;p_id=$special2[0]&amp;xm=on">$special2[3]</a></font></center></td>

<td valign=top width="25%"><center><font face=arial size="2">
<a href="agora.cgi?cart_id=&amp;p_id=$special3[0]&amp;xm=on">$special3[3]</a></font></center></td>

<td valign=top width="25%"><center><font face=arial size="2">
<a href="agora.cgi?cart_id=&amp;p_id=$special4[0]&amp;xm=on">$special4[3]</a></font></center></td>
</tr><tr>


<td valign=top width="25%"><center><font face=arial size="2">
<b><font color="FF0000">Only $sc_money_symbol $special1[2]<\/font></b></font></center></td>

<td valign=top width="25%"><center><font face=arial size="2">
<b><font color="FF0000">Only $sc_money_symbol $special2[2]</font></b></font></center></td>

<td valign=top width="25%"><center><font face=arial size="2">
<b><font color=\"FF0000\">Only $sc_money_symbol $special3[2]<\/font><\/b><\/font></center><\/td>

<td valign=top width="25%"><center><font face=arial size="2">
<b><font color="FF0000">Only $sc_money_symbol $special4[2]</font></b></font></center></td>


</tr>
</table></td>
</tr>
</table>


<table width="96%" border="0" align="center" cellpadding="0" cellspacing="1" class="template_mainbackground">
<tr>
<td class="template_mainbackground"><span class="style6"><span class="style7"></span></span></td>
</tr>
<tr>
<td>
<table width="100%" border="0" align="center" cellpadding="3" bgcolor="#FFFFFF">
<tr>
<td>
<table width="100%" border="0" align="center" cellpadding="3" bgcolor="#FFFFFF">
<tr>
<td valign=top width="25%"><center><font face=arial size="2">In $special5[1]:<br><br></font>
<a href="agora.cgi?cart_id=&amp;p_id=$special5[0]&amp;xm=on">
<img class="template_image_no_border" src="%%URLofImages%%/$image5" alt="$image5"></a></center></td>

<td valign=top width="25%"><center><font face=arial size="2">In $special6[1]:<br><br></font>
<a href="agora.cgi?cart_id=&amp;p_id=$special6[0]&amp;xm=on">
<img class="template_image_no_border" src="%%URLofImages%%/$image6" alt="$image6"></a></center></td>

<td valign=top width="25%"><center><font face=arial size="2">In $special7[1]:<br><br></font>
<a href="agora.cgi?cart_id=&amp;p_id=$special7[0]&amp;xm=on">
<img class="template_image_no_border" src="%%URLofImages%%/$image7" alt="$image7"></a></center></td>

<td valign=top width="25%"><center><font face=arial size="2">In $special8[1]:<br><br></font>
<a href="agora.cgi?cart_id=&amp;p_id=$special8[0]&amp;xm=on">
<img class="template_image_no_border" src="%%URLofImages%%/$image8" alt="$image8"></a></center></td>

</tr><tr>


<td valign=top width="25%"><center><font face=arial size="2">
<a href="agora.cgi?cart_id=&amp;p_id=$special5[0]&amp;xm=on">$special5[3]</a></font></center></td>

<td valign=top width="25%"><center><font face=arial size="2">
<a href="agora.cgi?cart_id=&amp;p_id=$special6[0]&amp;xm=on">$special6[3]</a></font></center></td>

<td valign=top width="25%"><center><font face=arial size="2">
<a href="agora.cgi?cart_id=&amp;p_id=$special7[0]&amp;xm=on">$special7[3]</a></font></center></td>

<td valign=top width="25%"><center><font face=arial size="2">
<a href="agora.cgi?cart_id=&amp;p_id=$special8[0]&amp;xm=on">$special8[3]</a></font></center></td>
</tr><tr>


<td valign=top width="25%"><center><font face=arial size="2">
<b><font color="FF0000">Only $sc_money_symbol $special5[2]<\/font></b></font></center></td>

<td valign=top width="25%"><center><font face=arial size="2">
<b><font color="FF0000">Only $sc_money_symbol $special6[2]</font></b></font></center></td>

<td valign=top width="25%"><center><font face=arial size="2">
<b><font color=\"FF0000\">Only $sc_money_symbol $special7[2]<\/font><\/b><\/font></center><\/td>

<td valign=top width="25%"><center><font face=arial size="2">
<b><font color="FF0000">Only $sc_money_symbol $special8[2]</font></b></font></center></td>

</tr>
</table></td>
</tr>
</table>
~; &uncapture_STDOUT;
-->

View user's profile Send private message Send e-mail
Reply with quote
Post  
Well.... there is code to prevent duplicate products being shown, but, again, it is in the Gold Member's Forum...
Sad


_________________
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  
Hi,

And my code I spoke of overflows down the page to fill up your blank page, eg you can have as many boxes you like and if your page allows 4 across then setting the code to 16 allows 4 rows of 4 columns on overflow so it does exactly what you want.

Regards.
Glen.

Ps. it also handles duplicats by not showing them and does not allow for any items marked as "Inactive" to show


_________________
glen.m.darby@virgin.net
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
Reply with quote
Post  
Of course, as Glen did say earlier, it is only available in the Gold Member's Forum.


_________________
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 Adding more whats in my store 
It is Ok Bonnie...

I was able to add up to 40 different products and the site owner looked at it a few minutes ago and is happy... going to add Google ad to the bottom to fill the rest..

Thanks for all the help... :D

View user's profile Send private message Send e-mail
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