Magebay Support Portal » All Posts https://www.magebay.com/forum/extension/products-designer-pro/features-update-version/feed/ Thu, 09 May 2024 01:48:43 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://www.magebay.com/forum/articles/configure-enable-using-inkscape-convert-pdp/#post-5269 <![CDATA[Configure and enable using inkscape convert in PDP]]> https://www.magebay.com/forum/articles/configure-enable-using-inkscape-convert-pdp/#post-5269 Sat, 27 Jan 2018 02:16:55 +0000 Storevan Hello everyone,

Today i guide you configure and enable using inkscape convert in PDP. It’s different with convert by imagick below:

–  All upload file with ext EPS, AI, PDF, SVG give vector output.

–  Download PDF with vector.

Requied:

– Server possible to run command line and install inkcape.

Access to server and run this command:

Ubuntu:

#sudo apt-get install inkscape -y

Cd to /usr/share/fonts or another config font folder then create pdp folder:

#cd /usr/share/fonts

#mkdir pdp

Symlink 2 folder font of PDP to folder created

#sudo ln -s /path-to-designer-folder/data/pdp/fonts /usr/share/fonts/pdp/ (or another config font folder)

#sudo ln -s /path-to-designer-folder/data/pdp/myfonts /usr/share/fonts/pdp/ (or another config font folder)

Run refresh fonts

#sudo fc-cache -f -v

Login to backend PDP enable Using Inkscape config

Navigate to System-> Editor Configuration and config same below

Done!

Cheers 🙂!~

]]>
https://www.magebay.com/forum/articles/basic-errors-pdp-first-check/#post-5267 <![CDATA[The basic errors of PDP should be first check]]> https://www.magebay.com/forum/articles/basic-errors-pdp-first-check/#post-5267 Sat, 27 Jan 2018 01:41:32 +0000 Storevan Hello everybody,

Now i write this topic guide you pre-check basic errors of Products Designer Pro (PDP).

1. Check Mysql version and PHP version

PDP now only run with:

5.6 <= PHP version <= 7.0

5.6 <= Mysql version

2. Check extension

Access this link: https://link-to-pdp/php.php.

Find all Required extensions: 

imagick, iconv, simplexml, curl, mcrypt, hash, zip, pdo_mysql, json (common extension).

soap or oauth (if using magento 1.x.x).

If not found any extensions, please install it.

3. Check Enviroment PHP

Access this link: https://link-to-pdp/php.php.

Find by keyword and check values sample below:

allow_url_fopen: On

always_populate_raw_post_data : -1

memory_limit: 512 or more

post_max_size: max size body of the request include all file upload, need bigger then upload_max_filesize

upload_max_filesize: max size of file upload by your requied, need small then post_max_size

safe_mode: Off

max_file_uploads: number of files allow upload in request

max_execution_time: 120s or more

4. Check Themes Config

Navigate to System->Editor Configuration

Now we only support Default Theme and Custom theme refer https://productsdesignerpro.com/manual-guide/system-configuration/create-new-theme-guide/#. If now config Ultimo Theme or Canva Theme, please change to Default Theme

Cheers 🙂!~

 

]]>
https://www.magebay.com/forum/articles/feature-using-soap-connect-magento-1-x-x-store/#post-5221 <![CDATA[Feature using SOAP connect to Magento 1.x.x Store]]> https://www.magebay.com/forum/articles/feature-using-soap-connect-magento-1-x-x-store/#post-5221 Mon, 15 Jan 2018 12:57:58 +0000 Storevan Because some hosting providers limit the installation of extensions, we have upgraded to a way to connect to the Magento 1.x.x Store through the SOAP method. This article will show the steps necessary connect PDP to Magento 1.x.x Ecommerce Store by SOAP method:

  • Check Soap extension by function phpinfo().

1.   Creating SOAP roles

Login to Magento 1.x.x store. Navigate to System->Web Services ->SOAP/XML-RPC – Roles.

Click on “Add New Role” to add new role.

Input role name and select resource access then click “Save Role

2.   Creating SOAP User

Navigate to System->Web Services ->SOAP/XML-RPC – Users.

Click on “Add New User” to add new soap user.

Input account soap infomation with ‘API Key‘ is password of soap user

Select roles create in step 1 then click to “Save User

3. Connect to Magento 1.x.x Store by SOAP from PDP

Login to backend PDP. Navigate to System->API Integration.

Select method connect “SOAP” and input store path, soap user and soap password created above.

Press “Save Config” then wait save config success.

4. Push products from PDP to Magento 1.x.x store

Push single product to Magento

Push multiple products

After products are pushed successful, all these items status will be change to LIVE in #PDP, go to Magento backend set category and ready for sell on Magento.

Cheers 🙂!~

]]>