• Resolved Trainshed

    (@trainshed)


    Hello

    I don’t want the user to be able to delete the checkout cart by pressing the dustbin icon. Can I configure the plugin to do this please?

    Thanks

    • This topic was modified 8 years ago by Trainshed.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you share your URL? I will see if this can be done.

    Thank you

    Thread Starter Trainshed

    (@trainshed)

    Hi,

    Thanks for your quick response.

    https://www.train-shed.co.uk/summer-theatre-school-deposit/ and then press the “Card or PayPal” button.

    A second question is whether it is possible to define different images for different instances of the wp_cart_button. I would really have liked to have different buttons for different products.

    Thanks
    Simon

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi try the following CSS code. I added display:none;

    .wp_cart_remove_item_form input[type="image"] {
        border: none;
        display: none;
    }

    In regards to your other question, unfortunately no. You can’t at present have different cart buttons for different products.

    If your issue is resolved can you mark this support thread as resolved.

    Thank you

    Thread Starter Trainshed

    (@trainshed)

    Thanks, that removed the bin.

    Another question. If there is already one item in the cart I don’t want subsequent use of wp_cart_button to add further items. However I do want the user to be able to adjust the quantity by entering a new number in the cart. Actually I don’t want the user to be able to set the quantity to 0 either.

    I guess this is asking far too much – I can work round by telling user how to deal with no cart and to check that the quantity is what they intend before going to PayPal but it is a bit clunky.

    Thanks
    Simon

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, unfortunately the plugin is set up as it is. However I will submit a message to the plugin developers to investigate further your request.

    Kind regards

    Thread Starter Trainshed

    (@trainshed)

    I just discovered that I can do much of what I want using the ?reset_wp_cart feature.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can I remove of disable the remove dustbin’ is closed to new replies.