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
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
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.