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

Add a pop-up information box to describe a product option

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #31  
Old 12-10-2008, 08:34 AM
 
el el is offline
 

Member
  
Join Date: Jul 2005
Posts: 21
 

Default Re: Add a pop-up information box to describe a product option

Quote:
Originally Posted by el
Oops!! Didn't read this post before posting my previous question.

How or where do I put the code next to the Custom text box?
Thanks! I found it!

This is great!!
__________________
el
x-cart gold 4.1.9
Mac OS X 10.4.11
Reply With Quote
  #32  
Old 05-12-2009, 09:45 AM
 
iry iry is offline
 

Member
  
Join Date: Sep 2007
Location: New York
Posts: 23
 

Default Re: Add a pop-up information box to describe a product option

Thanks so much, I got this working for my 4.2 xcart.
Balinor, can you please tell me how is it possible to put this question mark to the left of the options box, please see my screenshot attatched.
Irene
Attached Thumbnails
Click image for larger version

Name:	option image.jpg
Views:	374
Size:	31.7 KB
ID:	1527  
__________________
iry
xcart gold - 4.6.1)
Stylehippo.com
Big Scoots Hosting
Reply With Quote
  #33  
Old 09-22-2009, 12:48 PM
  xcart@seonow.us's Avatar 
xcart@seonow.us xcart@seonow.us is offline
 

Member
  
Join Date: Feb 2007
Location: Atlanta, GA
Posts: 18
 

Default Re: Add a pop-up information box to describe a product option

Hello, I made a mod that allows unlimited number of "learn more" pop ups!


This exclusive mod is made available only from SEONow.us. This mod allows X-Cart store owners to finally have pop up details for product options. You know, what is that option for? This module allows to have each option have a pop-up explanation of what the option is. A MUST HAVE for x-cart store owners!

Mod allows X-Cart to have:

http://www.seonow.us/images/arrow1.jpg Unlimited number of "Learn More" pop-ups!
http://www.seonow.us/images/arrow1.jpg WYSIWYG editor to make pop-ups look great!
http://www.seonow.us/images/arrow1.jpg Sophisticate your X-cart store!
http://www.seonow.us/images/arrow1.jpg Works with X-cart v 4.1.x and 4.2.x

See it here >> X-Cart Product Options Help Mod
Reply With Quote
  #34  
Old 09-22-2009, 12:50 PM
  xcart@seonow.us's Avatar 
xcart@seonow.us xcart@seonow.us is offline
 

Member
  
Join Date: Feb 2007
Location: Atlanta, GA
Posts: 18
 

Default Re: Add a pop-up information box to describe a product option

Hello, I made a mod that allows unlimited number of "learn more" pop ups!


This exclusive mod is made available only from SEONow.us. This mod allows X-Cart store owners to finally have pop up details for product options. You know, what is that option for? This module allows to have each option have a pop-up explanation of what the option is. A MUST HAVE for x-cart store owners!

Mod allows X-Cart to have:

http://www.seonow.us/images/arrow1.jpg Unlimited number of "Learn More" pop-ups!
http://www.seonow.us/images/arrow1.jpg WYSIWYG editor to make pop-ups look great!
http://www.seonow.us/images/arrow1.jpg Sophisticate your X-cart store!
http://www.seonow.us/images/arrow1.jpg Works with X-cart v 4.1.x and 4.2.x

See it here >> X-Cart Product Options Help Mod
Reply With Quote
  #35  
Old 12-22-2009, 12:27 PM
 
w3designstudios w3designstudios is offline
 

Member
  
Join Date: Jun 2005
Location: Frederick, MD
Posts: 17
 

Default Re: Add a pop-up information box to describe a product option

Is there any way to use the content from a static page that is created within X-Cart in the pop-up? I figured I could make the pop-up simply be the static page that is created in X-Cart, but instead would like just the content of that page.

Any ideas?
__________________
Russ Williams
Primary Consultant

W3 Design Studios
X-Cart Gold 4.4.1
Reply With Quote
  #36  
Old 12-31-2009, 06:10 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: Add a pop-up information box to describe a product option

Quote:
Originally Posted by w3designstudios
Is there any way to use the content from a static page that is created within X-Cart in the pop-up? I figured I could make the pop-up simply be the static page that is created in X-Cart, but instead would like just the content of that page.

Any ideas?

Looking at the original code and instructions...

Quote:
If you want to link to a unique image/html page for each product, you can use this:

Code:

{if $v.classtext eq 'Option Name'} <a href="#" onClick="window.open('files/options/{$product.productid}.html','','scrollbars=no,resiz able=no,width=300,height=400,menubar=no,toolbar=no ');return false;" target="_blank"><img src="{$ImagesDir}/question.gif" border="0" style="vertical-align: middle;" alt="Click here for more info" /></a>{/if}


