i have encountered an issue with CPT UI and WooCommerce. When CPT UI is enabled, editing a billing / shipping address on the front-end throws error 404.
has anyone encountered this issue?
i'll also post this on WooCommerce.
i have encountered an issue with CPT UI and WooCommerce. When CPT UI is enabled, editing a billing / shipping address on the front-end throws error 404.
has anyone encountered this issue?
i'll also post this on WooCommerce.
i guess nobody is using CPT UI and WooCommerce at the same time.. i'm stuck with these plugin conflict :(
This is the first report I've seen of this bug. I'll test the two plugins out and see if I can confirm.
@Brad
Any updates about my issue? is there a way to fix it?
I'm using woocommerce and had the same issue where pages (all pages, not just woocommerce pages) were not showing up.
I was using CPT UI and outputting the code, and I don't think I had the problem while just using the interface.
I haven't taken the time to figure out the why, but I have figured out the source:
In the register_taxonomy function, $object_type does not seem to accept an array (this would be "Attach to Post Type " in the interface.
register_taxonomy('taxonomy_name', array ( 0 => 'object_type'... does not work as output by the plugin.
register_taxonomy('taxonomy_name', array ('object_type'... does work.
Again, I haven't delved too deeply into this and any permutations, but that change worked for me.
I'm using Woocommerce as well, and no conflicts at all with my site or shopping cart/checkout!
Hope you got this resolved!
You must log in to post.