Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Detailed Image(s) Popup 2.1 [3.4.x-4.0.x]

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #161  
Old 12-07-2005, 01:56 PM
 
jbvideo jbvideo is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 73
 

Default Detailed Images in Regular Browser Window

I have seen this question raised a few pages back ... but it was never answered.

Any way to modify the code so that the detailed images open in a regular browser window ?(as opposed to the current pop-up windows).

I never have more than one detailed image per item (I do, but I use text links for all the detailed pics after the main one)

My problem is that I just installed Nortons Internet Security 2006 and it blocks the Detailed Image Pop Up that has always worked for me before. And I know for a fact that a lot of my customers use Nortons ... and I would rather not have to include text somewhere that says "if you want to see this detailed pic, you must configure Nortons by finding the Parental Control options etc etc etc"

so clicking on the thumbnail to open in a regular browser window seems fairly easy .. I just don't know how to do it.

testing version (about to go live with) 4.0.17
currently using 3.5.8
__________________
Sharon
vers. gold 4.0.17 to 4.1.10 (july 2008 )
Reply With Quote
  #162  
Old 12-07-2005, 02:59 PM
  shipmerchant's Avatar 
shipmerchant shipmerchant is offline
 

eXpert
  
Join Date: Mar 2005
Posts: 361
 

Default

Thats interesting becuase I use nortons all all my computers and this popup works and has worked well all along. I personally have not had any such problems with this great mod.
__________________
Mil Mascaras
Live Xcart Site #1-V- 4.1.8
Live Xcart site # 2-V 4.4.3
CDSEO Mod - Firetank MM30 - 7DANA- The bestTemplates!
Linux - EWD Host Servers awesome service!
AlteredCart One Page Checkout
Reply With Quote
  #163  
Old 12-11-2005, 12:57 PM
 
jbvideo jbvideo is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 73
 

Default

that is odd .. it worked fine for me until I installed Nortons 2006 version last week.
__________________
Sharon
vers. gold 4.0.17 to 4.1.10 (july 2008 )
Reply With Quote
  #164  
Old 12-11-2005, 02:09 PM
 
hyratech hyratech is offline
 

Senior Member
  
Join Date: Jul 2005
Posts: 172
 

Default

I have 4.0.17 i was going to try to install this mod to see if it works for me..
But..

I dont' have detail images...

I ONLY have thumbnails...

I just modify my cart.tpl and everywhere ese to show the image=x

so my thumnail in the product.tpl is actually pretty big...

so If i chagne that to image=150

and install this MOD. will it be looking for the detail image that it dont' exit?
if so can i modify this MOD to popup the thumnail image in it's original size instead?

Thanx..
__________________
hyratech
X-CART Gold 4.1.10
Hosted - Unix
Reply With Quote
  #165  
Old 12-16-2005, 06:37 AM
 
stephany stephany is offline
 

Member
  
Join Date: Aug 2005
Posts: 25
 

Default

Boomer, thanks for the mod ...
In step 4 ..i couldn't find this line in my product.tpl

Code:
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url}
but I added the code snippet that you had there anyway.

After I uploaded my new files to my server.... my xcart does nothing ... isn't it supposed to make the detailed image clickable ?? I want my detailed images to be clickable so users can view larger images ... I hope this is the right mod ....

Please help ... what do I need to do to make my detailed images to be clickable to open a new window to view larger images ??

Sorry, i'm so new to xcart ....
__________________
Amanda

Version 4.0.14 on Windows
Reply With Quote
  #166  
Old 12-16-2005, 06:40 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

If your using 4.0.14 the code you'll replace in product.tpl looks like:
Code:
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail"}

Yes this mod makes the thumbnail clickable to detailed image(s).
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #167  
Old 01-17-2006, 07:25 AM
 
stephany stephany is offline
 

Member
  
Join Date: Aug 2005
Posts: 25
 

Default

Quote:
Originally Posted by B00MER
If your using 4.0.14 the code you'll replace in product.tpl looks like:
Code:
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail"}

Yes this mod makes the thumbnail clickable to detailed image(s).

B00MER,
I can't find that line of code in my skin1/customer/main/product.tpl

However I found a line of almost similar code in products.tpl


Code:
{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url}

is this it ?? I really really really need this mod, please help!
__________________
Amanda

Version 4.0.14 on Windows
Reply With Quote
  #168  
Old 01-17-2006, 08:54 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Quote:
Originally Posted by stephany
I can't find that line of code in my skin1/customer/main/product.tpl

is this it ?? I really really really need this mod, please help!

If you can't find this line of code in product.tpl then you must have a modified version as the original code "out-of-box" X-Cart code should have this line of code.

If you'd like me to install this mod for you for a small fee please feel free to submit a custom request at:
http://www.cart-lab.com/images/smiley.gif http://www.cart-lab.com/support/
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #169  
Old 01-17-2006, 12:22 PM
 
stephany stephany is offline
 

Member
  
Join Date: Aug 2005
Posts: 25
 

Default

thanks for the mod! I finally got it to work but there are a few questions that I want to ask you to see if it's possible to work like this ..

I want to have 3 different images in my product (small image, medium image, and large image)

My small image will be my thumbnail -- when someone clicks on thumbnail, it'll show a different page with medium image including price, add to cart, etc., and when someone clicks on the medium image, it'll show a pop-up window to view large image ...

Is it possible ? ... it's kinda hard to explain but I hope I don't confuse you

Thanks again for your time
__________________
Amanda

Version 4.0.14 on Windows
Reply With Quote
  #170  
Old 01-17-2006, 01:55 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

http://forum.x-cart.com/viewtopic.php?t=23945 You need this.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:51 AM.

   

 
X-Cart forums © 2001-2020