Fancy Product Designer not working under php7

Posted almost 7 years ago by Clara

Post a topic
  • Topic is Locked
Answered
C
Clara

 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

0 Votes

rady kal

rady kal posted almost 7 years ago Admin Best Answer

This is already fixed.

0 Votes


2 Comments

Sorted by
rady kal

rady kal posted almost 7 years ago Admin Answer

This is already fixed.

0 Votes

J

Joe Avila posted almost 7 years ago

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.

0 Votes