Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-11-2012, 01:58 PM
Action Accessories's Avatar
Action Accessories Action Accessories is offline
 
Join Date: Jan 2012
Posts: 2
Default Option visibility based on other options

We sell embroidered apparel (http://www.actionembroidery1.com). Embroiderable apparel has the following options:
Personalization: None, 1 Location, 2 Locations, 3, etc, where each additional location costs $3
Personalization Text (what you want embroidered): Textbox

I would like the personalization text box to only show up if the user selects a personalization location.

Reason being, we have customers who type in the personalization box, but don't choose a personalization option, so they don't get charged what they should for the additional personalization.

Any suggestions on how to address this?
Reply With Quote
  #2  
Old 06-13-2012, 03:23 PM
Makfruit's Avatar
Makfruit Makfruit is online now
Ecwid Team
 
Join Date: Oct 2011
Posts: 3,113
Default

Hello,

In Ecwid, you can create different product variations by means of product options and product combinations. However, it is currently not possible to make some options to be available or unavailable depending on previously selected ones, like you suggested. There is a related suggestion in our ideas base though:
http://ideas.ecwid.com/forums/22031-...
Please vote for it if you find it useful.

Meanwhile, you can consider creating a custom JavaScript modification on your site that will handle the particular option's selection on the product pages and show/hide text inputs accordingly. Ecwid JS API could be useful for such purposes:
http://kb.ecwid.com/w/page/41188517/JavaScript%20API

If you need help with development of such a mod for your Ecwid store, our colleagues from Qualiteam will be glad to help you. If you are interested in it, please contact them at sales@qtmsoft.com .
__________________
Matvey Kuritsyn
Ecwid Team

‣ Find ready answers, demos, tips and tricks and more in Ecwid Help Center

‣ Check out Ecwid video tutorials or share your own tutorial with us

---
⇩ Click Thanks, please, if this reply helped you.
Reply With Quote
  #3  
Old 02-13-2013, 04:49 PM
Scott Meadows's Avatar
Scott Meadows Scott Meadows is offline
Junior Member
 
Join Date: Aug 2012
Posts: 2
Default Still no visibility based on other options?

Is this still not an option? I need to prevent users from being able to purchase accessories by themselves and only allow them to purchase accessories with their related parent product.

Should I contact qtmsoft.com to write an ecWid mod to accomplish this?

Scott



Quote:
Originally Posted by Makfruit View Post
Hello,

In Ecwid, you can create different product variations by means of product options and product combinations. However, it is currently not possible to make some options to be available or unavailable depending on previously selected ones, like you suggested. There is a related suggestion in our ideas base though:
http://ideas.ecwid.com/forums/22031-...
Please vote for it if you find it useful.

Meanwhile, you can consider creating a custom JavaScript modification on your site that will handle the particular option's selection on the product pages and show/hide text inputs accordingly. Ecwid JS API could be useful for such purposes:
http://kb.ecwid.com/w/page/41188517/JavaScript%20API

If you need help with development of such a mod for your Ecwid store, our colleagues from Qualiteam will be glad to help you. If you are interested in it, please contact them at sales@qtmsoft.com .
Reply With Quote
  #4  
Old 02-14-2013, 10:28 AM
Makfruit's Avatar
Makfruit Makfruit is online now
Ecwid Team
 
Join Date: Oct 2011
Posts: 3,113
Default

Quote:
Originally Posted by Scott Meadows View Post
Is this still not an option? I need to prevent users from being able to purchase accessories by themselves and only allow them to purchase accessories with their related parent product.

Should I contact qtmsoft.com to write an ecWid mod to accomplish this?

Scott
Hi Scott,

Can you please detail your needs? I am not sure the functionality discussed in this thread is something you need. Should those accessories be separate products in your store? If not, the product options functionality will be enough, I believe:
http://kb.ecwid.com/w/page/15853269/...
__________________
Matvey Kuritsyn
Ecwid Team

‣ Find ready answers, demos, tips and tricks and more in Ecwid Help Center

‣ Check out Ecwid video tutorials or share your own tutorial with us

---
⇩ Click Thanks, please, if this reply helped you.
Reply With Quote
  #5  
Old 02-14-2013, 04:34 PM
Scott Meadows's Avatar
Scott Meadows Scott Meadows is offline
Junior Member
 
Join Date: Aug 2012
Posts: 2
Default Conditional relationship of accessories to their parent product

Makfruit -

Our client does not want to sell accessories by themselves. He only wants to sell accessories along with the purchase of the main product. Therefore, we are looking for a way to allow users to buy the main product and any associated accessory. If the main product is in the users bag/cart, then they are allowed to purchase additional related accessories.

If the main product is not in the customer's bag, then they should be preventing from buying the accessories by themselves. In other words, no customer can visit the store to buy only accessories.

Scott
Reply With Quote
  #6  
Old 02-18-2013, 06:21 AM
Makfruit's Avatar
Makfruit Makfruit is online now
Ecwid Team
 
Join Date: Oct 2011
Posts: 3,113
Default

Quote:
Originally Posted by Scott Meadows View Post
Makfruit -

Our client does not want to sell accessories by themselves. He only wants to sell accessories along with the purchase of the main product. Therefore, we are looking for a way to allow users to buy the main product and any associated accessory. If the main product is in the users bag/cart, then they are allowed to purchase additional related accessories.

If the main product is not in the customer's bag, then they should be preventing from buying the accessories by themselves. In other words, no customer can visit the store to buy only accessories.

Scott
Scott,

Thank you for the details. As I mentioned above, you can use product options for that - they are already available in Ecwid:
http://kb.ecwid.com/w/page/15853269/...

It will look like this:
http://www.ecwid.com/demo-frontend.h...

As you see, there are three selections there: 1pack, 2pack, 3pack . The same way, you can set up an additional drop-down box or radiobuttons for your products which will say, for example:
- Without %accessory name%
- With %accessory name% (+$20)

This way, your customer will be allowed to to buy an accessory only along with a product.
__________________
Matvey Kuritsyn
Ecwid Team

‣ Find ready answers, demos, tips and tricks and more in Ecwid Help Center

‣ Check out Ecwid video tutorials or share your own tutorial with us

---
⇩ Click Thanks, please, if this reply helped you.
Reply With Quote
  #7  
Old 07-09-2012, 11:46 AM
Peter Toner1's Avatar
Peter Toner1 Peter Toner1 is offline
 
Join Date: Aug 2011
Posts: 28
Default text box dynamic

Hi
Do you have a script available so that the text box in the option settings will only appear if a user selects yes for the service -
we have gift wrapping and want to ask the customer if they would like this option at addition cost but if they select no then we either want to disable the use of the text box or make the box disappear when selected no -

Have searched on this and many say a jquery script is better

Found this but how to apply to Ecwid?
http://www.mkyong.com/jquery/how-to-...
Reply With Quote
  #8  
Old 07-09-2012, 01:17 PM
Makfruit's Avatar
Makfruit Makfruit is online now
Ecwid Team
 
Join Date: Oct 2011
Posts: 3,113
Default

Quote:
Originally Posted by Peter Toner1 View Post
Hi
Do you have a script available so that the text box in the option settings will only appear if a user selects yes for the service -
we have gift wrapping and want to ask the customer if they would like this option at addition cost but if they select no then we either want to disable the use of the text box or make the box disappear when selected no -

Have searched on this and many say a jquery script is better

Found this but how to apply to Ecwid?
http://www.mkyong.com/jquery/how-to-...
Hello,

Please refer to this post: http://www.ecwid.com/forums/showpost...
__________________
Matvey Kuritsyn
Ecwid Team

‣ Find ready answers, demos, tips and tricks and more in Ecwid Help Center

‣ Check out Ecwid video tutorials or share your own tutorial with us

---
⇩ Click Thanks, please, if this reply helped you.
Reply With Quote
  #9  
Old 07-26-2012, 04:59 PM
gnatster's Avatar
gnatster gnatster is offline
Junior Member
 
Join Date: Jan 2012
Posts: 1
Default Add option only if condition is met

Searched for this and could not find anything close.

Product is a shirt. I have a combination Option of color and size. I would like to add a 3rd item for an embroidered name. When selecting Yes to the option I would then like there to an entry for the text the customer wants. However if the the option is set to no I do not want the text box to be displayed.

Is this possible and how please.

Thanks for the help!

Last edited by gnatster; 07-26-2012 at 05:02 PM.
Reply With Quote
  #10  
Old 07-26-2012, 06:23 PM
Makfruit's Avatar
Makfruit Makfruit is online now
Ecwid Team
 
Join Date: Oct 2011
Posts: 3,113
Default

Quote:
Originally Posted by gnatster View Post
Searched for this and could not find anything close.

Product is a shirt. I have a combination Option of color and size. I would like to add a 3rd item for an embroidered name. When selecting Yes to the option I would then like there to an entry for the text the customer wants. However if the the option is set to no I do not want the text box to be displayed.

Is this possible and how please.

Thanks for the help!
Hi,

Please refer to this post: http://www.ecwid.com/forums/showpost...
__________________
Matvey Kuritsyn
Ecwid Team

‣ Find ready answers, demos, tips and tricks and more in Ecwid Help Center

‣ Check out Ecwid video tutorials or share your own tutorial with us

---
⇩ Click Thanks, please, if this reply helped you.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:44 AM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.