alimoshen
Forum Replies Created
-
Hi,
Sorry for the delay in responding, I have disabled the plugin since it would sync all the contacts again once I enable it.
Is there no way to disable syncing of contacts from a settings page somewhere on the app and just sync the donations? we have had over 12K donors being added to our mailing list who never had signed up..Forum: Plugins
In reply to: [WooCommerce] Cart not updating/ refreshing correctly after udpdate 7.8.0You can add this in your functions.php as mentioned in another post, it has helped me with AJAX endpoints
function enqueue_wc_cart_fragments() { wp_enqueue_script( 'wc-cart-fragments' ); } add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' );
Forum: Plugins
In reply to: Override header.php or get_header() in the themeGreat thanks for that Omer, however it’s not going to work for me, I only need it to load the custom header.php when it’s on a specific post-type which gets created once my plugin is enabled.
The header.php needs to stay intact for all the other pages as it was before unless my custom post is accessed the header should be replaced with mine.
Forum: Plugins
In reply to: Override header.php or get_header() in the themeCool, any chance you could share that solution :)?
Forum: Plugins
In reply to: Override header.php or get_header() in the themeHi Omer,
Did you manage to get a response on this issue? I have been looking for a solution for a while as well.
Ali
Forum: Plugins
In reply to: [Jigoshop] Jigoshop Checkout field ManagerHi Optart,
I actually have purchased that plugin but it’s not storing the extra value in the order. I purchased the plugin in March and that was working, but now you have a newer version which is compatible with the latest version of Jigoshop but it’s not storing the data anywhere in the order page. I have done a search in the database and I can’t see it there either, any ideas??
Thanks
Forum: Plugins
In reply to: [Jigoshop] Adding custom checkout fields without pluginAny ideas anyone? I am looking for the same, I actually purchased that plugin but it breaks with the latest version of Jigoshop. Luckily Jigoshop came up with a new version for the custom checkout fields but they didn’t bother to test it and it doesn’t work ??