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
I can't get the image to go to a large image after opening
Author Message
Reply with quote
Post I can't get the image to go to a large image after opening 
Hello,
I have looked a and tried serval of the other topic in the ppnic fourm to get a larger picture? I am using this file

Code:

<!--agorascript-pre
{
#   This file allows you to have any number of
# rows by setting the following variable
$ags_across = 4; # Number in a row

$ags_row_wd=int(100.0/$ags_across);
local ($myans)="";
if ($rowCount == (1+$minCount)) { #first one
  $ags_row_item=0;
  $ags_row_nmbr=0;
  $ags_tot_item=0;
  $myans .= '<tr><td colspan="3"><table width="100%" border="1">'."\n";
 }
$ags_row_item++;
$ags_tot_item++;
if ($ags_row_item > 1) { # last one
  if ($ags_row_item == $ags_across) {
    $ags_row_item=0; #reset counter
    $ags_row_nmbr++;
    }
  $myans .= '<td width="'.$ags_row_wd.'%" valign="top">';
 } else { #first one
  $myans .= '<tr><td width="'.$ags_row_wd.'%" valign="top">';
 }
$myans.=qq~<form method="post" action="%%scriptURL%%" rel="nofollow">
%%make_hidden_fields%%
<table width="100%">
~;
return $myans;
}
-->
<tr><td class="ac_product_image">%%image%%</td></tr>
<tr><td>
      <h3 class="ac_product_name">Product: %%ProductID%%</h3>
      <p class="ac_product_desc"><span class="ac_product_price">%%price%%</span><br/>
         <a href="%%scripturl%%?cart_id=&amp;p_id=%%ProductID%%&amp;xm=on&amp;ppinc=search2">More Info and to Purchase</a></p>
   </td></tr>
<!--agorascript-pre
{
local ($myans)="";
if ($ags_row_item == 0) { # last one
  $myans .= '</table></form></td></tr>'."\n";
 } else { # first one
  $myans .= '</table></form></td>'."\n";
 }
if (($rowCount == ($maxCount)) || ($rowCount == ($num_returned)))
 { # very last one
  if (!($ags_row_item == 0)) { # finish the row
#    if ($ags_row_nmbr > 0) { # finish the row with blanks
      while ($ags_row_item <  $ags_across) {
        $ags_row_item++;
        $myans .= '<td width="'.$ags_row_wd.'%">&nbsp; </td>';
       }
#     }
    $myans .= '</tr>'."\n";
   }
  $myans .= '</table></td></tr>'."\n";
 }
return $myans;
}
-->



_________________
Stuffwholesale
Coventry, RI
Selling Fashion jewelry to the wholesale Markets
View user's profile Send private message Visit poster's website
Reply with quote
Post  
Ron,
That looks like the default file... What exactly have you tried?
Also, since you are a Gold member, you should be posting in the Gold 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
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