Page 2 of 2

Re: ADD A VENDOR

Posted: 06 Aug 2019, 11:46
by Jan
Hi, are you sure the tinyMCE is active for you? When you click on save the button with tinyMCE, which error do you get in Javascript console?

Jan

Re: ADD A VENDOR

Posted: 06 Aug 2019, 21:02
by stefano
shibumi wrote: 05 Aug 2019, 22:15 Hmm, I tried switching default editor to TinyMCE, and still won't save...
Hello I have used the same TinyMMCE and works. Sorry bro.

Re: ADD A VENDOR

Posted: 06 Aug 2019, 23:12
by shibumi
Hi Jan,
When I click Save:

Code: Select all

editor.min.js?08e78000c0d5d35df43b74d62de76f84:2 Uncaught TypeError: Cannot read property 'value' of null
    at Object.getContent (editor.min.js?08e78000c0d5d35df43b74d62de76f84:2)
    at Object.Joomla.submitbutton (index.php?option=com_phocacart&view=phocacartvendor&layout=edit:307)
    at HTMLButtonElement.onclick (index.php?option=com_phocacart&view=phocacartvendor&layout=edit:263)
getContent @ editor.min.js?08e78000c0d5d35df43b74d62de76f84:2
Joomla.submitbutton @ index.php?option=com_phocacart&view=phocacartvendor&layout=edit:307
onclick @ index.php?option=com_phocacart&view=phocacartvendor&layout=edit:263
When I click Save & Close:

Code: Select all

editor.min.js?08e78000c0d5d35df43b74d62de76f84:2 Uncaught TypeError: Cannot read property 'value' of null
    at Object.getContent (editor.min.js?08e78000c0d5d35df43b74d62de76f84:2)
    at Object.Joomla.submitbutton (index.php?option=com_phocacart&view=phocacartvendor&layout=edit:307)
    at HTMLButtonElement.onclick (index.php?option=com_phocacart&view=phocacartvendor&layout=edit:268)
getContent @ editor.min.js?08e78000c0d5d35df43b74d62de76f84:2
Joomla.submitbutton @ index.php?option=com_phocacart&view=phocacartvendor&layout=edit:307
onclick @ index.php?option=com_phocacart&view=phocacartvendor&layout=edit:268
When I click Save & New

Code: Select all

editor.min.js?08e78000c0d5d35df43b74d62de76f84:2 Uncaught TypeError: Cannot read property 'value' of null
    at Object.getContent (editor.min.js?08e78000c0d5d35df43b74d62de76f84:2)
    at Object.Joomla.submitbutton (index.php?option=com_phocacart&view=phocacartvendor&layout=edit:307)
    at HTMLButtonElement.onclick (index.php?option=com_phocacart&view=phocacartvendor&layout=edit:273)
getContent @ editor.min.js?08e78000c0d5d35df43b74d62de76f84:2
Joomla.submitbutton @ index.php?option=com_phocacart&view=phocacartvendor&layout=edit:307
onclick @ index.php?option=com_phocacart&view=phocacartvendor&layout=edit:273
And even when I click Cancel:

Code: Select all

editor.min.js?08e78000c0d5d35df43b74d62de76f84:2 Uncaught TypeError: Cannot read property 'value' of null
    at Object.getContent (editor.min.js?08e78000c0d5d35df43b74d62de76f84:2)
    at Object.Joomla.submitbutton (index.php?option=com_phocacart&view=phocacartvendor&layout=edit:307)
    at HTMLButtonElement.onclick (index.php?option=com_phocacart&view=phocacartvendor&layout=edit:278)
getContent @ editor.min.js?08e78000c0d5d35df43b74d62de76f84:2
Joomla.submitbutton @ index.php?option=com_phocacart&view=phocacartvendor&layout=edit:307
onclick @ index.php?option=com_phocacart&view=phocacartvendor&layout=edit:278
Google Chrome Version 76.0.3809.100 (Official Build) (64-bit)
Mac OSX High Sierra
Joomla 3.9.10
PhocaCart 3.3.0
PHP 7.3

Re: ADD A VENDOR

Posted: 07 Aug 2019, 12:13
by christine
Hi shibumi,

confirm situation with JCE. For testing purposes, I hv changed from JCE to TinyMCE & it works.

Did you also check the User Profile? Users > Manage > Your User > Basic Settings > Editor

Image

Kind regards
Christine

Re: ADD A VENDOR

Posted: 07 Aug 2019, 15:50
by Jan
Hi, please test version 3.3.1
https://www.phoca.cz/news/1056-phoca-ca ... 1-released

This should be OK now so you should be able to use the JCE without any problems.

Jan

Re: ADD A VENDOR

Posted: 08 Aug 2019, 02:06
by shibumi
Works now - Thanks Jan!

Re: ADD A VENDOR

Posted: 10 Aug 2019, 17:36
by Jan
Ok, great to hear it.

Jan