radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

Still blank and syntax error WooCommerce 3.1 FPD 3.4.7

still get blank canvas when I tried to view in order viewer and this error


parse — order-viewer.js:98 

SyntaxError: JSON Parse error: Unrecognized token '\'


Best Answer

The update V3.4.8 is now available via auto updater in WordPress. An update for the REST API plugin is also available. Please let me know if you are able to view orders in WooCommerce 3.1.


2 people have this question

Your email?

dannydekruijk (at) gmail (dot) com

Emailed you

Thanks! It is fixed. 

Dannydekruijk@gmail.com. Thanks!!

I have the same problem.  Blank canvas in order viewer on admin page, but no syntax error, using FPD 3.4.7 and WooCommerce 3.1.   Email address: support (at) makergrafix (dot) com

Emailed you Patrick

Rafael? Isn't it time for a small upgrade?


I have the same problem.  Blank canvas in order viewer and admin page, using last FPD and WooCommerce 3.1.   Email address: medmouncef(at) gmail(dot)com

I am going to add a new update today with this fix:


  1. Open admin/class-admin.ajax.php
  2. Go to line 237
  3. Add this:
    $views = preg_replace("~\\\\+([\"\'\\x00\\\\])~", "$1", $views);
    before this line:
    $output = apply_filters( 'fpd_ajax_load_order_data', array(

The final code should look like this now:

 

$views = preg_replace("~\\\\+([\"\'\\x00\\\\])~", "$1", $views);

$output = apply_filters( 'fpd_ajax_load_order_data', array(
	'order_data' => $views
), $fpd_data, $_POST['order_id'], $_POST['item_id']);

echo json_encode($output);

 

Let me know if this is working for all of you!

Answer

The update V3.4.8 is now available via auto updater in WordPress. An update for the REST API plugin is also available. Please let me know if you are able to view orders in WooCommerce 3.1.

Login or Signup to post a comment