Tagged: solved
I had a serious issue with product displaying wrong during the holidays and i would like to provide a solution.
I am currently working on a pizzeria e-shop and i used WooCommerce Product Add-Ons Ultimate to create amazing fields that would make a user be able to pick with ease on different offers, make each product with its own options etc.
On latest update all the products instead of displaying the product name became “Select Options” (as a link) this completely destroyed the view of the products and i asked for help from the people that created WooCommerce Product Add-Ons Ultimate.
This is what it should look like
http://prntscr.com/wfrs5t
This is what i was looking at when i activated Product Add-Ons Ultimate
http://prntscr.com/wfrsma
Solution (Thank to JP and Garreth from support at Plugin Republic)
“This looks like a code used by your theme Enfold. It looks like the shortcode just replaced the standard archive product view with a title, description and price. Then I think that the Add-Ons plugin is overriding that when it filters the add to cart button on the archive page. You could possibly get round that by disabling that filter using the code below:”
remove_filter( ‘woocommerce_loop_add_to_cart_link’, ‘pewc_view_product_button’, 10, 3 );
“I recommend using a plugin called Code Snippet so that you don’t have to edit files.”
The domain is https://familypizza.gr/ and password (if its active is bwrM2py)
I am posting this to help users with similar issue and i would like to thank you for the best theme i have ever experienced, Enfold