Clearing out my wish-list -- is that possible with the new store software?

MorpheonMorpheon Posts: 738
edited December 1969 in The Commons

I remember that the old store software had a function that allowed us to blank out our wish-lists, but I can't seem to find a similar function with the new store. Is this still an option, and if so, how do I access it? Thanks...

Comments

  • ShaneWSmithShaneWSmith Posts: 636
    edited December 1969

    Change the qty of each item to 0 and hit "update wishlist" - that's the fastest way I know of.

  • Dream CutterDream Cutter Posts: 1,222
    edited December 1969

    The easiest way is to buy em all ! :P

  • MorpheonMorpheon Posts: 738
    edited December 1969

    Change the qty of each item to 0 and hit "update wishlist" - that's the fastest way I know of.

    I'm doing that right now, and since I have almost 4,000 items in my list, it's gonna take a while...

  • MorpheonMorpheon Posts: 738
    edited December 1969

    The easiest way is to buy em all ! :P

    DAZ's wish-list didn't used to function that way (although Renderosity's does), and I don't know if they've added that functionality since the store change-over. Doesn't matter: I could never afford to use your suggestion, but thanks, anyways...

  • KatteyKattey Posts: 2,899
    edited December 1969

    Try right clicking on delete button in batches of 10 then closing the new tabs.

  • CypherFOXCypherFOX Posts: 3,401
    edited May 2013

    Greetings,
    In your browser, there's a address bar up at the top. Right now it probably reads something like:

    http://www.daz3d.com/forums/discussion/22176/

    When you're looking at your Wishlist, move your cursor to the address bar, and delete everything there. Type the word javascript and then a ':' character, then:

    jQuery('input.qty').each(function(idx, elem) { elem.value = 0})
    (You can copy this, and paste it after "javascript:".)

    It should end up looking like this:

    javascript:jQuery('input.qty').each(function(idx, elem) { elem.value = 0})
    (You cannot copy and paste from that; the forum replaces single-quotes with 'smart quotes', which are not usable in JavaScript.)

    Hit enter with that in your address bar. That'll set all quantities in your wishlist to zero. You can then click the 'update wishlist' button and it should be empty afterwards.

    -- Morgan

    Post edited by CypherFOX on
  • Dream CutterDream Cutter Posts: 1,222
    edited May 2013

    Cypherfox said:
    Greetings,
    In your browser, there's a address bar up at the top. Right now it probably reads something like:
    http://www.daz3d.com/forums/discussion/22176/

    When you're looking at your Wishlist, move your cursor to the address bar, and delete everything there. Type the word javascript and then a ':' character, then:

    jQuery('input.qty').each(function(idx, elem) { elem.value = 0})
    (You can copy this, and paste it after "javascript:".)

    It should end up looking like this:

    javascript:jQuery('input.qty').each(function(idx, elem) { elem.value = 0})
    (You cannot copy and paste from that; the forum replaces single-quotes with 'smart quotes', which are not usable in JavaScript.)

    Hit enter with that in your address bar. That'll set all quantities in your wishlist to zero. You can then click the 'update wishlist' button and it should be empty afterwards.

    -- Morgan

    THIS IS HANDY and easier on the wallet - MAYBE make message STICKY

    Post edited by Dream Cutter on
  • MorpheonMorpheon Posts: 738
    edited May 2013

    Cypherfox said:
    Greetings,
    In your browser, there's a address bar up at the top. Right now it probably reads something like:
    http://www.daz3d.com/forums/discussion/22176/

    When you're looking at your Wishlist, move your cursor to the address bar, and delete everything there. Type the word javascript and then a ':' character, then:

    jQuery('input.qty').each(function(idx, elem) { elem.value = 0})
    (You can copy this, and paste it after "javascript:".)

    It should end up looking like this:

    javascript:jQuery('input.qty').each(function(idx, elem) { elem.value = 0})
    (You cannot copy and paste from that; the forum replaces single-quotes with 'smart quotes', which are not usable in JavaScript.)

    Hit enter with that in your address bar. That'll set all quantities in your wishlist to zero. You can then click the 'update wishlist' button and it should be empty afterwards.

    -- Morgan

    Thank you very much for this, but I'm not able to get it to work for some reason. I'm running Win7 64-bit with the latest version of FireFox (with AdBlock and NoScript installed).

    The first time I tried your suggestion (pasting "[removed]jQuery(‘input.qty’).each(function(idx, elem) { elem.value = 0})" -- without the qoutes -- in the address bar), FireFox threw up this error message:

    "[removed] and data: URIs typed or pasted in the address bar are disabled to prevent social engineering attacks.
    Developers can enable them for testing purposes by toggling the "noscript.allowURLBarJS" preference."

    Supposedly, by going to the address bar and typing in "about:config" (without the quotes) and after promising to be careful, you can search through FirFox's preferences to find "noscript.allowURLBarJS" and set it to TRUE -- unfortunately, "noscript.allowURLBarJS" doesn't appear amongst the eight or nine noScript preferences listed, so setting it to TRUE apparently isn't an option.

    Is this an entry I can create myself, or have I done something wrong? And interestingly, now I don't get the error message anymore (but it still doesn't set all the quantities to zero). Thanks...

    BTW, I see what you mean: the forum REALLY doesn't seem to like j_a_v_a_s_c_r_i_p_t_:

    Post edited by Morpheon on
  • ShaneWSmithShaneWSmith Posts: 636
    edited December 1969

    Sarsifus said:
    Change the qty of each item to 0 and hit "update wishlist" - that's the fastest way I know of.

    I'm doing that right now, and since I have almost 4,000 items in my list, it's gonna take a while...

    Holey moles! :ohh:

  • MorpheonMorpheon Posts: 738
    edited December 1969

    Sarsifus said:
    Change the qty of each item to 0 and hit "update wishlist" - that's the fastest way I know of.

    I'm doing that right now, and since I have almost 4,000 items in my list, it's gonna take a while...

    Holey moles! :ohh:

    Hey, I'm already down to around 3,700+! Yeah, this isn't taking forever (sarc)...

  • Miss BMiss B Posts: 3,071
    edited December 1969

    It's unfortunate the store doesn't have a "select all" option. That would certainly make this a lot easier for you.

    Even selecting more than one product and sending them all to the cart at one time is something I've always liked, but an option DAZ has never had on either iteration of their stores.

  • TaozTaoz Posts: 9,940
    edited December 1969

    Sarsifus said:
    Sarsifus said:
    Change the qty of each item to 0 and hit "update wishlist" - that's the fastest way I know of.

    I'm doing that right now, and since I have almost 4,000 items in my list, it's gonna take a while...

    Holey moles! :ohh:

    Hey, I'm already down to around 3,700+! Yeah, this isn't taking forever (sarc)...

    I can write small utility that can do it, I'm planning on writing something to manage the wishlist so I'll have to write the code anyway.

  • MorpheonMorpheon Posts: 738
    edited December 1969

    Miss B said:
    It's unfortunate the store doesn't have a "select all" option. That would certainly make this a lot easier for you.

    Even selecting more than one product and sending them all to the cart at one time is something I've always liked, but an option DAZ has never had on either iteration of their stores.

    I'm just so tired of DAZ telling us how great the new store software is, and then finding out again and again all the things it CAN'T do compared to the old store software. The old store wish-list had a "clear all" or "delete all" function -- is DAZ simply dragging their feet putting that back in, or have they decided to skip it, or is the new store incapable of implementing it?

  • TaozTaoz Posts: 9,940
    edited December 1969

    Sarsifus said:
    Miss B said:
    It's unfortunate the store doesn't have a "select all" option. That would certainly make this a lot easier for you.

    Even selecting more than one product and sending them all to the cart at one time is something I've always liked, but an option DAZ has never had on either iteration of their stores.

    I'm just so tired of DAZ telling us how great the new store software is, and then finding out again and again all the things it CAN'T do compared to the old store software. The old store wish-list had a "clear all" or "delete all" function -- is DAZ simply dragging their feet putting that back in, or have they decided to skip it, or is the new store incapable of implementing it?

    The wishlist will be improved to make it easier to manage but it has low priority as there are more important things that needs to be solved first. Probably 3 months at least before they start on it as far as I've been told.

  • MorpheonMorpheon Posts: 738
    edited May 2013

    Taozen said:
    Sarsifus said:
    Miss B said:
    It's unfortunate the store doesn't have a "select all" option. That would certainly make this a lot easier for you.

    Even selecting more than one product and sending them all to the cart at one time is something I've always liked, but an option DAZ has never had on either iteration of their stores.

    I'm just so tired of DAZ telling us how great the new store software is, and then finding out again and again all the things it CAN'T do compared to the old store software. The old store wish-list had a "clear all" or "delete all" function -- is DAZ simply dragging their feet putting that back in, or have they decided to skip it, or is the new store incapable of implementing it?

    The wishlist will be improved to make it easier to manage but it has low priority as there are more important things that needs to be solved first. Probably 3 months at least before they start on it as far as I've been told.

    Thanks for that. I was thinking it was a simple thing to implement but also something of a low priority -- but then again, I've been surprised by the things DAZ claims the new store CAN'T handle, so I wasn't about to rule out THAT scenario, either. Hey, DAZ, if you're listening, how about having purchased items automatically deleted from our wish-lists (the way Renderosity's wish-list handles it) so we don't have to hunt them down and remove them manually. Later....

    Post edited by Morpheon on
Sign In or Register to comment.