Home › Forums › Themes Support › How to get images from WC Designer Pro
- This topic is empty.
-
AuthorPosts
-
August 25, 2023 at 4:31 am #12002
Hi all customers,
In the list of our themes below will use WooCommerce Designer Pro plugin:
1. Pangja – Print Shop WordPress theme: https://1.envato.market/n6e1M
2. Pricom – Printing Company & Design Services WordPress theme: https://1.envato.market/0J54mL
3. TeeSpace – Print Custom T-Shirt Designer WordPress theme: https://1.envato.market/gbZWyX
Step 1: After Customers design products and make order you can go to WooCommerce -> Orders -> Edit Order then you can download Design from Customer like this:
However you can’t get images uploaded (separate images) from your Customers
Step 2: You need Enable Output JSON for admin like this:
Step 3: You will see JSON images in the uploads folder like this:
Examples: yourwebroot/wp-content/uploads/wcdp-uploads/save-admin/designID10329/front.json
Step 4: Open your json file in the Order on the browser like this:
https://yourdomain.com/wp-content/uploads/wcdp-uploads/save-admin/designID10329/front.json
Step 5: Please make sure your PHP support GD library, if not please contact your hosting provider check it for you.
Download json-images PHP script repository from here: https://github.com/harutheme/json-images
Extract then upload it to your webroot like this:
Step 6: Run this PHP script on your browser
Paste JSON URL on the step 4 to input field to get your images.
Example: https://yourdomain.com/json-images/
Click on the list images to download it.
All images get from JSON will store in images folder of PHP script:
Thanks for your time and reading!
****
Best Regards,HaruTheme
-
AuthorPosts
You must be logged in to reply to this topic.