PrestaShop eBay Integration manual
Documentation Index
- Installation & Update
- Ebay Accounts
- Ebay Marketplaces
- Selling Profiles
-
- Information of Selling Profiles
- Create new Selling Profile
- Selling Profile — General tab
- Selling Profile — Product tab
- Selling Profile — Item Specifics tab
- Custom Item Specifics
- Selling Profile — Price Tab
- Selling Profile — eBay Store Tab
- Selling Profile — Payment Tab
- Selling Profile — Shipping Tab
- Selling Profile — Return Policies Tab
- Business Policy information
- Selling List
- Automatic Synchronization
- Flash Tasks
- Orders
- Category & Store Mapping
- Description Templates
- Price Templates
- Shipping Templates
- eBay Listings
- Dashboard
- Logs
- Configuration Information
- FAQ
- Ebay Errors
Your access to TinyMCE will expire on 25 Februrary 2021
If you will get an error when using TinyMCE editor (visual editor) inside the PrestaBay module, that look like this:
Your access to TinyMCE will expire on 25 Februrary 2021. Please either contact your administrator or upgrade your account using the instructions available
Please make these changes to your installation:
1) Open file modules/prestabay/views/templates/admin/main/tinymce.tpl
2) Fine line
<script src='//cdn.tinymce.com/4/tinymce.min.js'></script>
3) Replace it with
<script src="https://cdnjs.cloudflare.com/ajax/libs/tinymce/4.9.11/tinymce.min.js"></script>
4) Save file
5) Reset PrestaShop store cache
After this change, the issue should be solved.