E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
Kruptos member Posts: 4 |
Does anyone know how to remove the 'remove' check box? I've tried: jQuery("#remove_array[0]").remove(); which doesn't work. Any ideas? Thanks # POSTED ON: March 10, 2011 @ 02:57 GMT -7 MODIFIED ON: March 10, 2011 @ 10:19 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 4343 |
It looks like this should do the trick: jQuery('input[type="checkbox"]').remove(); However, buyers who are unable to figure out how to remove an item will probably just abandon their order entirely rather than placing their order anyway with an item they don't want. If you could explain why you want to do this, perhaps we could suggest another approach less likely to affect your conversion rate. For instance, we know of sellers who use custom javascript to auto-remove an item from a buyer's cart when another item it's dependent on is removed. # POSTED ON: March 10, 2011 @ 19:44 GMT -7 |
|
Kruptos member Posts: 4 |
Thanks for the reply. I only have one product, so remove doesn’t really make sense. I do however offer a discount depending on how may ‘users’ you purchase, this is why I’m using a basket rather than a button (to allow the user to input the amount of ‘user’) In your opinion is this the best approach? Thanks # POSTED ON: March 11, 2011 @ 00:11 GMT -7 |
|
E-JunkieMonster E-Junkie Crew Posts: 564 |
If you just have one product and need our cart solely to apply discounts then you shouldn't have problems getting rid of the remove items checkbox using the code Guru provided above. :) # POSTED ON: March 11, 2011 @ 11:54 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






