ADD A VENDOR

Phoca Cart - complex e-commerce extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: ADD A VENDOR

Post 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
If you find Phoca extensions useful, please support the project

Tags:
stefano
Phoca Member
Phoca Member
Posts: 10
Joined: 19 Jul 2019, 16:39

Re: ADD A VENDOR

Post 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.
User avatar
shibumi
Phoca Enthusiast
Phoca Enthusiast
Posts: 97
Joined: 11 Sep 2016, 22:22

Re: ADD A VENDOR

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

Re: ADD A VENDOR

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: ADD A VENDOR

Post 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
If you find Phoca extensions useful, please support the project
User avatar
shibumi
Phoca Enthusiast
Phoca Enthusiast
Posts: 97
Joined: 11 Sep 2016, 22:22

Re: ADD A VENDOR

Post by shibumi »

Works now - Thanks Jan!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: ADD A VENDOR

Post by Jan »

Ok, great to hear it.

Jan
If you find Phoca extensions useful, please support the project
Post Reply