Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 Thumb Nail Image instead of VIEW Link
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Season
Starting Member

37 Posts

Posted - February 04 2007 :  18:58:05  Show Profile  Visit Season's Homepage  Reply with Quote
I would like to see the Product Image in the Add and Edit Products mode. Or a way to resize the Popup for the VIEW image and reposition it so that it is in view while editing a product Item.

Or

What I really want is a thumb nail image of the Item instead of the VIEW Link and when You click on it , it opens into a popup of a larger image.

Thanks for any help.

Cliff

Kidd
VP-CART Super User

Australia
373 Posts

Posted - February 04 2007 :  21:17:58  Show Profile  Reply with Quote
on your add/edit product file theres a sub called DisplayForm

just add a html image code line and use your imageur there
Go to Top of Page

Season
Starting Member

37 Posts

Posted - February 04 2007 :  21:32:49  Show Profile  Visit Season's Homepage  Reply with Quote
Could you elaborate, I found the Sub Displayform in the Shopa_addproducts.asp but I am lost after that, do I add the Html code to the sub Displayform is this a seperate file.

Thanks
Go to Top of Page

Kidd
VP-CART Super User

Australia
373 Posts

Posted - February 04 2007 :  21:42:33  Show Profile  Reply with Quote
add the html somewhere in the sub
Go to Top of Page

Season
Starting Member

37 Posts

Posted - February 05 2007 :  00:05:28  Show Profile  Visit Season's Homepage  Reply with Quote
I am not having any luck with adding Html to the Sub Displayform to show the product Image in place of the View link.

I need examples. Im newly just getting into this.

Thanks for any help
Go to Top of Page

Kidd
VP-CART Super User

Australia
373 Posts

Posted - February 05 2007 :  06:07:30  Show Profile  Reply with Quote
try this

response.write <img src="strcimageurl">
Go to Top of Page

Season
Starting Member

37 Posts

Posted - February 05 2007 :  09:53:41  Show Profile  Visit Season's Homepage  Reply with Quote
I tried it , but no results, I changed it to
response.write "<img src='strcimageurl'>" and I got
a image box but no item picture. I tried variations of 'cimageurl' and [cimageurl] and all the same just a box with no image.

does anyone know what file controls the VIEW window popup. What produces that VIEW Link

Thanks
Go to Top of Page

Kidd
VP-CART Super User

Australia
373 Posts

Posted - February 05 2007 :  21:56:52  Show Profile  Reply with Quote
try this

%><img src='<%=strcimageurl%>'><%

tell me if it works or not
Go to Top of Page

Season
Starting Member

37 Posts

Posted - February 06 2007 :  20:50:40  Show Profile  Visit Season's Homepage  Reply with Quote
Yes It works, Thanks Kidd. Here is what I did, in the shopa_addproduct.asp Ver. 6.09

the following places the image above the Image Name, and It could be placed any where under the Sub DisplayForm area

Below is the code to look for in Shopa_AddProduct.asp the BOLD is the added change to display the image.

' PCreateRowdisplay "Catalogid", "lngCatalogid", lngCatalogid
end if

%><td valign=center><img src='<%=strcimageurl%>'><%

PCreateRow getlang("LangProductName"), "strCname", strCname
PCreateRow getlang("LangProductCode"),"strCcode",strcCode
PCreateRowText "Short Description", "memcdescription", memcdescription,3,"cdescription"

Thanks again to Kidd
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00