Making all product options + add to cart visible by default

Post feature requests to this forum and a pre-configured poll will automatically be created for you.
User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Thu Feb 07, 2008 6:54 pm

8)
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

DonAshby
Commander (CMDR)
Commander (CMDR)
Posts: 172
Joined: Mon Oct 15, 2007 2:53 pm
Location: Palo Alto, CA
Contact:

Post by DonAshby » Mon Feb 11, 2008 1:14 pm

Hi Mike,
Any thoughts yet on when the next release will be? Will it be RC3? or Final?

If you don't know yet, can you say a minimum amount of time it will take - like at least 2 weeks - or ? ... for our planning.

Thanks, Don

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Post by Shopping Cart Admin » Mon Feb 11, 2008 1:17 pm

Hello Don,

We're hopeful that it will be in the 2 week time frame. We don't release finals, we'll release RC3 and if nothing major is found it will be re-labeled final.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Post by Shopping Cart Admin » Thu Feb 14, 2008 11:11 am

Hello All,

I didn't notice it initially, but a patch is attached to the following bug if anyone wants to give this a try.

http://bugs.ablecommerce.com/show_bug.cgi?id=6338
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Post by compunerdy » Thu Feb 14, 2008 12:08 pm

Looks like it works great now..Thanks!!

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Post by jmestep » Thu Feb 14, 2008 12:53 pm

Ditto on the thanks!
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Will
Captain (CAPT)
Captain (CAPT)
Posts: 263
Joined: Fri Oct 05, 2007 8:02 am

Post by Will » Fri Feb 15, 2008 12:47 pm

Awesome. Thanks! You guys rock.

Any word on the second part of this -- Don's core request that an option shows by default? Is there a way we can do this now or is this coming in the next release?

Will
Captain (CAPT)
Captain (CAPT)
Posts: 263
Joined: Fri Oct 05, 2007 8:02 am

Post by Will » Fri Feb 15, 2008 2:05 pm

I was able to use javascript to set the default product options. It's a temporary work-around, though.

User avatar
Jinx
Lieutenant (LT)
Lieutenant (LT)
Posts: 56
Joined: Thu Sep 28, 2006 8:09 pm
Location: Omaha, NE
Contact:

Any word.

Post by Jinx » Tue Feb 26, 2008 1:25 pm

Yes, I would love to have the first option be the default selection.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Post by jmestep » Tue Feb 26, 2008 3:24 pm

Posted earlier in this topic- I think this will still work to remove the blank at start of dropdown-- remove this line from producthelper.cs:
aspOptions.Items.Add(String.Empty);
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
Jinx
Lieutenant (LT)
Lieutenant (LT)
Posts: 56
Joined: Thu Sep 28, 2006 8:09 pm
Location: Omaha, NE
Contact:

Thanks

Post by Jinx » Tue Feb 26, 2008 3:26 pm

Awesome I will give it a try.

User avatar
Jinx
Lieutenant (LT)
Lieutenant (LT)
Posts: 56
Joined: Thu Sep 28, 2006 8:09 pm
Location: Omaha, NE
Contact:

No Go

Post by Jinx » Tue Feb 26, 2008 3:29 pm

That doesn't work if you are using swatches.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Post by Logan Rhodehamel » Wed Mar 26, 2008 3:56 pm

jmestep wrote:Posted earlier in this topic- I think this will still work to remove the blank at start of dropdown-- remove this line from producthelper.cs:
aspOptions.Items.Add(String.Empty);
Don't do this if you are doing either one of the following:

using option inventory
using variant level overrides (like specifying a price for a specific option combination or marking a particular combination unavailable)
using swatches

Otherwise there probably isn't any harm. Very soon a new version of this code will be available. It improves even further the problems with Ajax and product purchase. As someone mentioned above, it's just not as cool as it should be.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

DonAshby
Commander (CMDR)
Commander (CMDR)
Posts: 172
Joined: Mon Oct 15, 2007 2:53 pm
Location: Palo Alto, CA
Contact:

Re: Making all product options + add to cart visible by default

Post by DonAshby » Thu Apr 17, 2008 10:00 am

Hello Logan,

I thought this was going to be in RC3 to show a default? Yet I looked all over the Dashboard in the Options settings and could not find anyplace to set the Default Option or Variant.

Looking at the date of your above post, it was before RC3 came out. So to make a default color show up, do we need to make the code change as per Judys post above?

Please explain where we are at now with RC3and how it will be changed ( it at all ) in the future? I think a number of people are interested.

Thanks, Don :?:

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Making all product options + add to cart visible by default

Post by Logan Rhodehamel » Thu Apr 17, 2008 10:38 am

The "default" change in RC3 was to show all of the options by default, not to select one of the choices by default. The change Judy suggested would probably still work, but factor in the list of situations I gave when you should not do this.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

User avatar
bha
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 44
Joined: Tue Mar 11, 2008 6:04 pm

Re: Making all product options + add to cart visible by default

Post by bha » Fri Apr 25, 2008 3:34 pm

Hi Judy or Logan. What is the empty option for? Is it used to force an update (such as inventory display) when an option is chosen other than blank?

Thanks,
Bruce.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Making all product options + add to cart visible by default

Post by jmestep » Fri Apr 25, 2008 4:13 pm

I don't know, but I would like an explanation from Logan as to why it wouldn't work in some instances that he mentioned. I'm curious.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
Jinx
Lieutenant (LT)
Lieutenant (LT)
Posts: 56
Joined: Thu Sep 28, 2006 8:09 pm
Location: Omaha, NE
Contact:

Re: Making all product options + add to cart visible by default

Post by Jinx » Fri Apr 25, 2008 4:22 pm

All issues would be solved if there was a default selection. (Just my two cents)

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Making all product options + add to cart visible by default

Post by jmestep » Fri Apr 25, 2008 5:28 pm

my 2 cents also.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

meer2005
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Feb 09, 2005 2:00 pm

Re: Making all product options + add to cart visible by default

Post by meer2005 » Thu May 29, 2008 11:11 am

is there any way to make aspOptions.Items.Add(String.Empty); display some text like "Select Option?" That way it isn't just blank..

Post Reply