I noticed that some of the current contributions which were written for OpenCart 0.7.7 or 0.7.8 won't work with OpenCart 0.7.9rc2. This is the case for any contribution which overwrites the file /admin/extension/module/menu.php. This is the case with the Export/Import module where I have to replace all the $url->ssl(...) calls with $url->rawssl(...) calls, otherwise it won't display the extensions from the admin menu.
Maybe this is a good time to get an exact overview of which contribution still works for OpenCart 0.7.9, to avoid future support issues.
Maybe this is a good time to get an exact overview of which contribution still works for OpenCart 0.7.9, to avoid future support issues.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Perhaps this is a better time to revisit the plans for a db-based admin menu and not replace the menu files at all.
On my 0.7.9RC2 production site, I am successfully using
- DB-Admin Menu - Works with no change
- Dynamic Subcats - Works with no change
- USPS Shipping - Works with no change
- Authorize.net SIM - Works with no change
- Import/Export - Works after I created a db-admin menu sql insert
- Complete SEO & Google Analytics - moved SEO to its own file, reverted back to 0.7.9 router.php file, and created a db-admin menu sql insert
The sql insert for the db-based admin is as simple as:
I just completely ignore the 3 files for menu
Contribs that do need changes:
- Option Weight & Stock
- Category List Options
- Ignore Admin IP
On my 0.7.9RC2 production site, I am successfully using
- DB-Admin Menu - Works with no change
- Dynamic Subcats - Works with no change
- USPS Shipping - Works with no change
- Authorize.net SIM - Works with no change
- Import/Export - Works after I created a db-admin menu sql insert
- Complete SEO & Google Analytics - moved SEO to its own file, reverted back to 0.7.9 router.php file, and created a db-admin menu sql insert
The sql insert for the db-based admin is as simple as:
Code: Select all
insert into `ad_menu` (`menu_id`, `parent_id`, `title`, `icon`, `href`, `language_id`, `sort_order`) values(NULL,@mid,'Import/Export','backup.png','admin/index.php?controller=export',1,10);
Contribs that do need changes:
- Option Weight & Stock
- Category List Options
- Ignore Admin IP
Last edited by Qphoria on Sun Oct 19, 2008 1:02 am, edited 1 time in total.
Although we are trying to make things as backwards compatible as possible, unfortunately sometimes issues like this are unavoidable because of a long existing issue.
What needs to happen is that the contrib authors, or users need to update them to accommodate these fixes, to stay in-line with what is going on in the core.
However, if you have a suggestion to make it backwards compatible, we're all ears.
What needs to happen is that the contrib authors, or users need to update them to accommodate these fixes, to stay in-line with what is going on in the core.
However, if you have a suggestion to make it backwards compatible, we're all ears.

[/Qphoria Advertising]
- Home Page by Fixo-X - requires that html decode thingy. Already reported to Fido-x. Note - I installed using the manual Advanced method for the menu
Contributions that work on 0.7.9RC2 without changes
- Qphoria's Cascading sub menu category
PlusQphoria wrote: Contribs that do need changes:
- Option Weight & Stock
- Category List Options
- Ignore Admin IP
- Home Page by Fixo-X - requires that html decode thingy. Already reported to Fido-x. Note - I installed using the manual Advanced method for the menu
Contributions that work on 0.7.9RC2 without changes
- Qphoria's Cascading sub menu category
You could probably add my Events Calendar to the list as well, since that would also require the html decode thingy.Contribs that do need changes:
- Option Weight & Stock
- Category List Options
- Ignore Admin IP[/quote
Plus
- Home Page by Fixo-X - requires that html decode thingy. Already reported to Fido-x. Note - I installed using the manual Advanced method for the menu
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Who is online
Users browsing this forum: No registered users and 2 guests