sreeja
sreeja

Reputation: 9

Custom ocmod modification not working in opencart version 3.0.2.0

I have successfully uploaded my customised .ocmod folder(.ocmode.zip) in the extension installer and got success message too. But this is not loading in the extensions. I'm using opencart Version 3.0.3.2.

My files are in the structure: - upload - admin - catalog

Is there an alternative way to approach this? Please help.

Thanks in advance.

Upvotes: 1

Views: 1936

Answers (4)

Rupak Nepali
Rupak Nepali

Reputation: 759

I was also having the same issue. Everything was right and it shows success message but it does not show in the Modification lists. I found this video and the solution is at https://youtu.be/NCtiqTyEoUA?t=597 I was zipping the main folder than zipping the upload/ folder and install.xml file.

Once I select upload/ folder and install.xml and then zip it and rename it to ***.ocmod.xml, it shows up in Modification lists.

Upvotes: 2

sreeja
sreeja

Reputation: 9

The issue is solved. It was a silly mistake. The folder structure was wrong. The image folder was missing inside the admin folder, it is mandatory to keep the image folder even though there is no image inside it.

Upvotes: -1

K. B.
K. B.

Reputation: 1430

Ok. Encoding of the files you should convert to UTF-8 for example using Notepad++ This should help.XML file does not mater in your case, because it not have any important information.

Upvotes: 0

settysantu
settysantu

Reputation: 31

You can upload manually, but have you made changes using install.xml file?

Upvotes: 1

Related Questions