So if you are veiwing the details for a product with ID # 8, clicking on the link next to the 'Option Name' option will link you to files/options/8.html.

.. it shouldn't be too difficult. Just copy the html code from where the static page is created in x-cart, paste it into a good text editor, name it accordingly (i.e. 8.html), and upload it to the files/options/ directory. If you try to link the popup to the static page directly you may end up having your entire site in the popup window (I haven't checked this, but it seems like that is what would happen).
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote
  #37  
Old 01-02-2010, 03:00 PM
  xcart@seonow.us's Avatar 
xcart@seonow.us xcart@seonow.us is offline
 

Member
  
Join Date: Feb 2007
Location: Atlanta, GA
Posts: 18
 

Default Re: Add a pop-up information box to describe a product option

Quote:
Originally Posted by JWait
Looking at the original code and instructions...



.. it shouldn't be too difficult. Just copy the html code from where the static page is created in x-cart, paste it into a good text editor, name it accordingly (i.e. 8.html), and upload it to the files/options/ directory. If you try to link the popup to the static page directly you may end up having your entire site in the popup window (I haven't checked this, but it seems like that is what would happen).

This would not allow for selecting WHICH pages to pop up so they would all pop up. To make it so you could choose you would need a mod. Let me know how it goes and if I can help.
Reply With Quote
  #38  
Old 09-11-2010, 03:33 AM
 
FCA FCA is offline
 

Advanced Member
  
Join Date: Aug 2010
Posts: 81
 

Default Re: Add a pop-up information box to describe a product option

I want to display an image that is unique to the specific price modifier selected in the drop-down menu. I presented this code to my developer who claims that it is not written to offer that option. Is anyone aware of code that offers the option that I have described?
__________________
v4.3.2 X-Cart Pro, X-Configurator, X-Affiliate, X-Feature Comparison, X-Gift Registry, X-Magnifier, X-Special Offers, X-Survey, Windows, MagneticOne Translater, New Jersey
http://www.industrialhardware.com
Reply With Quote
  #39  
Old 09-12-2010, 03:01 AM
  Dan.roh's Avatar 
Dan.roh Dan.roh is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 397
 

Default Re: Add a pop-up information box to describe a product option

Quote:
Originally Posted by xcart@seonow.us
Hello, I made a mod that allows unlimited number of "learn more" pop ups!


This exclusive mod is made available only from SEONow.us. This mod allows X-Cart store owners to finally have pop up details for product options. You know, what is that option for? This module allows to have each option have a pop-up explanation of what the option is. A MUST HAVE for x-cart store owners!

Mod allows X-Cart to have:

http://www.seonow.us/images/arrow1.jpg Unlimited number of "Learn More" pop-ups!
http://www.seonow.us/images/arrow1.jpg WYSIWYG editor to make pop-ups look great!
http://www.seonow.us/images/arrow1.jpg Sophisticate your X-cart store!
http://www.seonow.us/images/arrow1.jpg Works with X-cart v 4.1.x and 4.2.x

See it here >> X-Cart Product Options Help Mod

Great Mod! I would be interested if you can release a version that allows you to have a "learn more" link or whatever I wish to call it on category pages and manufacturer pages or on any pages on my site for that matter.

For example: if you click on a category from your category list on storefront or sub categories it must allow you to put a popup there to allow you to tell your customers a bit more about the products / services that can be found on that page. Would be even greater if the popup can be picked up as part of the SEO for that page.

This would be a great space saver as it would allow you to say so much more without having to keep it sweet and short.

Below is an example image of a manufacturer page, have a popup there and you can provide a whole page of info in the popup instead of just bit of info as you can see. But it will all be pointless if the info inside the popup does not form part of the SEO for that page.
Attached Thumbnails
Click image for larger version

Name:	Capture.JPG
Views:	317
Size:	83.6 KB
ID:	2080  
__________________
Regards

Dan


Xcart version:
4.1.10 GOLD
Reply With Quote
  #40  
Old 09-13-2010, 04:34 AM
 
robertswww robertswww is offline
 

X-Adept
  
Join Date: Jul 2003
Posts: 586
 

Default Re: Add a pop-up information box to describe a product option

Quote:
Originally Posted by FCA
I want to display an image that is unique to the specific price modifier selected in the drop-down menu. I presented this code to my developer who claims that it is not written to offer that option. Is anyone aware of code that offers the option that I have described?

You might just want to try using Product Variants, as each variant can have its own image.

See the section, "Managing Product Variants" on this page of the online reference manual:
http://help.qtmsoft.com/index.php?title=X-Cart:Product_Options

Robert
__________________
X-cart 4.1.10
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 09:26 PM.

   

 
X-Cart forums © 2001-2020