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
How to change the product title
Author Message
Reply with quote
Post How to change the product title 
I would like to make the prduct title a different color and a larger font.....where would i do this? thanks!

View user's profile Send private message
Reply with quote
Post  
Are you speaking of the Product Name when viewing the products?
Which version of the cart are you using.
The basic location for editing the Product Name is in the productPage.inc file
With v5, you will want to edit the "ac_product_name" class in the CSS Editor in the manager.

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  
i am using V5and i couldnt find "ac_product_name" in CSS manager so i edited h3.ac_product_name in CSS just to try and it didnt do a thing......also when veiwing the product page everything looks fine as far as text goes......then once you click add to cart, that page it brings up messes up the layout and the text get screwed up a bit.......i beleive its the "successfully added to cart" message that causing the problem....take a look at www.sportsboardscentral.com

View user's profile Send private message
Reply with quote
Post  
It looks like it is the productPage.inc file that is messing it up.
Edit your productPage.inc as follows (I'm also going to add in the Category display code, too):
Code:

<!--agorascript-pre
{
local ($myans)="";
if ($firstpass == 0)
{
  $myans = qq~
  <tr><td>
  <div align="center">
  <FONT FACE="ARIAL, Helvetica, sans-serif" SIZE="2" color="#000000">
 <strong>
 %%CategoryID%%
 </strong>
 </font>
 </div>
 </td></tr>~;
  $firstpass = 1
}
return $myans;
}
-->
<tr><td>
<table>
<tr><td class="ac_product_desc" width=170>
<form method="post" action="%%scriptURL%%">
%%make_hidden_fields%%<br/>
%%optionFile%%<br/><p>
<!--BEGIN SELECT QUANTITY BUTTON-->
<table class="ac_add-quantity"><tr><td class="ac_add-quantity">%%QtyBox%%</td>
<td class="ac_add-quantity"><input type="image" name="add_to_cart_button" value="Add To Cart" src="%%ButtonSetURL%%/add_to_cart.gif">
</p></td></tr></table>
<!--END SELECT QUANTITY BUTTON-->
</td><td class="ac_product_image">%%image%%</td>
<td class="ac_product_desc">
<b>%%name%%</b><br/><br>
%%description%%<br><br/>
<span class="ac_product_price">%%price%%</span><br>
</td></form></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td class="ac_product_desc">
<a href="%%scripturl%%?dc=1&%%href_fields%%">Check Out</a></td></tr>
<tr><td colspan=3><hr/></td></tr>
</table>
</td></tr>
<!--agorascript-pre
{
local ($myans)="";
if ($ags_row_item == 0) { # last one
  $myans .= ''."\n";
 }
return $myans;
}
-->


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  
ok i replaced my old product page with the one you supplied above and the page got all messed up with this error message :

We're sorry, an error has occured.
Please hit the browser back button, change what was done in error, and try again.

View user's profile Send private message
Reply with quote
Post  
Make sure that the file gets uploaded in ASCII mode...
That error usually occurs when a file is not uploaded properly...

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  
Sorry but that didnt work either...same error and the page gets out of allignment and there are %%%header%%%%%%%footer %%%%%% and such all over....... Crying or Very sad

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