Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
.remove-cart-item not actually removing the items | Event Espresso - Staging Server

Support

Home Forums Multiple Event Registration .remove-cart-item not actually removing the items

.remove-cart-item not actually removing the items

Posted: August 28, 2013 at 7:38 am

Viewing 4 reply threads


Hugo Azzolini

August 28, 2013 at 7:38 am

Good Morning, Support Team.

I am running into an odd little bug where the .remove-cart-item is visually removing the event from the cart, but if I attempt to proceed with the purchase, I am faced with this error:

AttentionFor Heroes & Legends! (A Young People's Concert), please make sure to select between 1 and 301 attendees or delete it from your cart.

To duplicate:

take a loot at https://orlandophil.org/opera-series/
click the ‘Purchase’ button for the first listed event.
close the modal window
click the ‘Purchase’ button for the second listed event.
close the modal window
click the ‘View Cart’ link at the affixed to the bottom of the screen
Once the cart page loads, add a quantity to the first event
Remove the second event via the beige ‘X’ to the right of the event title
Scroll to the bottom of the page and click the red “Purchase Tickets’ link


Josh

August 28, 2013 at 11:59 am

Hi Hugo,

Can you try the above test with no modified code running from /wp-content/uploads/espresso/templates or /wp-content/uploads/espresso/ ?


Hugo Azzolini

August 30, 2013 at 7:11 am

That seemed to do it:
http://dppad.com/demo/orlandophil/?page_id=24

Now to figure out which template (specifically) was causing the crash…

Thanks!


Josh

August 30, 2013 at 7:32 am

I can advise checking shopping_cart.php since that’s the template that displays the remove from cart buttons.


Hugo Azzolini

August 30, 2013 at 1:42 pm

To fully illustrate the issue and how it was remedied:

We wanted to use a custom image for the ‘remove-cart-item’, and in doing so omitted the necessary id: id="cart_link_<?php echo $r->id ?>"

The full, working code for a custom image is:

<span class="remove-cart-item"> <img class="ee_delete_item_from_cart" id="cart_link_<?php echo $r->id ?>" alt="Remove this item from your cart" src="<?php bloginfo('stylesheet_directory'); ?>/img/remove-cart.png" /> </span>

Viewing 4 reply threads

The support post ‘.remove-cart-item not actually removing the items’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server