radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

Fancy Product Designer not working under php7

 Hi Im just told by my web developpers that fancy-product-designer needs patching for php7...

What do I need to do to get it working for php7


Best Answer

This is already fixed.


Answer

This is already fixed.

Yep, it doesn't work. There is a use of short open tags in class-frontend-product.php. When I fixed these to use the proper PHP open tags then things were ok. Look at the function get_variation_items and you will several lines with

<? endif; ?>

  Just change these to read:

 

<?php endif; ?>

 The plugin will stop throwing an error 500 and will work properly. I am filing a bug report/ticket.