View Single Post
  #228  
Old 11-02-2006, 08:46 AM
 
stewbiedoobiedoo stewbiedoobiedoo is offline
 

Newbie
  
Join Date: Nov 2005
Posts: 4
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

Scott,

I don't have the code with me to give you exact details but this is how you can do what you are looking for.

#1 the text "X-CART. Powerful PHP shopping cart software" is generally inserted into the code via a language variable. The fastest way to change this is to do a find and replace within all of your files for that string. Most likely it is in the main language file. Change it there and you will change it everywhere.

#2. You say you want to display the image name, did you by chance mean the item name or product name? If you want to display the product name simply copy whatever variable displays the product name and insert it where you want it to appear. The best way to find this is the go into webmaster mode and click to edit the file that has the information you are looking to duplicate. Look at the html and find where the variable is. If you are looking to create a new variable called $ImageName or something like that you will need to declare that variable and tell the script what it is and how to interpret it. Hope this helps.
__________________
Stewbiedoobiedoo
Reply With Quote