Hello,
I am building a product catalog website avoiding Woocommerce like wildfire.
It has no e-commerce functionality like user profiles, carts, checkouts etc., just plain products with custom fields. I'm using Oxygen Builder, if that's of any relevance.
I want to be able to add the products to a comparison table "cart" of sorts and when that cart is viewed to display the products side by side with their custom fields, and I'm thinking of Metabox favorite posts might be able to do the trick to some extent.
Why am I doing this instead of going the Woocommerce way? Simple answer - custom tables, less bloat from unrequired functionality, less plugins, etc.
Any pointers on how to achieve that?
I've seen that Toolset has something similar, and I found a plugin to compare CPTs, but it doesn't look trustworthy. Keep in mind that I have limited PHP knowledge.
Thanks