codeconnectptyltd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Notices after AJAX add to cartA tip for the new players 🙂
In your solution, you’ll need to do the above for the standard implementations in OceanWP ajax add to cart. It’s being triggered after their add to cart ajax call.
$( document ).ready(function() { // required to refresh woocommerce notices for OceanWP ajax add to cart. $("body").on("added_to_cart", function() { refresh_notices(); }); });Forum: Themes and Templates
In reply to: [OceanWP] Notices after AJAX add to cartRan across the same issue today. Found that when needing to fail woocommerce_add_to_cart_validation the notices that are generated are not displayed when the ajax add to cart functionality is enabled.
I’m going to look at your solution now.
Interested in this one as well.. I seem to facing a similar issue.
Thanks for the quick reply.
I’m aware that these steps are optional.
The problem is that this optional steps deletes all of the theme’s saved customizer options saved in the database in the wp_options table -> option_name -> theme_mods_THEME_NAME.
Another user has previously mentioned this problem in this support forum and it was also not taken seriously.
https://wordpress.org/support/topic/woocommerce-shop-deleted-my-theme-customizations/
In my opinion, this is a bug that needs to be addressed. If running an optional add logo via “Personalize My Store” DELETES ALL theme customizer settings, I’d say that requires attention.
I trust you will pass this onto the development team via Github.
Forum: Themes and Templates
In reply to: [OceanWP] No Answer for Support RequestsI did make contact with support via chat and that was very quick. Thx.
Forum: Themes and Templates
In reply to: [OceanWP] No Answer for Support RequestsI opened the ticket here:
https://oceanwp.org/support/Using the exact email address you have mentioned in your reply.
Nothing went to spam. The fact that you have no tickets from me indicates that your support ticket form doesn’t work correctly.
I’ll try via the chat button on the website.