cartpops
Forum Replies Created
-
Hey there,
1. This is probably due to your theme adding an extra product image after the original product image. You could hide it with CSS.
2. This is fixed in the last update.
3. While we did some improvements with the WP Admin menu bar, it’s best to view CartPops without the admin menu bar. If you have an actual theme menu bar overlapping, it’s most likely because your theme forces a high z-index on their menu. This can easily be adjusted with a bit of CSS.
Hey @sinergiostijn ,
Sorry the late reply!
The info.php and error.php template files are deperecated. we have since build a different notification system for add to cart, and other events. We don’t have a way to add your own notifications just yet. But there’s a filter that you can try:
This fires right before the notification is sent back to the frontend.
apply_filters( ‘cartpops_drawer_notice_html’, $notification );
$notification is not an array, but just 1 notification.
Thank youuu 🚀!
Thank you ✨!
Hey!
We do have a few hooks here and there. I suggest checking out the plugin folder, and templates to find some hooks that might suit you.
There’s an add_action hook that’s right above the checkout button that might help?
cartpops_drawer_before_checkout_button or cartpops_drawer_after_checkout_button