osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Wishlist 3.5d

This is a discussion on Wishlist 3.5d within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I'm referring to a closed thread by auntie22. Wishlist 3.5d has the updates required in order to make the pre ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 05-18-2007, 07:14 PM
New Member
 
Join Date: Dec 2005
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
kingsland
Red face Wishlist 3.5d

I'm referring to a closed thread by auntie22. Wishlist 3.5d has the updates required in order to make the pre packaged oscmax 2.2 wishlist work(mod wishlist 2.4b) . The email is missing the product attribute part of the link. Even an email with the attribute as a word rather than a link would be fine.

A members answer was to use a compare tool to compare the old and new files. I'm using textpad and have spent the past 3 days trying to figure out what I need to include in the update 3.5d. 3.5d is built based on a non modified version. As you know OSCMAX is very modified, so trying to find out whats required and whats not required to update from the standard 2.4b is very difficult. Can someone help?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 05-19-2007, 09:20 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Posts: 1,532
Thanks: 1
Thanked 83 Times in 70 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default Re: Wishlist 3.5d

First of all Textpad may be a good editor - however like most text editors it is not a very good COMPARE TOOL. Look at WinMerge or UltraCompare or my fave - Beyond Compare.

These tools will visually show 2 directories and/or files side by side and show what is different in each (missing/extra/different lines and files).

Now the hard part - download your contrib and a fresh copy of OSC-MS2 and osCMax and unzip each into differnt directories. Compare the OSC-MS2 and the contrib directories (concentrates only on the contrib files) and clearly MARK the edited/changed/added lines with php or html comments. On the contrib side - add in any manual added code in the instructions and the file is not already supplied.

When done - Compare the now well document contribution and osCMax. Find the appropriate code in max and insert all your now commented edited/changed/added code. Take note of BTS notes that might be on the top part of the files - if you see a note about BTS - code might have been moved into file in the templates directory.

Careful of code already changed by MAX.

Good luck!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to jpf For This Useful Post:
kingsland (07-05-2007)
  #3  
Old 07-11-2007, 12:22 PM
New Member
 
Join Date: Dec 2005
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
kingsland
Unhappy Re: Wishlist 3.5d

I've installed beyond compare, admittedly it is 100% better at comparing files but it is proving very difficult to determine which code parts belong where, the bts has moved the contents from some of the files, so they do not compare well, I have spent the last 3 weeks making many unsuccessful attempts at updating the files in order to get wishlist to work properly on OSCMAX but to no avail. I'm going to have to retire on this one. Its just far too complicated an issue for a basic programmer like me. Sorry I would have liked to contribute to the oscmax project.


Thanks for the advice though

If anyone else gets wishlist functioning properly it would be appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-12-2007, 06:30 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Posts: 1,532
Thanks: 1
Thanked 83 Times in 70 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default Re: Wishlist 3.5d

True - but the ONE thing I do - is to compare/mark the contrib against a clean MS2 copy and mark ALL the changed/added code - if need be - mark old/removed code:

IE:

// old: Line of code listed here
Line of code modified listed here

The more comments/marking - the better it will be.

Next - compare the marked contrib to a clean osCMax - about 80% of the code will match up no problems - another up to 15% could be significantly changed/removed or moved into template files (there is a NOTE in the osCMax files that say so) - match anything that does then find the same name file (with .tmp.php file extension)in the template directory - (inside Beyond Compare) copy that over to the contribution - then right click the non-template file and select "Compare To..." then select the template file.

The LAST 5% is the headache parts - knowing BASIC SQL and programing helps. Compare it to what was changed from MS2 to MAX and MS2 to the contribution - Adding all three to come up with one will normally work - but some times cause problems - post code here if you need. Wish List should not be a hard one to do.
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-13-2007, 01:17 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Posts: 1,532
Thanks: 1
Thanked 83 Times in 70 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default Re: Wishlist 3.5d

Here is a hacked version that is 98% done - with all current updates done - need testing.

Good Luck
Attached Files
File Type: zip wishlist 3.5d MAX.zip (79.6 KB, 3 views)
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-13-2007, 12:42 PM
New Member
 
Join Date: Dec 2005
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
kingsland
Default Re: Wishlist 3.5d

thanks for that. I'm going to start work on it from tomorrow, I'll post when I have it nearly completed. (probably take me a few weeks knowing my skills).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-13-2007, 10:06 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Posts: 1,532
Thanks: 1
Thanked 83 Times in 70 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default Re: Wishlist 3.5d

If it is 98% done (in 4 hours) - how can the last 2% take weeks?
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-14-2007, 08:28 AM
New Member
 
Join Date: Dec 2005
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
kingsland
Smile Re: Wishlist 3.5d

if your pessimistic, you'll never be disappointed. I'll get back soon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 07-15-2007, 08:12 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Posts: 1,532
Thanks: 1
Thanked 83 Times in 70 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default Re: Wishlist 3.5d

Good one!!!!

__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Wishlist 2.0 michael_s New osCommerce Contributions 0 02-12-2007 06:00 AM
Wishlist? kenlyle osCMax v2 Features Discussion 0 11-08-2005 04:09 PM
wishlist 3.5d auntie22 osCommerce 2.2 Installation Help 3 11-06-2005 09:46 AM
Wishlist issues - sent email doesnt include wishlist links slothy osCMax v2 Installation issues 3 08-31-2005 11:53 AM
Wishlist-2.0.1 glynn osCMax v1.7 General Mods Discussion 16 03-22-2005 12:03 PM


All times are GMT -8. The time now is 01:40 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax