DeaJae / WooCommerce-Computer-Builder

A modified version of Woocommerce Custom Product Builder which works with Cart instead of its own internal querying
Creative Commons Zero v1.0 Universal
9 stars 1 forks source link

Current issues #1

Open DeaJae opened 10 years ago

DeaJae commented 10 years ago

Here's some issues I'm aware off and possible workarounds/ETA on fixes. Subcategories Try to avoid having subcategories in under your option categories. Its not easy to remove from database and currently working on a manual selection process which should sort this issue out. Current work around is to create a new category for Product Builder and new option categories inside that with products 'linked' into the new categories. {possible work around} I have included tablist-woocats.php to help with this, the only choice with it is to edit your category ID to grab categories from (ID in the PHP file) but doesn't show the sub categories. Will show the products in the sub categories still! (this is looking like the preferred method!

Minicart Apparently its by design that it doesn't update with AJAX, or fragments inside content.. Very unhelpful, but will update whenever a new category is chosen. As its calling it from WooCommerce core, It's not going to be auto updating until either they do it, or I find a way its possible. Possible work around is to wrap the pre-cart templates around that area, again have included coding options for those who feel mini-cart in the sidebar is better.

Styling of the category bar Working on some new styles, as this will come after the category reworking.. I may find it easier to rewrite the whole plugin from scratch.. Depending on how it all goes. I will write up where and what is assigned to plugin's CSS so users can style it to their sites themes.

DeaJae commented 10 years ago

Subcategories shouldn't be a problem with Woocats now, It'll see the products in the sub-cats and display them, but not display sub-cats on the menu bar. This is by design to not confuse people and keep things sorted if you have varied types of products under each category

DeaJae commented 9 years ago

Woocommerce show_messages is now deprecated from core. removing from plugin in new version.