cartpopsteam
Forum Replies Created
-
Hello there,
Thanks for letting us know! I’ve informed our developer about this, and I’ll keep you updated as soon as the issue is resolved so you can safely update WordPress again.
Best,
Niel
Hello All,
Thank you for bringing this to our attention. I can confirm that I’ve replicated the issue on my end, and I’ve reported it to our developer for further investigation.
In the meantime, it’s best to continue using WordPress version 6.6.2 to maintain the correct cart language while we work on a solution. We’ll keep you updated as soon as an update is available to resolve this issue.
Thank you for your patience, and please let us know if you have any further questions.
Best regards,
Niel
Hey there,
Thanks for pointing that out! Our plugin uses the term “TAX” by default. If you’d like to change it to something else, like “GST,” I recommend giving the Loco Translate plugin a try. It’s a handy tool that allows you to easily manipulate text within plugins.
You can follow this helpful guide on how to use it: https://cartpops.com/docs/tutorials/translate/.
Give it a shot, and feel free to reach out if you need any further assistance!
Best regards,
Hey there,
Thanks for reaching out! I understand how frustrating it can be when solutions are hard to find.
For the issue with super long text, you can use the following CSS:
In the WordPress Admin Dashboard, follow these steps:
- Go to Appearance
- Select Customize
- Choose Additional CSS
- Paste the code below:
.cpops-cart-item__product–link a {
white-space: normal !important;
}After adding the CSS, you may also need to clear your site cache to ensure the changes take effect.
Let me know how it goes, and if you need any further assistance, I’m here to help!
Best regards,
Forum: Plugins
In reply to: [CartPops - High Converting Add To Cart Popup For WooCommerce] PHP ErrorHey there,
I will forward this to the team. Thank you for bringing this to our attention.
Best,
Niel, Cartpops
Forum: Plugins
In reply to: [CartPops - High Converting Add To Cart Popup For WooCommerce] PHP ErrorHello there,
Sure, I can help you fix the PHP error. Could you please let me know:
- Your WordPress version.
- Your PHP version.
Let us know.
Best,
Niel, CartpopsHi there,
Thanks for testing that on your staging site.
The issue seems to be related to a custom setup. Custom scripting and configurations are beyond our support scope.
I recommend consulting with a developer who can help with your specific setup.
Thanks for understanding!
Best,
Niel, Cartpops
Hi there,
This fix won’t be in the next update since it’s a custom setup. You’ll need to keep and update it from time to time.
Let me know if you need anything else!
Best,
Niel, Cartpops
Hi there,
Thanks for sharing the code you used to fix the quantity selector issue. It’s great that it’s working for you!
For the out-of-stock error when there’s more than one item in stock, here are some suggestions:
- Deactivate Other Plugins: Even though you tested with just WooCommerce and the Twenty Twenty-Four theme, try deactivating all other plugins to ensure there’s no conflict.
- Check for Custom Overrides: Look for any custom code in your theme or other customizations that might affect WooCommerce’s stock management messages.
If the issue still persists after these checks, you might need to look deeper into the WooCommerce code or get help from their support forums or a developer familiar with WooCommerce.
I hope this helps!
Best,
Niel, Cartpops
Hi there,
I will inform our developer about the deprecation warning related to PHP 8.3.
Thank you.
Best,
Niel, Cartpops
Hi there,
You can add a check to ensure that the
$percentage
variable is defined before attempting to use it. Modify the problematic code to something like this:if ( $onsale ) {
$percentage = isset($percentage) ? $percentage : 0; // Ensure $percentage is defined
$price .= ‘<small class=””>’ . __( ‘You save’, ‘cartpops’ ) . ‘ ‘ . round( $percentage ) . ‘%</small>’;
}This ensures that
$percentage
is always set, avoiding the undefined variable warning.I hope that helps.
Best,
Niel, Cartpops
Hi there,
Thank you for reaching out!
Currently, there is no native option to change the drawer title text directly. However, you can try using the Loco Translate plugin to manipulate the text. This plugin allows you to translate and modify strings within your WordPress site.
For your second concern, there is no native option to hide the ‘cpops-cart-item__quantity-selector’ when there is only 1 item in stock or to edit the error message. However, you can achieve this by modifying the code. Please note that implementing custom scripts is beyond our support scope.
Let us know if you have any further questions.
Best,
Niel, Cartpops
Hey there,
For your other concern, I understand that you wish to stop the pop-out from appearing when you add a product.?
?
As of the moment, the only alternative is to modify your?functions.php?file and add the code in this article.?
?
See:?https://cartpops.com/docs/php-filters/cartpops_add_to_cart_trigger/?
You can also have a web developer review it.Best,
Niel, Cartpops
Hi Emmanuel,
Thank you for your reply. I am referring to the plugin you used for the Affiliates?
Best,
Hey there,
Google Tag Manager is not natively integrated with our plugin, which is why you need to create these events manually. There are JavaScript events such as
drawer open
that could assist you in integrating this functionality. The good news is that this process will be much simpler in version 2, which will track many more events. We will be launching a beta version soon.Please let me know if you need any further assistance.
Best,
Niel, Cartpops