X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Add a pop-up information box to describe a product option (https://forum.x-cart.com/showthread.php?t=24417)

el 12-10-2008 08:34 AM

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!!

iry 05-12-2009 09:45 AM

Re: Add a pop-up information box to describe a product option
 
1 Attachment(s)
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

xcart@seonow.us 09-22-2009 12:48 PM

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

xcart@seonow.us 09-22-2009 12:50 PM

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

w3designstudios 12-22-2009 12:27 PM

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?

JWait 12-31-2009 06:10 AM

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).

xcart@seonow.us 01-02-2010 03:00 PM

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.

FCA 09-11-2010 03:33 AM

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?

Dan.roh 09-12-2010 03:01 AM

Re: Add a pop-up information box to describe a product option
 
1 Attachment(s)
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.

robertswww 09-13-2010 04:34 AM

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


All times are GMT -8. The time now is 05:20 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.