Zen Cart Logo
Forums / New Website Feedback / Where's the plugin ID for newly submitted plugins?

Where's the plugin ID for newly submitted plugins?

Views: 65

Results 1 to 8 of 8

Bug Reports

  • Completed Reported on 29 Aug 2026, 5:09 PM show plugin id on plugin page

    show plugin id on plugin page

29 Aug 2026, 12:28 AM
#1
marcopolo avatar

marcopolo

Totally Zenned

Join Date:
May 2008
Location:
United States
Posts:
516
Plugin Contributions:
2

Where's the plugin ID for newly submitted plugins?

I submitted a new plugin on the new site and could not find the numeric plugin ID anywhere during the submission process or after approval.

That ID is needed for the pluginId field in an encapsulated plugin's manifest, so there really needs to be a clear and reliable place for plugin authors to find it.

As mentioned in the other thread, it may be possible to determine the ID from some older plugin URLs, but authors should not have to dissect a URL to find required plugin information.

Could the plugin ID be displayed directly on the plugin page or in the author's plugin-management area?

marcopolo
Zen Cart 2.2.2 | PHP 8.5.8 | MariaDB 10.11.14

29 Aug 2026, 4:11 PM
#2
wilt avatar

wilt

Oji-san

Join Date:
Jun 2003
Location:
Newcastle UK
Posts:
1,863
Plugin Contributions:
3

Re: Where's the plugin ID for newly submitted plugins?

Hi

It isn’t currently shown, although you could deduce it from the download link

https://www.zen-cart.com/plugins/super-data-markup-vb1984/releases/7771/download

One other thing to note.

When a plugin is uploaded, we do some processing on the plugin first. For all plugins, this includes some linting checks and a basic security scan.

If it's an encapsulated plugin, and the first time it is uploaded we automatically edit the manifest file to add the plugin ID

29 Aug 2026, 4:52 PM
#3
pilou2 avatar

pilou2

Zen Follower

Join Date:
Jun 2008
Location:
Japan
Posts:
367
Plugin Contributions:
6

Re: Where's the plugin ID for newly submitted plugins?

Since the new Zen Cart site, it is not in the download link anymore. But as you said, it was added to the manifest file. I found it after downloading my own plugin.
Thanks.

Perhaps it could be added somewhere on the plugin page, even just in an alt attribute of an image/button?

ZC v2.2.2 PHP 8.4+ MySQL 8.4+

29 Aug 2026, 5:10 PM
#4
wilt avatar

wilt

Oji-san

Join Date:
Jun 2003
Location:
Newcastle UK
Posts:
1,863
Plugin Contributions:
3

Re: Where's the plugin ID for newly submitted plugins?

pilou2:

Since the new Zen Cart site, it is not in the download link anymore. But as you said, it was added to the manifest file. I found it after downloading my own plugin.
Thanks.

Perhaps it could be added somewhere on the plugin page, even just in an alt attribute of an image/button?

No, problem, will look to add it somewhere on the page as we do for posts.

29 Aug 2026, 7:44 PM
#5
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,777
Plugin Contributions:
11

Re: Where's the plugin ID for newly submitted plugins?

wilt:
One other thing to note.

When a plugin is uploaded, we do some processing on the plugin first. For all plugins, this includes some linting checks and a basic security scan.

If it's an encapsulated plugin, and the first time it is uploaded we automatically edit the manifest file to add the plugin ID

This would help if it were more openly known, especially the editing of the manifest file. It makes the submission process much less of a concern.

A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

29 Aug 2026, 7:45 PM
#6
wilt avatar

wilt

Oji-san

Join Date:
Jun 2003
Location:
Newcastle UK
Posts:
1,863
Plugin Contributions:
3

Re: Where's the plugin ID for newly submitted plugins?

dbltoe:

wilt:
One other thing to note.

When a plugin is uploaded, we do some processing on the plugin first. For all plugins, this includes some linting checks and a basic security scan.

If it's an encapsulated plugin, and the first time it is uploaded we automatically edit the manifest file to add the plugin ID

This would help if it were more openly known, especially the editing of the manifest file. It makes the submission process much less of a concern.

noted

9 Sep 2026, 9:50 PM
#7
wilt avatar

wilt

Oji-san

Join Date:
Jun 2003
Location:
Newcastle UK
Posts:
1,863
Plugin Contributions:
3

Re: Where's the plugin ID for newly submitted plugins?

This is live now.

Every plugin page shows its numeric ID next to the title and in a "Plugin ID"

box with a copy button, and each release shows its own release ID the same way.

For encapsulated plugins there's a note that the ID is written into

manifest.php (pluginId) automatically on first publish — and that same note

now appears under the "Encapsulated Plugin?" question when you submit a plugin

or add a release.

The approval emails also include the IDs: the plugin-approved email has the

plugin ID, and the release-approved email has both the plugin ID and the

release ID.

Thanks @marcopolo, @pilou2 and @dbltoe.

10 Sep 2026, 2:39 AM
#8
pilou2 avatar

pilou2

Zen Follower

Join Date:
Jun 2008
Location:
Japan
Posts:
367
Plugin Contributions:
6

Re: Where's the plugin ID for newly submitted plugins?

wilt:

This is live now.

Every plugin page shows its numeric ID next to the title and in a "Plugin ID"

box with a copy button, and each release shows its own release ID the same way.

For encapsulated plugins there's a note that the ID is written into

manifest.php (pluginId) automatically on first publish — and that same note

now appears under the "Encapsulated Plugin?" question when you submit a plugin

or add a release.

The approval emails also include the IDs: the plugin-approved email has the

plugin ID, and the release-approved email has both the plugin ID and the

release ID.

Thanks @marcopolo, @pilou2 and @dbltoe.

The plugin IDs shown next to the title or at bottom of the page are different than those in the page link or manifest... Please check.

ZC v2.2.2 PHP 8.4+ MySQL 8.4+