-
Re: 138 mods tested on 139
The following add-on and templates have been updated for compatibility with 1.3.9a and php5.3 and are available in the downloads section
ADD-ONS
jscroller sidebox package
links manager
order steps tableless
returns authorization
testimonial manager
TEMPLATES
cold_steel template
comstock template
cork_board template
desert_noon template
forest_path Template
glacial_age template
mystic_river template
ocean_front template
rustic template
zencart_zen template
-
Re: 138 mods tested on 139
Bravo Clyde!!!:clap: You are awesome as always!!!
Quote:
Originally Posted by
clydejones
The following add-on and templates have been updated for compatibility with 1.3.9a and php5.3 and are available in the downloads section
ADD-ONS
jscroller sidebox package
links manager
order steps tableless
returns authorization
testimonial manager
TEMPLATES
cold_steel template
comstock template
cork_board template
desert_noon template
forest_path Template
glacial_age template
mystic_river template
ocean_front template
rustic template
zencart_zen template
-
Re: 138 mods tested on 139
Thank you all for the updates everyone,
i will update the list 2moro asap
also spoke to Glenn and his mods should be PHP5.3 ready as they dont use ereg type stuff... also spoke to conor of CEON.net and he has a load of updates done for his mods (free and paid) to work with 139 and PHP5.3.. he will release when 100% finished.
so snowed under with the day job.. sorry
toodle loo
(like anyones gunna donate!.. but i do think that when people use free mods that should donate something, (no matter how small) to the author and a bit to the ZC founders.. its just a bit sh**ty to use peoples efforts and not repay them!!!)
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Mike_Dean
Judging by the amount Shane purports to Drink, I don't think we need buy him one.. perhaps a ticket to AA's !! :P:P:P:P:P
hahaha, im a bit odd... Monday to Friday i train and workout like a freak.. eat great and dont touch a drop of booze... but sat and sunday,,, well... those days are spent mostly drunk... from lunch time onward.. its the law!....!
-
Re: 138 mods tested on 139
Just wanted to add (for those not ready to update yet..) Conor's SEO mod has ALWAYS been PHP 5.3 compatible..
Quote:
Originally Posted by
Shane78
Thank you all for the updates everyone,
i will update the list 2moro asap
also spoke to Glenn and his mods should be PHP5.3 ready as they dont use ereg type stuff... also spoke to conor of CEON.net and he has a load of updates done for his mods (free and paid) to work with 139 and PHP5.3.. he will release when 100% finished.
so snowed under with the day job.. sorry
toodle loo
(like anyones gunna donate!.. but i do think that when people use free mods that should donate something, (no matter how small) to the author and a bit to the ZC founders.. its just a bit sh**ty to use peoples efforts and not repay them!!!)
-
Re: 138 mods tested on 139
Happy to report that Google Checkout V1.4.7 works with Zen Cart 1.3.9a PHP up to 5.2.13 (I don't have PHP 5.3 so I did not test it).
To make GCO work, follow the installation instructions for 1.3.8a but make sure you apply the changes manually to 1.3.9a files.
In my case it did not work because I had Prevent Spider Sessions set to TRUE on the admin side in Configurations - Sessions.
If this is set to TRUE GCO doesn't work. The work around this is to turn this to false which is a bad idea because spiders can now start sessions with this enabled.
An alternative option is to do the following: - Open up /googlecheckout/resonsehandler.php
- Search for define('MODULE_PAYMENT_GOOGLECHECKOUT_MULTISOCKET', 'False');
- Immediately below it add this: define('SESSION_BLOCK_SPIDERS','False');
It should look like this:
PHP Code:
error_reporting(E_ALL);
// temporal disable of multisocket
define('MODULE_PAYMENT_GOOGLECHECKOUT_MULTISOCKET', 'False');
define('SESSION_BLOCK_SPIDERS','False');
There is a suggestion to Search for error_reporting(E_ALL); and change it to error_reporting(0); to stop it from throwing errors. I did not make this change and haven't noticed any error yet.
You can also read up here (where I finally was able to figure out a way that work):
forums.oscommerce.com/topic/272825-offical-google-checkout-module-for-oscommerce-support-thread/
-
Re: 138 mods tested on 139
That's terrific news Isaac. Thanks for working it out and for sharing the solution with everyone.
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
slomojojo
That's terrific news Isaac. Thanks for working it out and for sharing the solution with everyone.
You're welcome! If anybody needs help I'd be glad to assist. I spent more than 20 hours comparing files, trying all sorts of combination only to discover the simple solution.
I have tested all sorts of transactions on our site with Google Checkout but I did not test all international shipping options. I am however comfortable with Domestic (as in U.S.).
If you want to GCO in action, click on a link in my signature and add something to cart.
Thanks!
-
Re: 138 mods tested on 139
I found a mod that does not work w/ 139! Back Up My Site PHP found here:
http://www.zen-cart.com/index.php?ma...roducts_id=881
To be sure it was ZC version and not user error (my installation), I installed fresh copies of 1.3.8 and 1.3.9 on the same server. Then I performed the same actions on each (rename admin folder, adjust chmod, etc).
Then I installed Back Up My Site PHP. I was successful with 138 but failed miserably with 139.
I consulted with someone much smarter than myself, she said:
++++
It appears as though you are missing a re-write rule or something similar. I checked the server and there is a file named backup_mysite.php, however it looks like the backup is attempting to pass it some options the site is not configured to use. I know wordpress does something similar with its index.html. Basically there may be some data you are missing from your .htaccess file. I also noticed you are using the latest version of Zen, perhaps that mod needs to be tweaked to work with it? The .htaccess files in the admin are different from the 1.3.8 version, I checked.++++
Has anybody figured a work around for this yet? I have searched everywhere!
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Feznizzle
I found a mod that does not work w/ 139! Back Up My Site PHP found here:
http://www.zen-cart.com/index.php?ma...roducts_id=881
To be sure it was ZC version and not user error (my installation), I installed fresh copies of 1.3.8 and 1.3.9 on the same server. Then I performed the same actions on each (rename admin folder, adjust chmod, etc).
Then I installed Back Up My Site PHP. I was successful with 138 but failed miserably with 139.
I consulted with someone much smarter than myself, she said:
++++
It appears as though you are missing a re-write rule or something similar. I checked the server and there is a file named backup_mysite.php,
however it looks like the backup is attempting to pass it some options the site is not configured to use. I know wordpress does something similar with its index.html.
Basically there may be some data you are missing from your .htaccess file. I also noticed you are using the latest version of Zen, perhaps that mod needs to be tweaked to work with it?
The .htaccess files in the admin are different from the 1.3.8 version, I checked.++++
Has anybody figured a work around for this yet? I have searched everywhere!
Did you do a winmerge of the .htaccess files of the two versions to see what the differences are??
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Feznizzle
I found a mod that does not work w/ 139! Back Up My Site PHP found here:
http://www.zen-cart.com/index.php?ma...roducts_id=881
To be sure it was ZC version and not user error (my installation), I installed fresh copies of 1.3.8 and 1.3.9 on the same server. Then I performed the same actions on each (rename admin folder, adjust chmod, etc).
Then I installed Back Up My Site PHP. I was successful with 138 but failed miserably with 139.
I consulted with someone much smarter than myself, she said:
++++
It appears as though you are missing a re-write rule or something similar. I checked the server and there is a file named backup_mysite.php, however it looks like the backup is attempting to pass it some options the site is not configured to use. I know wordpress does something similar with its index.html. Basically there may be some data you are missing from your .htaccess file. I also noticed you are using the latest version of Zen, perhaps that mod needs to be tweaked to work with it? The .htaccess files in the admin are different from the 1.3.8 version, I checked.++++
Has anybody figured a work around for this yet? I have searched everywhere!
This will never function in it's current structure in PHP 5.3X
~Melanie
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Feznizzle
I found a mod that does not work w/ 139! Back Up My Site PHP found here:
http://www.zen-cart.com/index.php?ma...roducts_id=881
To be sure it was ZC version and not user error (my installation), I installed fresh copies of 1.3.8 and 1.3.9 on the same server. Then I performed the same actions on each (rename admin folder, adjust chmod, etc).
Then I installed Back Up My Site PHP. I was successful with 138 but failed miserably with 139.
I consulted with someone much smarter than myself, she said:
++++
It appears as though you are missing a re-write rule or something similar. I checked the server and there is a file named backup_mysite.php, however it looks like the backup is attempting to pass it some options the site is not configured to use. I know wordpress does something similar with its index.html. Basically there may be some data you are missing from your .htaccess file. I also noticed you are using the latest version of Zen, perhaps that mod needs to be tweaked to work with it? The .htaccess files in the admin are different from the 1.3.8 version, I checked.++++
Has anybody figured a work around for this yet? I have searched everywhere!
What error message did you get if any? Do you have any error in the new error logging file included with version 1.3.9a (located inside the cache folder)? Is file type needed by that mod now restricted in the new .htaccess file and you simply need to add the extension to the allowed list?
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
mprough
This will never function in it's current structure in PHP 5.3X
~Melanie
Hi Melanie.. can you elaborate a little on this?? Is there a short "reason why" you can share??
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
DivaVocals
Hi Melanie.. can you elaborate a little on this?? Is there a short "reason why" you can share??
The functions it uses to generate the backup cannot run in PHP 5.3X as they are no longer supported. Fact is this type of module for PHP 5.3 will be a challenge to accomplish, especially for hardened PHP carts.
We built this module for a client who had NO access to create a backup for his site which we needed to move. For compliance and security, everyone should be running full backups from their hosting account and downloading them to a physical drive.
We only submitted the module in hopes that the code could be utilized for those in similar situations. But it is old, expired and cannot work in PHP5.3 .... As a matter of fact it does not work in many server configurations already due to security measures taken by hosting companies.
~Melanie
-
Re: 138 mods tested on 139
UPDATE
Not Working (Needs rewriting)
Back Up My Site PHP Files (Feznizzle ) NOT PHP5.3 READY Also
Desktop Data (tested by Steven300)
Easy Populate 1.2.5.7.csv (tested by me)
enhanced_whos_online_1-0-4 (tested by Melanie)
group_pricing_per_item_1-3-2 (tested by Melanie)
Icons for Manufacturers (tested by me)
Login Spruce Up (tested by me, this rewrites the /admin/login.php which has changed in 139)
purchase order module by knuckle (tested by me)
Restructured Add Product Page for Admin (tested by me, this is a rewrite of the /admin/includes/modules/product/collect_info.php which has changed in 139. I tried to work it out but couldnt, so from a noobs (mine) viewpoint it wont work on 139.. gutted, it is a great layout)
Stock By Attributes (tested by me)
Ultimate SEO URL (read a post by Vger) NOT PHP5.3 READY Also
Working but needs cafeful winmerging - mod edits core files that have changed in 139 (varying degrees of difficulty)
Admin Login as Customer (Tested by me)
Admin Profiles (Tested by me – dead easy)
Average Product Rating – ( Tested by Clyde Jones)
Dual Pricing v1.6 (tested by aeibc – NB intensive winmerging)
Fast and Easy Checkout (Tested by lankeeyankee, DivaVocals) NOT PHP 5.3 READY
Google Checkout (tested by slomojojo, BlessIsaacola – NB pain in bum! follow post http://www.zen-cart.com/forum/showpo...&postcount=106)
Hidden Wholesale 2.0 (tested by aeibc)
Image Handler 2 (Tested by CJPinder, Melanie and me) NOT PHP 5.3 READY
newsletter_subscribe_2-1-1 (Tested by Melanie)
Smart Backgrounds (Tested by me)
Super Orders 2.0 Rev 48a (Tested by Jtheed, aeibc, me)
time_zone_offset (Tested by Clyde Jones)
Working
Add Customers From Admin 1.07 (tested by me)
add_customers_from_admin_105 << Version in contribs untested as it was retro hacked for PHP 4X (Tested by Melanie)
Admin Notes Advanced (tested my me)
admin_activity_report_1-3 (Tested by Melanie)
Ask a question (tested by me)
backup_mysql_plugin_v1-3 (Tested by Melanie)
Better Together (Tested by author swguy)
bettercategoriesezinfo_v1.3.5 (Tested by Clyde Jones)
business_activity_report_1-5-0 (Tested by Melanie)
Category Dressing (Tested by me)
Comodo Corner of Trust (Tested by JTheed )
Contact Sidebox (tested by aeibc )
Contest System 1.6.3 (Tested by skipwater)
cross_sell_1-3-1 (Tested by Clyde Jones)
cross_sell_advanced_1-0 (Tested by Clyde Jones)
Direct Bank Deposit - Australia (tested by Frank18)
Direct Bank Deposit – USA (expected to work by author DivaVocals)
Display Inc/Ex Tax or VAT Prices (Tested by me and im not very good at these things lol)
Download Fetch 1.1 (Tested by skipwater)
Edit Orders (Tested by me)
Encrypted Master Password (Tested by me)
ezpages_meta_tag_fields_1-0 (Tested by Melanie)
Fast & Easy Checkout V173 (Tested by JTheed )
FedEx 145 (Tested by JTheed )
Fual Slimbox (tested by aeibc)
google_analytics_by_andrew_2-2-1 (Tested by Melanie, aeibc )
image-handler_2.0-zc137 (Tested by Clyde Jones)
Invoice (Tested by me)
jqlightbox (Tested by Clyde Jones)
Just another Xsell Mod (Tested by me)
links_manager ( Tested by Clyde Jones )
MailChimp Newsletter Sidebox (Tested by Clyde Jones)
Module Manager Revision 185 (Tested by me)
monthly_sales_and_tax_summary_report_1-3 (Tested by Melanie, skipwater)
Orders Exporter (tested by Frank18)
oscommerce data importer v1.9 (Tested by skipwater)
product_disclaimer ( Tested by Clyde Jones )
Quantity Discounts (Tested by swguy)
Quick Updates (tested by Frank18)
recover_cart_sales_300B (Tested by Melanie)
returns_authorization ( Tested by Clyde Jones )
rss_feed_2-1-4 (Tested by Melanie, Clyde Jones)
sales_report_rev104 (Tested by Melanie)
sales_tax_summary_report_2-0 (Tested by Melanie)
Save your sideboxes layout as the default (Tested by Clyde Jones)
Sidebox for list Manufacturers logos (tested by me, incorrect install instructions tho)
Simple Google Analytics (Tested by Clyde Jones)
Snap Shot 1.1 (Tested by skipwater)
tabbed_products_pro_v1-05 (Tested by Clyde Jones)
telephone_not_required_on_signup_1-0 (Tested by Clyde Jones)
testimonial_manager ( Tested by Clyde Jones )
USPS Autofill (Tested by JTheed )
Zen Lightbox (Tested by me, so youre probs best testing it yourself!)
Kindly Redeveloped for zc139a
Gift Wrapping (swguy) PHP 5.3 Ready
jscroller sidebox package PHP 5.3 Ready
links manager PHP 5.3 Ready
order steps tableless PHP 5.3 Ready
returns authorization PHP 5.3 Ready
testimonial manager PHP 5.3 Ready
TEMPLATES
cold_steel template PHP 5.3 Ready
comstock template PHP 5.3 Ready
cork_board template PHP 5.3 Ready
desert_noon template PHP 5.3 Ready
forest_path Template PHP 5.3 Ready
glacial_age template PHP 5.3 Ready
mystic_river template PHP 5.3 Ready
ocean_front template PHP 5.3 Ready
rustic template PHP 5.3 Ready
zencart_zen template PHP 5.3 Ready
:P:P:P:P:P
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
mprough
The functions it uses to generate the backup cannot run in PHP 5.3X as they are no longer supported. Fact is this type of module for PHP 5.3 will be a challenge to accomplish, especially for hardened PHP carts.
We built this module for a client who had NO access to create a backup for his site which we needed to move. For compliance and security, everyone should be running full backups from their hosting account and downloading them to a physical drive.
We only submitted the module in hopes that the code could be utilized for those in similar situations. But it is old, expired and cannot work in PHP5.3 .... As a matter of fact it does not work in many server configurations already due to security measures taken by hosting companies.
~Melanie
Thanks for this.. I had suspected as much especially the last part since it did not work for my hosting company.. It's a cool tool but you are absolutely right in that "everyone should be running full backups from their hosting account and downloading them to a physical drive".. I have one client who loved this tool, WILL not try to learn how to use his webhost's tools to do this on his own, and he's not willing to pay to have it done on a regular basis for him.. **sigh**
-
Re: 138 mods tested on 139
Thanks for the input you guys. Bummer to see this will not work, it was such a convenient little mod!
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
UPDATE
Not Working (Needs rewriting)
Login Spruce Up (tested by me, this rewrites the /admin/login.php which has changed in 139)
This is not being reported on this list correctly IMO.. While the login.php file for this mod should be updated/replaced, the mod itself will work just fine as the ONLY thing that this module modified were the HTML portions of the login.php file. Therefore with CAREFUL merging this module will still work JUST FINE (and as far as I can tell there are NO PHP 5.3 compatibility issues). I provided instructions on what to look for to get this module to work in the support thread for this module. (link is below)
Quote:
Originally Posted by
DivaVocals
Though I haven't tested this yet, I do know that the Login Spruce Up mod is a cosmetic module which does NOT add or remove any default login functionality.. It simply makes the login page look pretty.. There would be NO reason why with a little extra review that you can't get this module to work with 1.3.9a.. Will post my suggests for how in the appropriate place, and post a link here later
This is NOT hard core programming at all.. this is simply looking at the three files and seeing what is going on and making the correct changes accordingly.. :smile:
Quote:
Originally Posted by
DivaVocals
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
DivaVocals
This is not being reported on this list correctly IMO.. While the login.php file for this mod should be updated/replaced, the mod itself will work just fine as the ONLY thing that this module modified were the HTML portions of the login.php file. Therefore with CAREFUL merging this module will still work JUST FINE (and as far as I can tell there are NO PHP 5.3 compatibility issues). I provided instructions on what to look for to get this module to work in the support thread for this module. (link is below)
lol, like all good women, nag nag nag... i will change this on next update... haha, just joking... :D i like you
of course if you fancy having a bash and converting this yourself... i think your name would look great... no, it will look amazing here...
Mods Kindly Redeveloped
Login Spruce Up - DivaVocals :flex:
:P
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
lol, like all good women, nag nag nag... i will change this on next update... haha, just joking... :D i like you
:laugh::laugh: Sorry it's part of the charm that comes with being a BA/PM.. :smile:
Quote:
Originally Posted by
Shane78
of course if you fancy having a bash and converting this yourself... i think your name would look great... no, it will look amazing here...
Mods Kindly Redeveloped
Login Spruce Up - DivaVocals :flex:
:P
It's really a simple change.. and I'll be happy to contribute the update, but my time is PRESSED right now.. I wanted to share what I found for those using this app in the meantime..
-
Re: 138 mods tested on 139
I'll have a bash at the weekend, but since i took my main site down for 139 upgrade naughtyness, the phone in the office hasnt stopped!... should have left it alone till the weekend but what can you?.. im a man, i dont plan these things...
Quote:
Originally Posted by
DivaVocals
:laugh::laugh: Sorry it's part of the charm that comes with being a BA/PM.. :smile:
It's really a simple change.. and I'll be happy to contribute the update, but my time is PRESSED right now.. I wanted to share what I found for those using this app in the meantime..
-
Re: 138 mods tested on 139
Click-Show-Hide Category Menu isn't working, I've tried it on a clean install of 1.3.9 here just to be sure.
At first glance it does appear to work, however if you drill down to product level, you cannot navigate up to parent category, if you roll over the link it shows "Javascript:void(0)".
I'm not sure if this is a particularly popular mod, but it's one I use a lot - so if anyone can find a fix for this I'd much appreciate it.
Thanks, Rob.
-
Re: 138 mods tested on 139
I see what you mean,,, would you suggest this mod should be listed under Not Working?
Quote:
Originally Posted by
gbdriver
Click-Show-Hide Category Menu isn't working, I've tried it on a clean install of 1.3.9
here just to be sure.
At first glance it does appear to work, however if you drill down to product level, you cannot navigate up to parent category, if you roll over the link it shows "Javascript
:void(0)".
I'm not sure if this is a particularly popular mod, but it's one I use a lot - so if anyone can find a fix for this I'd much appreciate it.
Thanks, Rob.
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
I see what you mean,,, would you suggest this mod should be listed under Not Working?
Yes - I would guess a fix for this might not be that hard, but impossible for me with my zero knoledge of php :smile:
-
Re: 138 mods tested on 139
Todays Update
This might be my last update until Tuesday, as i have really got to get finished on rebuilding my main site to 139a and apply all the mods that work, as i cant do this during the day as the phone never stops.. and by the time av finished work/gym the evening is almost gone and i cant be bothered to start working on my zc shop. Sorry..
..if there are loads more updates from people on this topic by the end of tomorrow (5+)i will do another update.. but i aint got the time to test any more mods this wkend... :(
and its a bank holiday here in the UK on Moday.. so I want to get my store finished so I can spend all day sunday on the pop and monday to recover ;)
Not Working (Needs rewriting)
Back Up My Site PHP Files (Feznizzle ) NOT PHP5.3 READY Also
Click-Show-Hide Category Menu (tested by gbdriver )
Desktop Data (tested by Steven300)
Easy Populate 1.2.5.7.csv (tested by me)
enhanced_whos_online_1-0-4 (tested by Melanie)
group_pricing_per_item_1-3-2 (tested by Melanie)
Icons for Manufacturers (tested by me)
Login Spruce Up (tested by me, this rewrites the /admin/login.php which has changed in 139)
purchase order module by knuckle (tested by me)
Restructured Add Product Page for Admin (tested by me, this is a rewrite of the /admin/includes/modules/product/collect_info.php which has changed in 139. I tried to work it out but couldnt, so from a noobs (mine) viewpoint it wont work on 139.. gutted, it is a great layout)
Stock By Attributes (tested by me)
Ultimate SEO URL (read a post by Vger) NOT PHP5.3 READY Also
Working but needs cafeful winmerging - mod edits core files that have changed in 139 (varying degrees of difficulty)
Admin Login as Customer (Tested by me)
Admin Profiles (Tested by me – dead easy)
Average Product Rating – ( Tested by Clyde Jones)
Dual Pricing v1.6 (tested by aeibc – NB intensive winmerging)
Fast and Easy Checkout (Tested by lankeeyankee, DivaVocals) NOT PHP 5.3 READY
Google Checkout (tested by slomojojo, BlessIsaacola – NB pain in bum! follow post http://www.zen-cart.com/forum/showpo...&postcount=106)
Hidden Wholesale 2.0 (tested by aeibc)
Image Handler 2 (Tested by CJPinder, Melanie and me) NOT PHP 5.3 READY
newsletter_subscribe_2-1-1 (Tested by Melanie)
Smart Backgrounds (Tested by me)
Super Orders 2.0 Rev 48a (Tested by Jtheed, aeibc, me)
time_zone_offset (Tested by Clyde Jones)
Working
Add Customers From Admin 1.07 (tested by me)
add_customers_from_admin_105 << Version in contribs untested as it was retro hacked for PHP 4X (Tested by Melanie)
Admin Notes Advanced (tested my me)
admin_activity_report_1-3 (Tested by Melanie)
Ask a question (tested by me)
backup_mysql_plugin_v1-3 (Tested by Melanie)
Better Together (Tested by author swguy)
bettercategoriesezinfo_v1.3.5 (Tested by Clyde Jones)
business_activity_report_1-5-0 (Tested by Melanie)
Category Dressing (Tested by me)
Comodo Corner of Trust (Tested by JTheed )
Contact Sidebox (tested by aeibc )
Contest System 1.6.3 (Tested by skipwater)
cross_sell_1-3-1 (Tested by Clyde Jones)
cross_sell_advanced_1-0 (Tested by Clyde Jones)
Direct Bank Deposit - Australia (tested by Frank18)
Direct Bank Deposit – USA (expected to work by author DivaVocals)
Display Inc/Ex Tax or VAT Prices (Tested by me and im not very good at these things lol)
Download Fetch 1.1 (Tested by skipwater)
Edit Orders (Tested by me)
Encrypted Master Password (Tested by me)
ezpages_meta_tag_fields_1-0 (Tested by Melanie)
Fast & Easy Checkout V173 (Tested by JTheed )
FedEx 145 (Tested by JTheed )
Fual Slimbox (tested by aeibc)
google_analytics_by_andrew_2-2-1 (Tested by Melanie, aeibc )
image-handler_2.0-zc137 (Tested by Clyde Jones)
Invoice (Tested by me)
jqlightbox (Tested by Clyde Jones)
Just another Xsell Mod (Tested by me)
links_manager ( Tested by Clyde Jones )
MailChimp Newsletter Sidebox (Tested by Clyde Jones)
Module Manager Revision 185 (Tested by me)
monthly_sales_and_tax_summary_report_1-3 (Tested by Melanie, skipwater)
Orders Exporter (tested by Frank18)
oscommerce data importer v1.9 (Tested by skipwater)
ozpost_V1-0-2 (tested by Delights)
product_disclaimer ( Tested by Clyde Jones )
Quantity Discounts (Tested by swguy)
Quick Updates (tested by Frank18)
recover_cart_sales_300B (Tested by Melanie)
returns_authorization ( Tested by Clyde Jones )
rss_feed_2-1-4 (Tested by Melanie, Clyde Jones)
sales_report_rev104 (Tested by Melanie)
sales_tax_summary_report_2-0 (Tested by Melanie)
Save your sideboxes layout as the default (Tested by Clyde Jones)
Sidebox for list Manufacturers logos (tested by me, incorrect install instructions tho)
Simple Google Analytics (Tested by Clyde Jones)
Snap Shot 1.1 (Tested by skipwater)
tabbed_products_pro_v1-05 (Tested by Clyde Jones)
telephone_not_required_on_signup_1-0 (Tested by Clyde Jones)
testimonial_manager ( Tested by Clyde Jones )
USPS Autofill (Tested by JTheed )
Zen Lightbox (Tested by me, so youre probs best testing it yourself!)
Kindly Redeveloped for zc139a
Editor - TinyMCE Plugin (MASK) PHP 5.3 Unknown
Gift Wrapping (swguy) PHP 5.3 Ready
How Did You Hear About Us (Judy Gunderson) PHP5.3 Unknown
HTMLArea Image Manager (IDEASGirl) PHP5.3 READY
jscroller sidebox package (Clyde Jones) PHP 5.3 Ready
links manager (Clyde Jones) PHP 5.3 Ready
order steps tableless (Clyde Jones) PHP 5.3 Ready
returns authorization (Clyde Jones) PHP 5.3 Ready
testimonial manager (Clyde Jones) PHP 5.3 Ready
Ultimate SEO URLs (MASK) PHP 5.3 Unknown
TEMPLATES
cold_steel template PHP 5.3 Ready
comstock template PHP 5.3 Ready
cork_board template PHP 5.3 Ready
desert_noon template PHP 5.3 Ready
forest_path Template PHP 5.3 Ready
glacial_age template PHP 5.3 Ready
mystic_river template PHP 5.3 Ready
ocean_front template PHP 5.3 Ready
rustic template PHP 5.3 Ready
zencart_zen template PHP 5.3 Ready
-
Re: 138 mods tested on 139
Thanks to Shane78 and others for taking the time to go through all of the mods so far and let us know what does and doesn't work. :clap:
Does anybody know if anyone is working on getting easy populate compatible with 139? Is this mod the only way to bulk upload to your database or is there something else that will work with 139? :(
I can't believe that a mod so important and useful if you have 1000's of products is still not working! Just wish I could re-write it myself :cry:
-
Re: 138 mods tested on 139
**sigh**
Quote:
Originally Posted by
Shane78
UPDATE
Not Working (Needs rewriting)
Login Spruce Up (tested by me, this rewrites the /admin/login.php which has changed in 139)
This still needs to be moved to the "Working but needs cafeful winmerging - mod edits core files that have changed in 139 (varying degrees of difficulty)" section of your list IMO.. Where you have it listed now gives folks the impression that it won't work AT ALL..
While the login.php file for this mod should be updated/replaced, the mod itself will work just fine as the ONLY thing that this module modified were the HTML portions of the login.php file. Therefore with CAREFUL merging this module will still work JUST FINE (and as far as I can tell there are NO PHP 5.3 compatibility issues). I provided instructions on what to look for to get this module to work in the support thread for this module. (link is below)
Quote:
Originally Posted by
DivaVocals
Though I haven't tested this yet, I do know that the Login Spruce Up mod is a cosmetic module which does NOT add or remove any default login functionality.. It simply makes the login page look pretty.. There would be NO reason why with a little extra review that you can't get this module to work with 1.3.9a.. Will post my suggests for how in the appropriate place, and post a link here later
This is NOT hard core programming at all.. this is simply looking at the three files and seeing what is going on and making the correct changes accordingly.. :smile:
Quote:
Originally Posted by
DivaVocals
-
Re: 138 mods tested on 139
easy populate 1.5.4 working without a hitch.
just another cross sell not working, needs message stack fix and breaks site. yellow1912 is working on the fix right now and I will post an update when it's working.
simple seo url is working without a hitch.
google base feeder 1.7.3 working without a hitch.
keep cart is working without a hitch.
query cache is working without a hitch.
ty package tracker is working without a hitch.
sitemap xml is working without a hitch.
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
lankeeyankee
easy populate 1.5.4 working without a hitch.
.
I cant find this in the d/l section.?
I'm currently using 1.2.5.7 on 1.3.8a with PHP 5.29 which was #$%^ to get going, but now works a treat, but is not (yet) working on 1.3.9a / PHP 5.3
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Mike_Dean
I cant find this in the d/l section.?
I'm currently using 1.2.5.7 on 1.3.8a with PHP 5.29 which was #$%^ to get going, but now works a treat, but is not (yet) working on 1.3.9a / PHP 5.3
That's weird, it's not there anymore. I will submit it to the downloads, in the mean time for anyone that wants a copy PM me your email address and I'll send it.
-
Re: 138 mods tested on 139
Stop naggnig me woman... We're not married yet!
Quote:
Originally Posted by
divavocals
**sigh**
this still needs to be moved to the "working but needs cafeful winmerging - mod edits core files that have changed in 139 (varying degrees of difficulty)" section of your list imo.. Where you have it listed now gives folks the impression that it won't work at all..
While the login.php file for this mod should be updated/replaced, the mod itself will work just fine as the only thing that this module modified were the html portions of the login.php file. Therefore with careful merging this module will still work just fine (and as far as i can tell there are no php 5.3 compatibility issues). I provided instructions on what to look for to get this module to work in the support thread for this module. (link is below)
Thanks every one... i will update the list tonight...
RE Just another cross sell mod getting a rewrite... cool, i was just about to look for something else to use for that because (for me) to get JACS to work i have to install an old version of Yellows Module Manager
-
Re: 138 mods tested on 139
@ lankeeyankee
Alright fella?.. cheers for the testing.. added to my file ready to be sorted and uploaded later...
RE Just Another Cross Sell (JACS)...
i got this working on 139a with an older verion of Module Manager.... while i never got it working on 138a with the most recent module manager... Could that be the problem?
or is JACS mod not working right/buggy on 139a?
Cheers
M
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
Stop naggnig me woman... We're not married yet!
yet ??? :P:P
Quote:
.. or is JACS mod not working right/buggy on 139a?
Tried this on a 1.3.9a install and ran into blocks big time. No idea if it was me or the mod that fouled up.
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
frank18
yet ??? :P:P
the amount she yaps... she feels like a wife... :yes:
if she spent less time on my back and more on rewriting IH2, it would be 139a and php5.3 ready by now.. hahahaha!
only joking, i couldnt like a woman that thinks a Mustang is a good car...
As for JACS, I like yellows mod, but he doesnt seem to be offering any / much ZC support... and focusing more on his web dev firm, which is fine... but im looking to find a different Xsell mod as im not keen on installing an older module manager version just to get this Xsell mod to work.. and i dont know if they are php5.3 ready!
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
the amount she yaps... she feels like a wife... :yes:
if she spent less time on my back and more on rewriting IH2, it would be 139a and php5.3 ready by now.. hahahaha!
only joking, i couldnt like a woman that thinks a Mustang is a good car...
we are getting a bit off topic here Shano :laugh:.... lets get back to what we are trying to accomplish
-
Re: 138 mods tested on 139
right... to clarify this and to give my final input on the matter as Ms Diva keeps mentioning it.
i have had a look via winmerge of the Login Spruce Up Mod and admin/login.php and then looked at the difference of login.php from 138a and 139a.
This mod is not easily changeable to be 139a compatible. In fact (to me) there is a considerable difference between 198a and the 139a login.php file... The changes are so significant that it could deserve its own relisting as a new mod or at least have a new version number.
Now while Diva and others will disagree, I'm going to take a leaf out of Kim's book and reply with “i dont care”. Because from the out set this thread was created to help noobs.... and to document the findings of myself and other that have attempted to install mods on 139... for the benefit of noobs...
Diva, you say this should be listed as working but requiring winmerging but your statements are based on theorising and not on practical efforts.
So I will not be moving this mod into a different category. Feel free to continue to chirp on about the subject, but I am not moving it and wont be giving my input on it anymore.
-
Re: 138 mods tested on 139
Todays Update... hope it helps
Not Working (Needs rewriting)
Back Up My Site PHP Files (Feznizzle ) NOT PHP5.3 READY Also
Desktop Data (tested by Steven300)
Easy Populate 1.2.5.7.csv (tested by me)
enhanced_whos_online_1-0-4 (tested by Melanie)
group_pricing_per_item_1-3-2 (tested by Melanie)
Icons for Manufacturers (tested by me)
Login Spruce Up (tested by me, this rewrites the /admin/login.php which has changed in 139)
purchase order module by knuckle (tested by me)
Restructured Add Product Page for Admin (tested by me, this is a rewrite of the /admin/includes/modules/product/collect_info.php which has changed in 139. I tried to work it out but couldnt, so from a noobs (mine) viewpoint it wont work on 139.. gutted, it is a great layout)
Stock By Attributes (tested by me)
Ultimate SEO URL (read a post by Vger) NOT PHP5.3 READY Also
Working but needs cafeful winmerging - mod edits core files that have changed in 139 (varying degrees of difficulty)
Admin Login as Customer (Tested by me)
Admin Profiles (Tested by me – dead easy)
Average Product Rating – ( Tested by Clyde Jones)
Dual Pricing v1.6 (tested by aeibc – NB intensive winmerging)
Fast and Easy Checkout (Tested by lankeeyankee, DivaVocals) NOT PHP 5.3 READY
Google Checkout (tested by slomojojo, BlessIsaacola – NB pain in bum! follow post http://www.zen-cart.com/forum/showpo...&postcount=106)
Hidden Wholesale 2.0 (tested by aeibc)
Image Handler 2 (Tested by CJPinder, Melanie and me) NOT PHP 5.3 READY
newsletter_subscribe_2-1-1 (Tested by Melanie)
Smart Backgrounds (Tested by me)
Super Orders 2.0 Rev 48a (Tested by Jtheed, aeibc, me)
time_zone_offset (Tested by Clyde Jones)
Working
Add Customers From Admin 1.07 (tested by me)
add_customers_from_admin_105 << Version in contribs untested as it was retro hacked for PHP 4X (Tested by Melanie)
Admin Notes Advanced (tested my me)
admin_activity_report_1-3 (Tested by Melanie)
Ask a question (tested by me)
backup_mysql_plugin_v1-3 (Tested by Melanie)
Better Together (Tested by author swguy)
bettercategoriesezinfo_v1.3.5 (Tested by Clyde Jones)
business_activity_report_1-5-0 (Tested by Melanie)
Category Dressing (Tested by me)
Comodo Corner of Trust (Tested by JTheed )
Contact Sidebox (tested by aeibc )
Contest System 1.6.3 (Tested by skipwater)
cross_sell_1-3-1 (Tested by Clyde Jones)
cross_sell_advanced_1-0 (Tested by Clyde Jones)
Direct Bank Deposit - Australia (tested by Frank18)
Direct Bank Deposit – USA (expected to work by author DivaVocals)
Display Inc/Ex Tax or VAT Prices (Tested by me and im not very good at these things lol)
Download Fetch 1.1 (Tested by skipwater)
easy populate 1.5.4 (tested by lankeeyankee)
Edit Orders (Tested by me)
Encrypted Master Password (Tested by me)
ezpages_meta_tag_fields_1-0 (Tested by Melanie)
Fast & Easy Checkout V173 (Tested by JTheed )
FedEx 145 (Tested by JTheed )
Fual Slimbox (tested by aeibc)
google base feeder 1.7.3 (tested by lankeeyankee)
google_analytics_by_andrew_2-2-1 (Tested by Melanie, aeibc )
image-handler_2.0-zc137 (Tested by Clyde Jones)
Image Manager v1.0 BETA3 (tested my me)
Invoice (Tested by me)
jqlightbox (Tested by Clyde Jones)
Just another CrossSell Mod (Tested by me) CONFLICTING REPORTS OF WORKING ON 139... WILL UPDATE ASAP
keep cart (tested by lankeeyankee)
links_manager ( Tested by Clyde Jones )
MailChimp Newsletter Sidebox (Tested by Clyde Jones)
Module Manager Revision 185 (Tested by me)
monthly_sales_and_tax_summary_report_1-3 (Tested by Melanie, skipwater)
Orders Exporter (tested by Frank18)
oscommerce data importer v1.9 (Tested by skipwater)
product_disclaimer ( Tested by Clyde Jones )
Quantity Discounts (Tested by swguy)
query cache (tested by lankeeyankee)
Quick Updates (tested by Frank18)
recover_cart_sales_300B (Tested by Melanie)
returns_authorization ( Tested by Clyde Jones )
rss_feed_2-1-4 (Tested by Melanie, Clyde Jones)
sales_report_rev104 (Tested by Melanie)
sales_tax_summary_report_2-0 (Tested by Melanie)
Save your sideboxes layout as the default (Tested by Clyde Jones)
Sidebox for list Manufacturers logos (tested by me, incorrect install instructions tho)
Simple Google Analytics (Tested by Clyde Jones)
simple seo url (tested by lankeeyankee)
sitemap xml (tested by lankeeyankee)
Snap Shot 1.1 (Tested by skipwater)
tabbed_products_pro_v1-05 (Tested by Clyde Jones)
telephone_not_required_on_signup_1-0 (Tested by Clyde Jones)
testimonial_manager ( Tested by Clyde Jones )
ty package tracker (tested by lankeeyankee)
USPS Autofill (Tested by JTheed )
Zen Lightbox (Tested by me, so youre probs best testing it yourself!)
Kindly Redeveloped for zc139a
Gift Wrapping (swguy) PHP 5.3 Ready
jscroller sidebox package (Clyde Jones) PHP 5.3 Ready
links manager (Clyde Jones) PHP 5.3 Ready
order steps tableless (Clyde Jones) PHP 5.3 Ready
returns authorization (Clyde Jones) PHP 5.3 Ready
testimonial manager (Clyde Jones) PHP 5.3 Ready
How Did You Hear About Us (Judy Gunderson) PHP5.3 Unknown
Ultimate SEO URLs (MASK) PHP 5.3 Unknown
Editor - TinyMCE Plugin (MASK) PHP 5.3 Unknown
HTMLArea Image Manager (IDEASGirl) PHP5.3 READY
TEMPLATES
cold_steel template PHP 5.3 Ready
comstock template PHP 5.3 Ready
cork_board template PHP 5.3 Ready
desert_noon template PHP 5.3 Ready
forest_path Template PHP 5.3 Ready
glacial_age template PHP 5.3 Ready
mystic_river template PHP 5.3 Ready
ocean_front template PHP 5.3 Ready
rustic template PHP 5.3 Ready
zencart_zen template PHP 5.3 Ready
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
right... to clarify this and to give my final input on the matter as Ms Diva keeps mentioning it.
i have had a look via winmerge of the Login Spruce Up Mod and admin/login.php and then looked at the difference of login.php from 138a and 139a.
This mod is not easily changeable to be 139a compatible. In fact (to me) there is a considerable difference between 198a and the 139a login.php file... The changes are so significant that it could deserve its own relisting as a new mod or at least have a new version number.
Now while Diva and others will disagree, I'm going to take a leaf out of Kim's book and reply with “i dont care”. Because from the out set this thread was created to help noobs.... and to document the findings of myself and other that have attempted to install mods on 139... for the benefit of noobs...
Diva, you say this should be listed as working but requiring winmerging but your statements are based on theorising and not on practical efforts.
So I will not be moving this mod into a different category. Feel free to continue to chirp on about the subject, but I am not moving it and wont be giving my input on it anymore.
My comments are not based on simple THEORIZING.. I looked at the code and posted DETAILS of my findings.. (which includes EXACT lines in the code where the ACTUAL changes take place..)
The DIFFERENCES between the 1.3.8a and 1.3.9a code of the login.php file are NOT the relevant code changes for Login Spruce Up.. Login Spruce Up is a COSMETIC add-on which changes the LOOK of the login.php file. The in this file differences between 1.3.8a and 1.3.9a are do not affect the LOOK of the login page. The sections of the login.php page which ARE affected by the Login Spruce Up module and the changes which need to be made are detailed in the Login Spruce Up support thread.
now you are free to NOT move this to the correct place in this list.. That's fine.. continue to post your updates and, I will continue to post/chirp about my findings.. You are free to ignore them and state (incorrectly) that the Login Spruce Up doesn't work with 1.3.9a.. and I will continue to post instructions for those who are willing to TRY and help themselves can get it to work..
-
Re: 138 mods tested on 139
Link to Login Spruce Up module support thread: http://www.zen-cart.com/forum/showpo...7&postcount=11
Let me summarize for those who are not afraid to TRY:
Your comparison should start at line 54 of the login.php file from the Login Spruce Up module. Compare this section to the code starting on line 56 in the login.php file in the v1.3.9a files.. Replace the code from lines 56 to the end in the login.php file that comes with Zen Cart 1.3.9a with the code from lines 54 to the end from the login.php file in the Login Spruce up module. IGNORE ALL THE CODE prior as this is NOT modified/affected by the Login Spruce Up Module.
Quote:
Originally Posted by
DivaVocals
My comments are not based on simple THEORIZING.. I looked at the code and posted DETAILS of my findings.. (which includes EXACT lines in the code where the ACTUAL changes take place..)
The DIFFERENCES between the 1.3.8a and 1.3.9a code of the login.php file are NOT the relevant code changes for Login Spruce Up.. Login Spruce Up is a COSMETIC add-on which changes the LOOK of the login.php file. The in this file differences between 1.3.8a and 1.3.9a are do not affect the LOOK of the login page. The sections of the login.php page which ARE affected by the Login Spruce Up module and the changes which need to be made are detailed in the Login Spruce Up support thread.
now you are free to NOT move this to the correct place in this list.. That's fine.. continue to post your updates and, I will continue to post/chirp about my findings.. You are free to ignore them and state (incorrectly) that the Login Spruce Up doesn't work with 1.3.9a.. and I will continue to post instructions for those who are willing to TRY and help themselves can get it to work..
-
Re: 138 mods tested on 139
Red Passion theme works on 1.3.9A, i originally told Shane78 that it didnt, but that was a buggy install, after re-installing it actually does work, sorry for my bad.
-
Re: 138 mods tested on 139
have you tried it and successfully installed it on a 139 site? No, i didnt think so..
This thread is for those that have tried installing mods and succeed or failed...
so why would i add it to a list comprising of peoples successes / failures with mods based on your thoughts and expectations? I tried it, and failed.. so it stay where it is until someone rewrites it or someone is successful and posts their efforts on how to make it work.
So if your so desperate to have the mod moved, why dont you do one and have a bash...?
or are you all bark and no bite?
“continue to post your updates and, I will continue to post/chirp about my findings.. You are free to ignore them and state (incorrectly) that the Login Spruce Up doesn't work with 1.3.9a.. and I will continue to post instructions for those who are willing to TRY and help themselves can get it to work.. “ You're not posting instructions at all, you are simply telling people what line to look at...
you remind me of a spoilt child stamping her feet and repeating herself relentlessly to get her own way. Well it ain't going to work on me woman! Is your time so empty that you are willing to daily bang on over and over and over again until you get what you want on such a trivial matter?
And what's with the CAPITALISATION and bolding? Are you a frustrated woman?.. LOL
Bang on all you like pet, your repetitive and boring posts wont change my mind, and if you think for one minute you can talk to me the way you did to that poor woman in the IH2 thread... you can think again.. the posts you made in that thread disgusted me! I told you twice your posts were coming across as offensive and aggressive.. you ignored this until the person your posts were talking about stepped up...
you have made your point and we disagree... is your life so empty you cant move on?... or are you going to yap some more?
-
Re: 138 mods tested on 139
One for the working list Shane78: CKeditor
claimed to be ok for php5.3 but not tested here.
PS: do I take it the marriage is off? :P:P
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
frank18
One for the working list Shane78: CKeditor
claimed to be ok for php5.3 but not tested here.
PS: do I take it the marriage is off? :P:P
lol, naaa, it is okay, they will make up and then have make up ######.... :)
-
Re: 138 mods tested on 139
Login Spruce Up is working just fine with 1.3.9a/1.3.9b on my test server with php5.3.
-
Re: 138 mods tested on 139
lads, i respect divavocals as fa fellow zenner and i think the help she has given to people on the zc threads is outstanding...
but i DO enjoy answering back :P :wink:
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
clydejones
Login Spruce Up is working just fine with 1.3.9a/1.3.9b on my test server with php5.3.
nice one clyde... i'll move it asap,
(much winmerging involved?) LOL
or i could create a fifth listing as JACS seems to either work or not work for some people...?
i shall call it
Not working
Needs Winmergine
suck it and see... good luck
Working
Rewriten
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
nice one clyde... i'll move it asap,
(much winmerging involved?) LOL
or i could create a fifth listing as JACS seems to either work or not work for some people...?
i shall call it
Not working
Needs Winmergine
suck it and see... good luck
Working
Rewriten
It does require winmerging (from line 56 (of the mod file) to the end.) with line 54 (of the 1.3.9 file) to the end.
Don't forget that you also need to add the stylesheet declarations and the images from the mod.
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
nice one clyde... i'll move it asap,
(much winmerging involved?) LOL
or i could create a fifth listing as JACS seems to either work or not work for some people...?
i shall call it
Not working
Needs Winmergine
suck it and see... good luck
Working
Rewriten
RLOL, Suck it and see sounds dirty......
-
Re: 138 mods tested on 139
Direct Bank Deposit - C Jones works on 1.3.9A from what i can tell, no problems with the installation anyway.
-
Re: 138 mods tested on 139
Hi Shane,
sorry, i put my remark in an other topic.. i will not ask for your hand in , but i do appreciate your affort.:clap:
and my tiny mce is not working.. ( not ment as nagging.. al though my husband wil agree with you!)
also fce wil not do the trick..
i'm so happy you all do this dino work.. thanks !!
-
Re: 138 mods tested on 139
cheers everyone... i will update the list Tuesday as im trying to get my main shop rebuilt in 139b... im so far behind, i should be out having a few beers not doing this shop!!!!!!
I must say, i dont have anything personally against Diva, i think the work she does is great... and I must say sorry because I was deliberately stubborn. Diva, all you had to do was say "av tested it, it works with winmerging" like clyde.... not yap away at me saying it should work.
:P
RE: suck it and see is simply a phrase, my innocent mind doesnt know to what your are referring to... *cough*
@kernheimer
all women nag, its why us men love you all so much :yes:
that and the cooking and cleaning of course! hahaa... McChauvinistic Pig...
im getting away with saying far too much this past few months.. this doesnt feel right to not have a dev tell me off...
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
have you tried it and successfully installed it on a 139 site? No, i didnt think so..
This thread is for those that have tried installing mods and succeed or failed...
so why would i add it to a list comprising of peoples successes / failures with mods based on your thoughts and expectations? I tried it, and failed.. so it stay where it is until someone rewrites it or someone is successful and posts their efforts on how to make it work.
So if your so desperate to have the mod moved, why dont you do one and have a bash...?
or are you all bark and no bite?
“continue to post your updates and, I will continue to post/chirp about my findings.. You are free to ignore them and state (incorrectly) that the Login Spruce Up doesn't work with 1.3.9a.. and I will continue to post instructions for those who are willing to TRY and help themselves can get it to work.. “ You're not posting instructions at all, you are simply telling people what line to look at...
My "instructions" are the EXACT place where you should be doing your winmerging.. I don't need to install it on 1.3.9a. I KNOW after looking at the 1.3.9a code, and after all the Zen Carts I have built with this mod how to make it work for 1.3.9a. Clearly though, it's your list.. you can decide where to put what based on who YOU decide is reporting information worthy for inclusion (which is clearly what you are doing). In the case of this add-on you decided that your failed attempt is the authoritative word. I disagree based on solid information, and I shared it.
The rest of this particular post is not worthy of dignifying with a response because it's mostly name calling and finger pointing and I don't come here for that.. I get it.. You think I am a nag.. MESSAGE recieved.. Thanks!
Am gonna say only this though.. Didn't insult Judy Gunderson.. I merely asked LEGITIMATE questions about her mod submission, that lead to answers, and the removal of an errant add-on..
Which brings me to one last thing with regards to your list.. You have Image Handler listed twice which leaves those reading this list with the impression that there are TWO versions of the module which is compatible with 1.3.X. The most recent version of this module is in fact 2.0 Rev 7 (with Rev 8 in testing). I believe the version Clyde Jones reported working is the Rev 7 version (Clyde can confirm)
Quote:
Originally Posted by
clydejones
Login Spruce Up is working just fine with 1.3.9a/1.3.9b on my test server with php5.3.
Quote:
Originally Posted by
clydejones
It does require winmerging (from line 56 (of the mod file) to the end.) with line 54 (of the 1.3.9 file) to the end.
Don't forget that you also need to add the stylesheet declarations and the images from the mod.
Thanks Clyde for confirming this!
For the record Shane, this is precisely where in my "instructions" I "theorized" that the changes would in fact take place..
Quote:
Originally Posted by
Shane78
I must say, i dont have anything personally against Diva, i think the work she does is great... and I must say sorry because I was deliberately stubborn. Diva, all you had to do was say "av tested it, it works with winmerging" like clyde.... not yap away at me saying it should work.
Nothing personal?? All this in the same space of time in which you have called me a nag and childish and refered to my information as "yapping" and "chirping". Hmmmmmm... Okay.. Well I don't come here to call names.. I come here to share INFORMATION.. As for "all you had to do was say "av tested it, it works with winmerging" like clyde.... not yap away at me saying it should work.".. Ummmmm in case you didn't notice Clyde confirmed that what I reported as true was in fact true..
I'm gonna move on now..:yes: Will report anything additional I find to with regards to 1.3.9a or b and module compatibility that will be of use to the community to this thread. You can ignore it, call it yapping and chirping or whatever.. Your choice.. I will continue to share information that I think might be useful for others in the community 'tis all..
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
DivaVocals
Which brings me to one last thing with regards to your list.. You have Image Handler listed twice which leaves those reading this list with the impression that there are TWO versions of the module which is compatible with 1.3.X. The most recent version of this module is in fact 2.0 Rev 7 (with Rev 8 in testing). I believe the version Clyde Jones reported working is the Rev 7 version (Clyde can confirm)
Confirmed - 2.0 Rev 7
-
Re: 138 mods tested on 139
@kernheimer
all women nag, its why us men love you all so much
that and the cooking and cleaning of course! hahaa... McChauvinistic Pig...
im getting away with saying far too much this past few months.. this doesnt feel right to not have a dev tell me off...
i suppose you now been tolled of.. ( quick reading the above)
but.. as far as me...?
I do a hell of a cooking, but sure no cleaning.. that is why god invented childeren.. :D
And not all woman nag... ( that is clint eastwood's right only to say so) and i personaly only listen to a MAChauvinist Pig.:hug:
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
DivaVocals
I'm gonna move on now..:yes:
and about bloody time...
and for all your chirping/yapping/repeating the same point over and over again and your childish petty ways until you get your way... you prove my points perfectly in the IH2 thread...
that was not far off bullying! that is why i held out, to see if you'd dare talk like that to me... it was the tone of your post that really got my back up, not the content!
"Am gonna say only this though.. Didn't insult Judy Gunderson.. I merely asked LEGITIMATE questions about her mod submission, that lead to answers, and the removal of an errant add-on.." utter bollocks! you refused to listen to someone saying you were being OTT, even when Judy said she was upset you still had a little chirp on.. then said sorry.
now wind your neck in!
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
and about bloody time...
and for all your chirping/yapping/repeating the same point over and over again and your childish petty ways until you get your way... you prove my points perfectly in the IH2 thread...
that was not far off bullying! that is why i held out, to see if you'd dare talk like that to me... it was the tone of your post that really got my back up, not the content!
"Am gonna say only this though.. Didn't insult Judy Gunderson.. I merely asked LEGITIMATE questions about her mod submission, that lead to answers, and the removal of an errant add-on.." utter bollocks! you refused to listen to someone saying you were being OTT, even when Judy said she was upset you still had a little chirp on.. then said sorry.
now wind your neck in!
You assume emotions that were not present in anything I posted.. There was no tone. I posted factual information, no more no less. Now if you and Judy Gunderson took offense to that, then it is certainly your right to interpret what I posted anyway you like.. I asked legimate questions with regards to IH2, and I didn't bully anyone doing it.. I also did not call names or use insulting adjectives to address you or anyone else in this or any other thread.. Nothing to wind in.. It is you who stated that you were upset, not I. I come to share and recieve information. Sorry if you think I should accept and not question things I find questionable.. Like I said.. will be moving on.. You'll call more names in response no doubt.. Duly noted.. Message received..
-
Re: 138 mods tested on 139
Well thats odd isnt it.. if I say twice that your being over the top, and your posts have tone that can be viewed as offensive, demoralising and then the person your post are targeted at is upset... hmmmm kind of backs up my statements that you are being OTT.
If repetitive, demoralising and tagreted posts WITH EMPHASIS on words etc is void of emotion... what are you like when you are passionate about something?!!
-
Re: 138 mods tested on 139
Todays Update
I have recieved many private messages of updates.... hope i got them all.. hence the early update.
any mistakes... tough! haha! no seriously, let it be known! but please use less that a 1000 words or avoid BOLDING it up
LOL, and please under no circumstances use emotion!
:P
Not Working (Needs rewriting)
Back Up My Site PHP Files (Feznizzle ) NOT PHP5.3 READY Also
Desktop Data (tested by Steven300)
Easy Populate 1.2.5.7.csv (tested by me)
enhanced_whos_online_1-0-4 (tested by Melanie)
group_pricing_per_item_1-3-2 (tested by Melanie)
Icons for Manufacturers (tested by me)
Login Spruce Up (tested by Clyde Jones)
purchase order module by knuckle (tested by me)
Restructured Add Product Page for Admin (tested by me, this is a rewrite of the /admin/includes/modules/product/collect_info.php which has changed in 139. I tried to work it out but couldnt, so from a noobs (mine) viewpoint it wont work on 139.. gutted, it is a great layout)
Stock By Attributes (tested by me)
Ultimate SEO URL (read a post by Vger) NOT PHP5.3 READY Also
Working but needs cafeful winmerging - mod edits core files that have changed in 139 (varying degrees of difficulty)
Admin Login as Customer (Tested by me)
Admin Profiles (Tested by me – dead easy)
Average Product Rating – ( Tested by Clyde Jones)
Dual Pricing v1.6 (tested by aeibc – NB intensive winmerging)
Fast and Easy Checkout (Tested by lankeeyankee, DivaVocals) NOT PHP 5.3 READY
Google Checkout (tested by slomojojo, BlessIsaacola – NB pain in bum! follow post http://www.zen-cart.com/forum/showpo...&postcount=106)
Hidden Wholesale 2.0 (tested by aeibc)
Image Handler 2 (Tested by CJPinder, Melanie and me) NOT PHP 5.3 READY
newsletter_subscribe_2-1-1 (Tested by Melanie)
Smart Backgrounds (Tested by me)
Super Orders 2.0 Rev 48a (Tested by Jtheed, aeibc, me)
time_zone_offset (Tested by Clyde Jones)
Single Listing Template (tested by torvista )
:flex:Login Spruce Up (tested by Clyde Jones):jawdrop:
(petty.. but makes me laugh :P)
Working
Add Customers From Admin 1.07 (tested by me)
add_customers_from_admin_105 << Version in contribs untested as it was retro hacked for PHP 4X (Tested by Melanie)
Admin Notes Advanced (tested my me)
admin_activity_report_1-3 (Tested by Melanie)
Ask a question (tested by me)
backup_mysql_plugin_v1-3 (Tested by Melanie)
Better Together (Tested by author swguy)
bettercategoriesezinfo_v1.3.5 (Tested by Clyde Jones)
business_activity_report_1-5-0 (Tested by Melanie)
Category Dressing (Tested by me)
CKeditor (Tested by Frank18) PHP5.3 READY
Comodo Corner of Trust (Tested by JTheed )
Contact Sidebox (tested by aeibc )
Contest System 1.6.3 (Tested by skipwater)
cross_sell_1-3-1 (Tested by Clyde Jones)
cross_sell_advanced_1-0 (Tested by Clyde Jones)
Direct Bank Deposit - Australia (tested by Frank18)
Direct Bank Deposit – USA (only expected to work, probs not test yet by author DivaVocals)
Display Inc/Ex Tax or VAT Prices (Tested by me and im not very good at these things lol)
Download Fetch 1.1 (Tested by skipwater)
easy populate 1.5.4 (tested by lankeeyankee)
Edit Orders (Tested by me)
Encrypted Master Password (Tested by me)
ezpages_meta_tag_fields_1-0 (Tested by Melanie)
FedEx 145 (Tested by JTheed )
Fual Slimbox (tested by aeibc)
google base feeder 1.7.3 (tested by lankeeyankee)
google_analytics_by_andrew_2-2-1 (Tested by Melanie, aeibc )
Image Manager v1.0 BETA3 (tested my me)
image-handler_2.0-zc137 (Tested by Clyde Jones)
Invoice (Tested by me)
jqlightbox (Tested by Clyde Jones)
Just another CrossSell Mod (Tested by me)
keep cart (tested by lankeeyankee)
links_manager ( Tested by Clyde Jones )
MailChimp Newsletter Sidebox (Tested by Clyde Jones)
Module Manager Revision 185 (Tested by me)
monthly_sales_and_tax_summary_report_1-3 (Tested by Melanie, skipwater)
Orders Exporter (tested by Frank18)
oscommerce data importer v1.9 (Tested by skipwater)
product_disclaimer ( Tested by Clyde Jones )
Quantity Discounts (Tested by swguy)
query cache (tested by lankeeyankee)
Quick Updates (tested by Frank18)
recover_cart_sales_300B (Tested by Melanie)
returns_authorization ( Tested by Clyde Jones )
rss_feed_2-1-4 (Tested by Melanie, Clyde Jones)
sales_report_rev104 (Tested by Melanie)
sales_tax_summary_report_2-0 (Tested by Melanie)
Save your sideboxes layout as the default (Tested by Clyde Jones)
Sidebox for list Manufacturers logos (tested by me, incorrect install instructions tho)
Simple Google Analytics (Tested by Clyde Jones)
simple seo url (tested by lankeeyankee)
sitemap xml (tested by lankeeyankee)
Snap Shot 1.1 (Tested by skipwater)
tabbed_products_pro_v1-05 (Tested by Clyde Jones)
telephone_not_required_on_signup_1-0 (Tested by Clyde Jones)
testimonial_manager ( Tested by Clyde Jones )
ty package tracker (tested by lankeeyankee)
USPS Autofill (Tested by JTheed )
Zen Lightbox (Tested by me, so youre probs best testing it yourself!)
Direct Bank Deposit (Tested by Delights)
Kindly Redeveloped for zc139a
Gift Wrapping (swguy) PHP5.3 READY
jscroller sidebox package (Clyde Jones) PHP5.3 READY
links manager (Clyde Jones) PHP5.3 READY
order steps tableless (Clyde Jones) PHP5.3 READY
returns authorization (Clyde Jones) PHP5.3 READY
testimonial manager (Clyde Jones) PHP5.3 READY
How Did You Hear About Us (Judy Gunderson) PHP5.3 Unknown
Ultimate SEO URLs (MASK) PHP 5.3 Unknown
Editor - TinyMCE Plugin (MASK) PHP 5.3 Unknown
HTMLArea Image Manager (IDEASGirl) PHP5.3 READY
TEMPLATES
cold_steel template (tested by Clyde Jones)PHP5.3 READY
comstock template (tested by Clyde Jones)PHP5.3 READY
cork_board template (tested by Clyde Jones)PHP5.3 READY
desert_noon template (tested by Clyde Jones)PHP5.3 READY
forest_path Template (tested by Clyde Jones)PHP5.3 READY
glacial_age template (tested by Clyde Jones)PHP5.3 READY
mystic_river template (tested by Clyde Jones) PHP5.3 READY
ocean_front template (tested by Clyde Jones) PHP5.3 READY
rustic template (tested by Clyde Jones)PHP5.3 READY
zencart_zen template (tested by Clyde Jones) PHP5.3 READY
Red Passion (tested by Delights) PHP5.3 ?
-
Re: 138 mods tested on 139
Todays Update part two
(made two mistakes and missed out a mod... how very dare i)
Not Working (Needs rewriting)
Back Up My Site PHP Files (Feznizzle ) NOT PHP5.3 READY Also
Desktop Data (tested by Steven300)
Easy Populate 1.2.5.7.csv (tested by me)
enhanced_whos_online_1-0-4 (tested by Melanie)
group_pricing_per_item_1-3-2 (tested by Melanie)
Icons for Manufacturers (tested by me)
Login Spruce Up (tested by Clyde Jones)
purchase order module by knuckle (tested by me)
Restructured Add Product Page for Admin (tested by me, this is a rewrite of the /admin/includes/modules/product/collect_info.php which has changed in 139. I tried to work it out but couldnt, so from a noobs (mine) viewpoint it wont work on 139.. gutted, it is a great layout)
Stock By Attributes (tested by me)
Ultimate SEO URL (read a post by Vger) NOT PHP5.3 READY Also
Working but needs cafeful winmerging - mod edits core files that have changed in 139 (varying degrees of difficulty)
Admin Login as Customer (Tested by me)
Admin Profiles (Tested by me – dead easy)
Average Product Rating – ( Tested by Clyde Jones)
Dual Pricing v1.6 (tested by aeibc – NB intensive winmerging)
Fast and Easy Checkout (Tested by lankeeyankee, DivaVocals) NOT PHP 5.3 READY
Google Checkout (tested by slomojojo, BlessIsaacola – NB pain in bum! follow post http://www.zen-cart.com/forum/showpo...&postcount=106)
Hidden Wholesale 2.0 (tested by aeibc)
Image Handler 2 (Tested by CJPinder, Melanie and me) NOT PHP 5.3 READY
newsletter_subscribe_2-1-1 (Tested by Melanie)
Smart Backgrounds (Tested by me)
Super Orders 2.0 Rev 48a (Tested by Jtheed, aeibc, me)
time_zone_offset (Tested by Clyde Jones)
Single Listing Template (tested by torvista )
Login Spruce Up (tested by Clyde Jones)
Working
Add Customers From Admin 1.07 (tested by me)
add_customers_from_admin_105 << Version in contribs untested as it was retro hacked for PHP 4X (Tested by Melanie)
Admin Notes Advanced (tested my me)
admin_activity_report_1-3 (Tested by Melanie)
Ask a question (tested by me)
backup_mysql_plugin_v1-3 (Tested by Melanie)
Direct Bank Deposit (Tested by Delights)
Better Together (Tested by author swguy)
bettercategoriesezinfo_v1.3.5 (Tested by Clyde Jones)
business_activity_report_1-5-0 (Tested by Melanie)
Category Dressing (Tested by me)
CKeditor (Tested by Frank18) PHP5.3 READY
Comodo Corner of Trust (Tested by JTheed )
Contact Sidebox (tested by aeibc )
Contest System 1.6.3 (Tested by skipwater)
cross_sell_1-3-1 (Tested by Clyde Jones)
cross_sell_advanced_1-0 (Tested by Clyde Jones)
Direct Bank Deposit - Australia (tested by Frank18)
Direct Bank Deposit – USA (expected to work by author DivaVocals)
Display Inc/Ex Tax or VAT Prices (Tested by me and im not very good at these things lol)
Download Fetch 1.1 (Tested by skipwater)
easy populate 1.5.4 (tested by lankeeyankee)
Edit Orders (Tested by me)
Encrypted Master Password (Tested by me)
ezpages_meta_tag_fields_1-0 (Tested by Melanie)
FedEx 145 (Tested by JTheed )
Fual Slimbox (tested by aeibc)
google base feeder 1.7.3 (tested by lankeeyankee)
google_analytics_by_andrew_2-2-1 (Tested by Melanie, aeibc )
Image Manager v1.0 BETA3 (tested my me)
image-handler_2.0-zc137 (Tested by Clyde Jones)
Invoice (Tested by me)
jqlightbox (Tested by Clyde Jones)
Just another CrossSell Mod (Tested by me) (CONFLICTING REPORTS ON THIS WORKING - will update as soon as other have tested)
keep cart (tested by lankeeyankee)
links_manager ( Tested by Clyde Jones )
MailChimp Newsletter Sidebox (Tested by Clyde Jones)
Module Manager Revision 185 (Tested by me)
monthly_sales_and_tax_summary_report_1-3 (Tested by Melanie, skipwater)
Orders Exporter (tested by Frank18)
oscommerce data importer v1.9 (Tested by skipwater)
product_disclaimer ( Tested by Clyde Jones )
Quantity Discounts (Tested by swguy)
query cache (tested by lankeeyankee)
Quick Updates (tested by Frank18)
recover_cart_sales_300B (Tested by Melanie)
returns_authorization ( Tested by Clyde Jones )
rss_feed_2-1-4 (Tested by Melanie, Clyde Jones)
sales_report_rev104 (Tested by Melanie)
sales_tax_summary_report_2-0 (Tested by Melanie)
Save your sideboxes layout as the default (Tested by Clyde Jones)
Sidebox for list Manufacturers logos (tested by me, incorrect install instructions tho)
Simple Google Analytics (Tested by Clyde Jones)
simple seo url (tested by lankeeyankee)
sitemap xml (tested by lankeeyankee)
Snap Shot 1.1 (Tested by skipwater)
tabbed_products_pro_v1-05 (Tested by Clyde Jones)
telephone_not_required_on_signup_1-0 (Tested by Clyde Jones)
testimonial_manager ( Tested by Clyde Jones )
ty package tracker (tested by lankeeyankee)
USPS Autofill (Tested by JTheed )
Zen Lightbox (Tested by me, so youre probs best testing it yourself!)
Kindly Redeveloped for zc139a
Gift Wrapping (swguy) PHP5.3 READY
jscroller sidebox package (Clyde Jones) PHP5.3 READY
links manager (Clyde Jones) PHP5.3 READY
order steps tableless (Clyde Jones) PHP5.3 READY
returns authorization (Clyde Jones) PHP5.3 READY
testimonial manager (Clyde Jones) PHP5.3 READY
How Did You Hear About Us (Judy Gunderson) PHP5.3 Unknown
Ultimate SEO URLs (MASK) PHP 5.3 Unknown
Editor - TinyMCE Plugin (MASK) PHP 5.3 Unknown
HTMLArea Image Manager (IDEASGirl) PHP5.3 READY
TEMPLATES
cold_steel template (tested by Clyde Jones)PHP5.3 READY
comstock template (tested by Clyde Jones)PHP5.3 READY
cork_board template (tested by Clyde Jones)PHP5.3 READY
desert_noon template (tested by Clyde Jones)PHP5.3 READY
forest_path Template (tested by Clyde Jones)PHP5.3 READY
glacial_age template (tested by Clyde Jones)PHP5.3 READY
mystic_river template (tested by Clyde Jones) PHP5.3 READY
ocean_front template (tested by Clyde Jones) PHP5.3 READY
rustic template (tested by Clyde Jones)PHP5.3 READY
zencart_zen template (tested by Clyde Jones) PHP5.3 READY
Red Passion (tested by Delights) PHP5.3 ?
-
Re: 138 mods tested on 139
noticed 2 other mistakes...
forgot to remove Login Spruce Up from NOT WORKING... and something else... i forget now...
have updated my local file, will upload on tuesday..
-
Re: 138 mods tested on 139
The following appear to be working on my test site with 1.3.9b:
Product Short Descriptions 1.1c, with merging
Stock with Attributes v 4.9 with ajax, with merging ( I ran a few fake sales through, and the inventories adjusted appropriately. I am using sizes and colours of sizes).
Canada Post 1.3.8b with Letter Rate, with merging
-
Re: 138 mods tested on 139 - Restructured Add Product Page for Admin
Restructured Add Product Page for Admin has been upgrade for use with v1.3.9 and available for download from the Add Ons section.
Tested on both v1.3.9a and v1.3.9b and PHP 5.3 compliant.
Cheers
OZeTrade
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Delights
Direct Bank Deposit - C Jones works on 1.3.9A from what i can tell, no problems with the installation anyway.
Thanks for the confirmation of this..:clap: I expected as much since the Australian version was already confirmed to work.. The USA version is simply a clone of the Australian version with the only difference being the USA version will collect/use banking data specific to the USA:
~ Account Name
~ Routing Number
~ Bank Name
~ Account Number
The Western Union v1.0 module is also working.
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
DivaVocals
Thanks for the confirmation of this..:clap: I expected as much since the Australian version was already confirmed to work.. The USA version is simply a clone of the Australian version with the only difference being the USA version will collect/use banking data specific to the USA:
~ Account Name
~ Routing Number
~ Bank Name
~ Account Number
The
Western Union v1.0 module is also working.
Not to mension i tested the Australian version....
:oops:
didnt know it was already tested.... :(
-
Re: 138 mods tested on 139
Alternative Header by clyde jones works too...
there appears to be no change from 138a to 139b for
includes\templates\template_default\common\tpl_header.php
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Delights
Not to mension i tested the Australian version....
:oops:
didnt know it was already tested.... :(
LOL.. It's all good..
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
DivaVocals
LOL.. It's all good..
These are the mods that i have install on my site.
bookmark_sidebox_1
direct_bank_deposit_1-0
fedex_1-4-5
how_did_you_hear_about_us_1-3-9
report_cheaper_price_1-2
store_credits_and_rewards_points_module_3-05
testimonial_manager_v1-5-2
They all work.... :)
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
soxophoneplayer
The following appear to be working on my test site with 1.3.9b:
Product Short Descriptions 1.1c, with merging
Stock with Attributes v 4.9 with ajax, with merging ( I ran a few fake sales through, and the inventories adjusted appropriately. I am using sizes and colours of sizes).
Canada Post 1.3.8b with Letter Rate, with merging
I have 4.7MULTIADD version of Stock with Attributes and it's working fine on my 1.3.9 too.
-
Re: 138 mods tested on 139
:D
Happy to report that Easy Populate Advanced 3.0.3 (the $paid$ mod) appears to be working for 139b.
I have not tested it very extensively, but I did remove all products (status set to 9) and the replace them all while adding a few test products.
Also, I retested Back Up My Site PHP Files V1.f for 139b. This mod does not work for 139a or 139b.
:no:
-
Re: 138 mods tested on 139
Can anyone please point me to easy populate 1.5.4 as mentioned in the 'working list'
I looked in the mods section and didn't see this version listed as a prior version in any of the versions listed.
-
Re: 138 mods tested on 139
Todays Update
Thank you to all those that are posting their findings and to those sending the private messages with your results.
I hope i have added them all!!
Any mistakes please point them out!!
I had a great private message off someone (dont ask who, im not naming names) but they had a fantastic point!! While it is great and amazing people are testing mods and reporting their findings, why are those who get mods working after a successful winmerging not submitting these to the downloads section as re-written?...
I thought 'what a good point'... and then i thought, 'hmmm i got Admin Profiles' working, but im not submitting that for an updated download'.. hahaha, imagine the cheek of someone like me submitting an up-to-date version of a ZC God's mod... I think not. Nor do I want to be blamed for 'not doing it right' if I have not or do i have the knowledge to support the mod in the first place.
Still a good point tho, for those confident enough and will balls big enough to have their name immortalised in ZC history.
(pointless babbling over...)
Not Working (Needs rewriting)
Back Up My Site PHP Files (Feznizzle ) NOT PHP5.3 READY Also
Desktop Data (tested by Steven300)
Easy Populate 1.2.5.7.csv (tested by me)
enhanced_whos_online_1-0-4 (tested by Melanie)
group_pricing_per_item_1-3-2 (tested by Melanie)
Icons for Manufacturers (tested by me)
purchase order module by knuckle (tested by me)
Stock By Attributes (tested by me)
Ultimate SEO URL (read a post by Vger) NOT PHP5.3 READY Also
Working but needs cafeful winmerging - mod edits core files that have changed in 139 (varying degrees of difficulty)
Admin Login as Customer (Tested by me)
Admin Profiles (Tested by me – dead easy)
Average Product Rating – ( Tested by Clyde Jones)
Canada Post 1.3.8b with Letter Rate (tested by soxophoneplayer)
Dual Pricing v1.6 (tested by aeibc – NB intensive winmerging)
Fast and Easy Checkout (Tested by lankeeyankee, DivaVocals) NOT PHP 5.3 READY
Google Checkout (tested by slomojojo, BlessIsaacola – NB pain in bum! follow post http://www.zen-cart.com/forum/showpo...&postcount=106)
Hidden Wholesale 2.0 (tested by aeibc)
Image Handler 2 (Tested by CJPinder, Melanie and me) NOT PHP 5.3 READY
Login Spruce Up (tested by Clyde Jones)
newsletter_subscribe_2-1-1 (Tested by Melanie)
Product Short Descriptions 1.1c (tested by soxophoneplayer)
Single Listing Template (tested by torvista )
Smart Backgrounds (Tested by me)
Stock with Attributes v 4.9 with ajax (tested by soxophoneplayer)
Super Orders 2.0 Rev 48a (Tested by Jtheed, aeibc, me)
time_zone_offset (Tested by Clyde Jones)
Working
4.7MULTIADD version of Stock with Attributes (tested by jabula)
Add Customers From Admin 1.07 (tested by me)
add_customers_from_admin_105 << Version in contribs untested as it was retro hacked for PHP 4X (Tested by Melanie)
Admin Notes Advanced (tested my me)
admin_activity_report_1-3 (Tested by Melanie)
Alternative Header (tested by me)
Ask a question (tested by me)
backup_mysql_plugin_v1-3 (Tested by Melanie)
Better Together (Tested by author swguy)
bettercategoriesezinfo_v1.3.5 (Tested by Clyde Jones)
bookmark_sidebox_1 (tested by Delights)
business_activity_report_1-5-0 (Tested by Melanie)
Category Dressing (Tested by me)
CKeditor (Tested by Frank18) PHP5.3 READY
Comodo Corner of Trust (Tested by JTheed )
Contact Sidebox (tested by aeibc )
Contest System 1.6.3 (Tested by skipwater)
cross_sell_1-3-1 (Tested by Clyde Jones)
cross_sell_advanced_1-0 (Tested by Clyde Jones)
Direct Bank Deposit - Australia (tested by Frank18)
Direct Bank Deposit – USA (test by author DivaVocals)
Direct Bank Deposit (Tested by Delights)
direct_bank_deposit_1-0 (tested by Delights)
Display Inc/Ex Tax or VAT Prices (Tested by me and im not very good at these things lol)
Download Fetch 1.1 (Tested by skipwater)
easy populate 1.5.4 (tested by lankeeyankee)
Edit Orders (Tested by me)
Encrypted Master Password (Tested by me)
ezpages_meta_tag_fields_1-0 (Tested by Melanie)
FedEx 145 (Tested by JTheed )
fedex_1-4-5 (tested by Delights)
Fual Slimbox (tested by aeibc)
google base feeder 1.7.3 (tested by lankeeyankee)
google_analytics_by_andrew_2-2-1 (Tested by Melanie, aeibc )
how_did_you_hear_about_us_1-3-9 (tested by Delights)
Image Manager v1.0 BETA3 (tested my me)
image-handler_2.0-zc137 (Tested by Clyde Jones)
Invoice (Tested by me)
jqlightbox (Tested by Clyde Jones)
Just another CrossSell Mod (Tested by me) (CONFLICTING REPORTS ON THIS WORKING)
keep cart (tested by lankeeyankee)
links_manager ( Tested by Clyde Jones )
MailChimp Newsletter Sidebox (Tested by Clyde Jones)
Module Manager Revision 185 (Tested by me)
monthly_sales_and_tax_summary_report_1-3 (Tested by Melanie, skipwater)
Orders Exporter (tested by Frank18)
oscommerce data importer v1.9 (Tested by skipwater)
product_disclaimer ( Tested by Clyde Jones )
Quantity Discounts (Tested by swguy)
query cache (tested by lankeeyankee)
Quick Updates (tested by Frank18)
recover_cart_sales_300B (Tested by Melanie)
report_cheaper_price_1-2 (tested by Delights)
returns_authorization ( Tested by Clyde Jones )
rss_feed_2-1-4 (Tested by Melanie, Clyde Jones)
sales_report_rev104 (Tested by Melanie)
sales_tax_summary_report_2-0 (Tested by Melanie)
Save your sideboxes layout as the default (Tested by Clyde Jones)
Sidebox for list Manufacturers logos (tested by me, incorrect install instructions tho)
Simple Google Analytics (Tested by Clyde Jones)
simple seo url (tested by lankeeyankee)
sitemap xml (tested by lankeeyankee)
Snap Shot 1.1 (Tested by skipwater)
store_credits_and_rewards_points_module_3-05 (tested by Delights)
tabbed_products_pro_v1-05 (Tested by Clyde Jones)
telephone_not_required_on_signup_1-0 (Tested by Clyde Jones)
testimonial_manager ( Tested by Clyde Jones )
testimonial_manager_v1-5-2 (tested by Delights)
ty package tracker (tested by lankeeyankee)
USPS Autofill (Tested by JTheed )
Western Union v1.0 (Tested By DivaVocals)
Zen Lightbox (Tested by me, so youre probs best testing it yourself!)
Kindly Redeveloped for zc139a
Editor - TinyMCE Plugin (MASK) PHP 5.3 Unknown
Gift Wrapping (swguy) PHP5.3 READY
How Did You Hear About Us (Judy Gunderson) PHP5.3 Unknown
HTMLArea Image Manager (IDEASGirl) PHP5.3 READY
jscroller sidebox package (Clyde Jones) PHP5.3 READY
links manager (Clyde Jones) PHP5.3 READY
order steps tableless (Clyde Jones) PHP5.3 READY
Restructured Add Product Page for Admin (ozetrade) PHP5.3 READY
returns authorization (Clyde Jones) PHP5.3 READY
testimonial manager (Clyde Jones) PHP5.3 READY
Ultimate SEO URLs (MASK) PHP 5.3 Unknown
TEMPLATES
cold_steel template (tested by Clyde Jones)PHP 5.3 Ready
comstock template (tested by Clyde Jones)PHP 5.3 Ready
cork_board template (tested by Clyde Jones)PHP 5.3 Ready
desert_noon template (tested by Clyde Jones) PHP 5.3 Ready
forest_path Template (tested by Clyde Jones)PHP 5.3 Ready
glacial_age template (tested by Clyde Jones)PHP 5.3 Ready
mystic_river template (tested by Clyde Jones) PHP 5.3 Ready
ocean_front template (tested by Clyde Jones) PHP 5.3 Ready
rustic template (tested by Clyde Jones) PHP 5.3 Ready
zencart_zen template (tested by Clyde Jones) PHP 5.3 Ready
Red Passion (tested by Delights) PHP5.3 ?
-
Re: 138 mods tested on 139
Thanks, MASK, today I will be installing your Ultimate SEO and TinyMCE.
Can someone please tell me how to "WINMERGE" Image Handler 2?
Better yet, if some kind soul happens to have a copy that has already been merged I would love to PM my email address to you so you could send! I promise not to bug! :D
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
Direct Bank Deposit - Australia (tested by Frank18)
Direct Bank Deposit – USA (test by author DivaVocals)
Direct Bank Deposit (Tested by Delights)
direct_bank_deposit_1-0 (tested by Delights)
The way this is listed makes it appear to those reading the thread the impression that there are four different add-ons available in the downloads section. (I got a PM from someone wanting to know where the "other versions" could be found) There is only one add-on in the downloads section:
Direct Bank Deposit v 1.0 - http://www.zen-cart.com/index.php?ma...roducts_id=151. This one add-on contains two payment modules; one for USA banks, one for Australian banks.
Quote:
Originally Posted by
Shane78
Working but needs cafeful winmerging - mod edits core files that have changed in 139 (varying degrees of difficulty)
Image Handler 2 (Tested by CJPinder, Melanie and me) NOT PHP 5.3 READY
Working
image-handler_2.0-zc137 (Tested by Clyde Jones)
This part of the list is a little unclear as there are only two versions of Image Handler available in the downloads section (one is for the previous generation of Zen Cart):
Clyde confirmed a few days ago that his findings were based on Ver 2.0 Rev 7 of Image Handler 2 for 1.3.x.
-
Re: 138 mods tested on 139
no worries, will change on next update... cheers
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
Working but needs cafeful winmerging - mod edits core files that have changed in 139 (varying degrees of difficulty)
Single Listing Template (tested by torvista )
Single Listing Template should be moved to the working list..
Quote:
Single Listing Template
Zen Cart™ Version: v1.3.9
Version: 1.8
Last Updated: Apr 21 2010
Author: torvista
PHP 5.3 Compatible?: Yes
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Feznizzle
Thanks, MASK, today I will be installing your Ultimate SEO and TinyMCE.
Can someone please tell me how to "WINMERGE" Image Handler 2?
Better yet, if some kind soul happens to have a copy that has already been merged I would love to PM my email address to you so you could send! I promise not to bug! :D
Yo.. Although this is off topic (oh no, im becoming anal) here is a list of all the files included in IH2. Where noted, carefully merge these changes.. i.e. copy the bits from the IH2 file into the new rewrote 139b files... any problems, ask Diva, she knows the criac way better than me on IH2..
\ADMIN\image_handler.php
\ADMIN\images\cc.gif
\ADMIN\images\checkpattern.gif
\ADMIN\images\icon_image_handler.gif
\ADMIN\images\ih-test.gif
\ADMIN\images\ih-test.jpg
\ADMIN\images\ih-test.png
\ADMIN\includes\ih_manager.php
\ADMIN\includes\boxes\extra_boxes\image_handler_tools_dhtml.php
\ADMIN\includes\extra_configures\bmz_image_handler_conf.php
\ADMIN\includes\extra_configures\bmz_io_conf.php
\ADMIN\includes\extra_datafiles\image_handler.php
\ADMIN\includes\functions\extra_functions\functions_bmz_image_handler.php
\ADMIN\includes\functions\extra_functions\functions_bmz_image_handler_update.php
\ADMIN\includes\functions\extra_functions\functions_bmz_io.php
\ADMIN\includes\functions\extra_functions\functions_bmz_update.php
\ADMIN\includes\languages\english\extra_definitions\bmz_image_handler.php
\ADMIN\includes\languages\german\extra_definitions\bmz_image_handler.php
\ADMIN\includes\languages\spanish\extra_definitions\bmz_image_handler.php
\ADMIN\includes\modules\category_product_listing.php (CORE FILE EDIT)
\images\watermark.png
\images\zoom.png
\images\large\watermark_LRG.png
\images\large\zoom_LRG.png
\images\medium\watermark_MED.png
\images\medium\zoom_MED.png
\includes\classes\bmz_gif_info.class.php
\includes\classes\bmz_image_handler.class.php
\includes\extra_configures\bmz_image_handler_conf.php
\includes\extra_configures\bmz_io_conf.php
\includes\functions\extra_functions\functions_bmz_image_handler.php
\includes\functions\extra_functions\functions_bmz_io.php
\includes\modules\additional_images.php (CORE FILE EDIT)
\includes\modules\main_product_image.php (CORE FILE EDIT)
\includes\modules\pages\popup_image\header_php.php (CORE FILE EDIT)
\includes\modules\pages\popup_image_additional\header_php.php (CORE FILE EDIT)
\includes\templates\classic\css\style_imagehover.css
\includes\templates\CUSTOM\css\style_imagehover.css
\includes\templates\CUSTOM\jscript\jscript_imagehover.js
\includes\templates\CUSTOM\popup_image_additional\tpl_main_page.php
\includes\templates\template_default\css\style_imagehover.css
\includes\templates\template_default\jscript\jscript_imagehover.js
\includes\templates\template_default\popup_image_additional\tpl_main_page.php
-
Re: 138 mods tested on 139
i wish i knew how to help.. i'm so thankfull for all you people who are doing this..
thanks so much.....
ps humble question, since i realy did try myself, but don't seem to be able to put in a helpfull hand.
Could anybody try the backup mods to get to work..
I feel like a fool.. wish i could do it myself to contribute..
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
kernheimer
i wish i knew how to help.. i'm so thankfull for all you people who are doing this..
thanks so much.....
ps humble question, since i realy did try myself, but don't seem to be able to put in a helpfull hand.
Could anybody try the backup mods to get to work..
I feel like a fool.. wish i could do it myself to contribute..
Since the goal is PHP 5.3 compatibility it is unlikely the backup mods will ever be re-worked for 1.3.9. Please see these two posts from this thread:
http://www.zen-cart.com/forum/showpo...&postcount=111
http://www.zen-cart.com/forum/showpo...&postcount=114
-
Re: 138 mods tested on 139
oh dear.. i hope this would not be for backup my php etc..
pitty it was such a great mod. thanks!
-
Re: 138 mods tested on 139
Quote:
Yo.. Although this is off topic (oh no, im becoming anal) here is a list of all the files included in IH2. Where noted, carefully merge these changes.. i.e. copy the bits from the IH2 file into the new rewrote 139b files... any problems, ask Diva, she knows the criac way better than me on IH2..
Thanks for the response and sorry for pulling you off course. I agree it muddies the intended topic, my bad. But I am now thoroughly confused because as DivaVocals pointed out IH2 appears in your list twice.... once under "needs winmerge" and once under "working".
Additionally, there are 2 versions of Image Handler.
Additionally additionally, you Shane78, were very kind and supplied a list of files that needed merging (thank you!) but now I'm uncertain about which IH your list applies to.
:rotflmao:
Either your list applies to the older IH or Clyde Jones is mistaken in thinking IH works for 139.
lolololololol. Sorry man, no need to flame me. I do reallize I just made the waters muddier for replying, sorry!
I will send a pm to the diva and quietly await further updates!
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Feznizzle
... Clyde Jones is mistaken in thinking IH works for 139.
not mistaken. If you would like to check that it is working you can check my site just click the link in my signature.
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Feznizzle
Thanks for the response and sorry for pulling you off course. I agree it muddies the intended topic, my bad. But I am now thoroughly confused because as DivaVocals pointed out IH2 appears in your list twice.... once under "needs winmerge" and once under "working".
Additionally, there are 2 versions of Image Handler.
Additionally additionally, you Shane78, were very kind and supplied a list of files that needed merging (thank you!) but now I'm uncertain about which IH your list applies to.
:rotflmao:
Either your list applies to the older IH or Clyde Jones is mistaken in thinking IH works for 139.
lolololololol. Sorry man, no need to flame me. I do reallize I just made the waters muddier for replying, sorry!
I will send a pm to the diva and quietly await further updates!
There are only two versions of IH2 available in the downloads section.. They are clearly labeled/titled as to which version of Zen Cart they are designed to work with. One is an older version for the previous generation of Zen Cart (v1.2.7) The other is the version for the current generation of Zen Cart and it is THIS version that Clyde tested and reported as working (Clyde confirmed this in this thread a few days ago). Clyde is not mistaken at all.. What I believe is a tad confusing here is that IH2 is listed twice and the version information for each is not clear. (for example it is reported that Clyde tested IH2 for v1.3.7 which is inaccurate)
Hope that helps clarify things for you.. Hopefully the next list will be updated to help make things clearer.
Please bring any other IH2 specific questions over to the IH2 support thread..:smile:
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
DivaVocals
What I believe is a tad confusing here is that IH2 is listed twice and the version information for each is not clear. (for example it is reported that Clyde tested IH2 for v1.3.7 which is inaccurate)
Hope that helps clarify things for you.. Hopefully the next list will be updated to help make things clearer.
You're right.. but i am doing this while running three small businesses so thats when i get a chance between the phones ringing... so im bound to make some mistakes.. especially as im not too ZC savvy..
as for the inaccurate part.. all items i place in the list are direct 'copy and pastes' from posts or priate messages...
*Disclaimer*
There will always be some small mistakes in the list... LOL, they are there to see if ppl are paying attention :wink:
now, have you voted today?.... checkout my latest thread in the ZC pub.. very very important!!!
-
Re: 138 mods tested on 139
Dear Brother Shane,
I too feel your pain,
All day my phone rang and rang.
Please help this noob,
Who loves a good ########,
To solve the zen rubix cube.
I wanna drink til I'm pissed,
Leave no chic un-kissed,
But I'm stuck til you finish this damn list.
I got no right to ask,
But I just hit the flask,
sooo
Dear Shane please finish your task!
Ringing phones and Divas who sass,
Please let these daily grinds pass,
Cuz 139 is really kicking my ######!
:D:
-
Re: 138 mods tested on 139
Aaah man... it censored me? Heheh. All I said was mammary and donkey. :laugh:
Oh well.
I was just playin man! We all appreciate your list and thank you for the effort. Believe me, I'm with you on the added stress of this on top of real life.
I have only one suggestion, then I'll shut up. My confusion has been caused by your header: WORKING
Until today I assumed that this portion of your list meant WORKING (As Is). But the IH2 requires merging. I see that this was apparently just an error, but can you clarify WORKING right there in the header like you do the other portions of your list? This will make future reference easier and future zenners will not have to comb back thru the thread to be sure.
Thanks for listening. And thanks for you thread!
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Feznizzle
Until today I assumed that this portion of your list meant WORKING (As Is). But the IH2 requires merging. I see that this was apparently just an error, but can you clarify WORKING right there in the header like you do the other portions of your list? This will make future reference easier and future zenners will not have to comb back thru the thread to be sure.
Thanks for listening. And thanks for you thread!
IMO the title WORKING (As Is) is quite clear in contrast to the title that indicates that Winmerging is required.. Because IH2 is reported in two sections on the list, that is the source of your confusion. Once the list is corrected and IH2 is updated with the correct version and removed from the erroneous section, the problem is solved for all.. So to clarify, IH2 requires Winmerging to work. As I indicated earlier, you might wanna hold off for the upcoming release of IH2 which will have all the properly merged files in place..
-
Re: 138 mods tested on 139
Todays Update
added a new heading
please note that indepth talks about a specific mod should be taken up in that mods thread, or create a new thread... sorry but this thread is getting too messy with talks of 'how to get IH2 working..
Thanks
Not Working (Needs rewriting)
Back Up My Site PHP Files (Feznizzle ) NOT PHP5.3 READY Also
Desktop Data (tested by Steven300)
Easy Populate 1.2.5.7.csv (tested by me)
enhanced_whos_online_1-0-4 (tested by Melanie)
group_pricing_per_item_1-3-2 (tested by Melanie)
Icons for Manufacturers (tested by me)
purchase order module by knuckle (tested by me)
Stock By Attributes (tested by me)
Ultimate SEO URL (read a post by Vger) NOT PHP5.3 READY Also
Working but needs cafeful winmerging - mod edits core files that have changed in 139 (varying degrees of difficulty)
Admin Login as Customer (Tested by me)
Admin Profiles (Tested by me – dead easy)
Average Product Rating – ( Tested by Clyde Jones)
Canada Post 1.3.8b with Letter Rate (tested by soxophoneplayer)
Dual Pricing v1.6 (tested by aeibc – NB intensive winmerging)
Fast and Easy Checkout (Tested by lankeeyankee, DivaVocals) NOT PHP 5.3 READY
Google Checkout (tested by slomojojo, BlessIsaacola – NB pain in bum! follow post http://www.zen-cart.com/forum/showpo...&postcount=106)
Hidden Wholesale 2.0 (tested by aeibc)
Image Handler 2 (Tested by Clyde Jones, CJPinder, Melanie and me) NOT PHP 5.3 READY
Login Spruce Up (tested by Clyde Jones)
newsletter_subscribe_2-1-1 (Tested by Melanie)
Product Short Descriptions 1.1c (tested by soxophoneplayer)
Smart Backgrounds (Tested by me)
Stock with Attributes v 4.9 with ajax (tested by soxophoneplayer)
Super Orders 2.0 Rev 48a (Tested by Jtheed, aeibc, me)
Working
4.7MULTIADD version of Stock with Attributes (tested by jabula)
Add Customers From Admin 1.07 (tested by me)
add_customers_from_admin_105 << Version in contribs untested as it was retro hacked for PHP 4X (Tested by Melanie)
Admin Notes Advanced (tested my me)
admin_activity_report_1-3 (Tested by Melanie)
Alternative Header (tested by me)
Ask a question (tested by me)
backup_mysql_plugin_v1-3 (Tested by Melanie)
bettercategoriesezinfo_v1.3.5 (Tested by Clyde Jones)
bookmark_sidebox_1 (tested by Delights)
business_activity_report_1-5-0 (Tested by Melanie)
Category Dressing (Tested by me)
CKeditor (Tested by Frank18) PHP5.3 READY
Comodo Corner of Trust (Tested by JTheed )
Contact Sidebox (tested by aeibc )
Contest System 1.6.3 (Tested by skipwater)
cross_sell_1-3-1 (Tested by Clyde Jones)
cross_sell_advanced_1-0 (Tested by Clyde Jones)
Direct Bank Deposit – (USA / Australia (tested by DivaVocals, Delights,Frank18)
Display Inc/Ex Tax or VAT Prices (Tested by me and im not very good at these things lol)
Download Fetch 1.1 (Tested by skipwater)
easy populate 1.5.4 (tested by lankeeyankee)
Edit Orders (Tested by me)
Encrypted Master Password (Tested by me)
ezpages_meta_tag_fields_1-0 (Tested by Melanie)
FedEx 145 (Tested by JTheed )
fedex_1-4-5 (tested by Delights)
Fual Slimbox (tested by aeibc)
google base feeder 1.7.3 (tested by lankeeyankee)
google_analytics_by_andrew_2-2-1 (Tested by Melanie, aeibc )
how_did_you_hear_about_us_1-3-9 (tested by Delights)
Image Manager v1.0 BETA3 (tested my me)
Invoice (Tested by me)
jqlightbox (Tested by Clyde Jones)
Just another CrossSell Mod (Tested by me) (CONFLICTING REPORTS ON THIS WORKING)
keep cart (tested by lankeeyankee)
links_manager ( Tested by Clyde Jones )
MailChimp Newsletter Sidebox (Tested by Clyde Jones)
Module Manager Revision 185 (Tested by me)
monthly_sales_and_tax_summary_report_1-3 (Tested by Melanie, skipwater)
Orders Exporter (tested by Frank18)
oscommerce data importer v1.9 (Tested by skipwater)
product_disclaimer ( Tested by Clyde Jones )
Quantity Discounts (Tested by swguy)
query cache (tested by lankeeyankee)
Quick Updates (tested by Frank18)
recover_cart_sales_300B (Tested by Melanie)
report_cheaper_price_1-2 (tested by Delights)
rss_feed_2-1-4 (Tested by Melanie, Clyde Jones)
sales_report_rev104 (Tested by Melanie)
sales_tax_summary_report_2-0 (Tested by Melanie)
Save your sideboxes layout as the default (Tested by Clyde Jones)
Sidebox for list Manufacturers logos (tested by me, incorrect install instructions tho)
Simple Google Analytics (Tested by Clyde Jones)
simple seo url (tested by lankeeyankee)
sitemap xml (tested by lankeeyankee)
Snap Shot 1.1 (Tested by skipwater)
store_credits_and_rewards_points_module_3-05 (tested by Delights)
tabbed_products_pro_v1-05 (Tested by Clyde Jones)
telephone_not_required_on_signup_1-0 (Tested by Clyde Jones)
ty package tracker (tested by lankeeyankee)
USPS Autofill (Tested by JTheed )
Western Union v1.0 (Tested By DivaVocals)
Zen Lightbox (Tested by me, so youre probs best testing it yourself!)
Kindly Redeveloped for zc139a
AutoTweet (Jamie Taylor) PHP5.3 READY
Beanstream – INTERAC (SWGUY & Zen Cart Team) PHP 5.3 Ready
Better Together (Tested by author swguy) PHP5.3 READY
Editor - TinyMCE Plugin (MASK) PHP 5.3 Unknown
Fix Cache Key (DrByte) PHP 5.3 Ready
Flo2Cash (NZ) Credit Card Payment Module (Willow Yang) PHP 5.3 Ready
Gift Wrapping (swguy) PHP5.3 READY
How Did You Hear About Us (Judy Gunderson) PHP5.3 Unknown
HTMLArea Image Manager (IDEASGirl) PHP5.3 READY
jscroller sidebox package (Clyde Jones) PHP5.3 READY
links manager (Clyde Jones) PHP5.3 READY
order steps tableless (Clyde Jones) PHP5.3 READY
Restructured Add Product Page for Admin (ozetrade) PHP5.3 READY
returns authorization (Clyde Jones) PHP5.3 READY
Single Listing Template (tested by torvista ) PHP5.3 READY
testimonial manager (Clyde Jones) PHP5.3 READY
time_zone_offset (gilby) PHP 5.3 ??
Ultimate SEO URLs (MASK) PHP 5.3 Unknown
Windows Live Messenger for Zen cart (Clive Vooght) PHP5.3??
TEMPLATES
cold_steel template (tested by Clyde Jones)PHP 5.3 Ready
comstock template (tested by Clyde Jones)PHP 5.3 Ready
cork_board template (tested by Clyde Jones)PHP 5.3 Ready
desert_noon template (tested by Clyde Jones) PHP 5.3 Ready
forest_path Template (tested by Clyde Jones)PHP 5.3 Ready
glacial_age template (tested by Clyde Jones)PHP 5.3 Ready
mystic_river template (tested by Clyde Jones) PHP 5.3 Ready
ocean_front template (tested by Clyde Jones) PHP 5.3 Ready
rustic template (tested by Clyde Jones) PHP 5.3 Ready
zencart_zen template (tested by Clyde Jones) PHP 5.3 Ready
Red Passion (tested by Delights) PHP5.3 ?
New Add-on For 139
Add Shipping Telephone (Jtheed) PHP 5.3 Ready
CKEditor Plugin for Zen Cart (Various) PHP 5.3 Ready
-
Re: 138 mods tested on 139
Can someone help clear up a little bit of confusion...
Regards Just Another Cross Sell (JACS) mod by yellow1912. There are conflicting reports from people who have tested this mod. I got it working but only with an older version of Module Manager.
I use JACS and while i think it is a great mod, i want to move away from using this mod because im not happy with having to install an older version of Module Manager to get it to work and I know because of Yellow1912's busy life that he is unable to support his modules.
So, is the following from the 'tested list' fully OK with 139b and does anyone know if they are PHP5.3 OK?
cross_sell_1-3-1 (Tested by Clyde Jones)
cross_sell_advanced_1-0 (Tested by Clyde Jones)
also, could someone provide me with a link, as i could only find cross_sell_1.3.0, and it was in Spanish... :blink:
also am i right in thinking that to get cross_sell_advanced_1-0 to work the other version has to be installed first....?:lookaroun
Cheers
M
(p.s... why is no one voting to ZC in my sig link!.. bad craic that!)
-
Re: 138 mods tested on 139
I am still on localhost using xampp with Mysql 5.1.33 and PHP 5.2.9, however:
Working
reference_cfg-keys (invaluable for noobs)
events calendar
contact_us__add_subject_v1
captialize_signup_fields_1-0c
edit_orders_2
Redundant
debug_error_logging_utility_1-0 (incorporated)
-
Re: 138 mods tested on 139
Not to pick on you at all dw08gm, but this is something I noticed a while back..:smile:
Just a suggestion.. I noticed that a lot of these modules are listed using what appears to be the name of the zip files which contain the module files.. It would be a lot easier to recognize the modules from the list if the actual module name and version number was used instead. For example, I don't know what module edit_orders_2 is. The currently available version of Edit Orders (by Scott Turner) is 1.5.3.
Also I believe that these items are in fact the SAME add-on:
Quote:
FedEx 145 (Tested by JTheed )
fedex_1-4-5 (tested by Delights)
Quote:
Originally Posted by
dw08gm
I am still on localhost using xampp with Mysql 5.1.33 and PHP 5.2.9, however:
Working
reference_cfg-keys (invaluable for noobs)
events calendar
contact_us__add_subject_v1
captialize_signup_fields_1-0c
edit_orders_2
Redundant
debug_error_logging_utility_1-0 (incorporated)
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Shane78
Can someone help clear up a little bit of confusion...
Regards Just Another Cross Sell (JACS) mod by yellow1912. There are conflicting reports from people who have tested this mod. I got it working but only with an older version of Module Manager.
I use JACS and while i think it is a great mod, i want to move away from using this mod because im not happy with having to install an older version of Module Manager to get it to work and I know because of Yellow1912's busy life that he is unable to support his modules.
So, is the following from the 'tested list' fully OK with 139b and does anyone know if they are PHP5.3 OK?
cross_sell_1-3-1 (Tested by Clyde Jones)
cross_sell_advanced_1-0 (Tested by Clyde Jones)
also, could someone provide me with a link, as i could only find cross_sell_1.3.0, and it was in Spanish... :blink:
also am i right in thinking that to get cross_sell_advanced_1-0 to work the other version has to be installed first....?:lookaroun
Cheers
M
(p.s... why is no one voting to ZC in my sig link!.. bad craic that!)
cross sell 1.3.1 is here ( www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=76 ) You need to scroll to the bottom of the page:
Author: Granville
Version: 1.3.1
----
Install cross sell 1.3.1 first and then cross sell advanced.
----
They both work fine on 1.3.9b and are php5.3 compatible
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
DivaVocals
Not to pick on you at all dw08gm, but this is something I noticed a while back..:smile:
Just a suggestion.. I noticed that a lot of these modules are listed using what appears to be the name of the zip files which contain the module files.. It would be a lot easier to recognize the modules from the list if the actual module name and version number was used instead. For example, I don't know what module edit_orders_2 is. The currently available version of Edit Orders (by Scott Turner) is 1.5.3.
Also I believe that these items are in fact the SAME add-on:
It is a valid criticism of the Free Software Add Ons facility that it cannot readily be kept up to date, and that one therefore is required to search through the forums to obtain latest mod version or update. Hence, from searching the forums, the latest version of Edit Orders FROM Scott Turner's site IS 2.03. OZpost is another mod that has many updates in the forum, but then this is a rather special case, and many thanks to Rod for doing so).
It would be just too nice and convenient if each module listed in the Free Software Add Ons facility also contained a relevent forum URL, thus reducing the duplication of threads per mod, and also tabled (perhaps as a sticky) a list of relevent post ID's indicating important updates or corrections, as well as least or latest compatability and uniform numbering (eg zc1.3.9, php5.3).
There may be a difficulty that someone must oversee this process, but to me zencart still ranks amongst the most responsible forums I have seen on the www.
It would also be nice if the list that Shane78 is maintaining were somehow to morph into that nice and convenient arrangement.
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
dw08gm
It is a valid criticism of the Free Software Add Ons facility that it cannot readily be kept up to date, and that one therefore is required to search through the forums to obtain latest mod version or update. Hence, from searching the forums, the latest version of Edit Orders FROM Scott Turner's site IS 2.03. OZpost is another mod that has many updates in the forum, but then this is a rather special case, and many thanks to Rod for doing so).
It would be just too nice and convenient if each module listed in the Free Software Add Ons facility also contained a relevent forum URL, thus reducing the duplication of threads per mod, and also tabled (perhaps as a sticky) a list of relevent post ID's indicating important updates or corrections, as well as least or latest compatability and uniform numbering (eg zc1.3.9, php5.3).
There may be a difficulty that someone must oversee this process, but to me zencart still ranks amongst the most responsible forums I have seen on the www.
It would also be nice if the list that Shane78 is maintaining were somehow to morph into that nice and convenient arrangement.
I agree.. Again, I hope you know I wasn't picking on you at all.. Just thinking out loud.. While you and I both know that the latest version of Edit Orders is available on Scott's site, if those new to Zen Cart were to use this list as a resource, they will not necessarily know this information. So having the full mod name (versus just the name of the zip file) as well as a brief indicator as to whether the version being reported is in the free-downloads or elsewhere would be tremendously helpful to all checking this post.
-
Re: 138 mods tested on 139
Cheers for the input Clyde! Will give it a go... I also got a mail-shot from SWGUYs site yesterday after i posted my question saying that his Better Together mod had bee updated to include this type of Cross Sell without discounting etc on the product page listing not just @ checkout... I will give that a bash too... but I use Edit Orders, so a winmerging session may prove too much for me.
I will be adding another update at the end of the day (GMT 11pm-ish). As there about another 5 or so mod updates from people and I will hopefully have tested a few more too, such as cart totals in the header etc...
including the new suggested heading of either Defunct/Depreciated or Incorporated... suggested by someone in a private msg, sorry.. forgot your name.. but good idea!
Cheers all
M
p.s. (TO ALL: 9 votes is crap for a community of this size... http://alternativeto.net/desktop/zen-cart/)
-
Re: 138 mods tested on 139
I have also taken on board dw08gm and DivaVocals points... and points well make..
and i will hopefully on Sunday night be able to spend a few hours really getting this list up to date and in order...
and while i know no one is having a go or criticising how i am doing things... please remember that i run 3 small business (by myself with NO staff.. that's how small and struggling i am), all of which are all trading by phone/fax/email now because i am redoing the sites unto 139b and PHP5.3 standards (and im not a programmer). I am also learning MODx as Im building 2 mini-sites to go with my products. I am also an amateur clean-bodybuilder and my sport is in season and have a competitions scheduled at end of every second month all over the UK so im heavily involved with forums at bodybuilding dot com... so please remember that my time is so strictly routined and planned then when people post their findings on mods the more information someone gives and the accuracy of that info helps me NO end!!!!
Thanks
x
(dont forget to vote!)
-
Re: 138 mods tested on 139
Quote:
Originally Posted by
Delights
Not to mension i tested the Australian version....
:oops:
didnt know it was already tested.... :(
Yep, one of the first mods I tested and installed after upgrading our new Chillout Fashions site. Meanwhile "tested" by real customers ... :smile:
-
Re: 138 mods tested on 139
Has anyone tested the Checkout Amazon Style in 1.3.9b, yet?
-
1 Attachment(s)
Re: 138 mods tested on 139
I have tried my best to update the Login As Customer add-on. But as im not a programmer at all.. can someone please look at it to see if it is OK?
I have tested it on a site and it works, but not being a programmer i dont know if i have done it 100% right or is there is something tiny i have missed that might not at first glace be seen... I also am unable to test on PHP5.3....
I installed Encrypted Master Password (Dennis Sayer) first before trying this...
please advise...
M
-
Re: 138 mods tested on 139
Has anyone tested the ZJ_Black template on 1.39 yet?
-
Re: 138 mods tested on 139
sorry everyone,
today's update wont take place.. because i have left my memory stick at the office which has my open office Word document on it that i am using to compose this file...
lol, sorry