Zen Cart Logo
Forums / General Questions / Older zen versions for code references

Older zen versions for code references

Locked

Views: 1,422

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
8 Jan 2008, 8:56 PM
#1
stevefriedman71 avatar

stevefriedman71

Zen Follower

Join Date:
Sep 2006
Posts:
269
Plugin Contributions:
0

Older zen versions for code references

Is there a way to find out what the changes in on certain pages are? i downloaded 1.3.0, 1.3.5, 1.3.6, 1.3.7 at surceforge.net for just that matter but can't find 1.3.1, 1.3.2, 1.3.3, 1.3.4 anywhere.

This is mainly to compare code files used in contibutions toward the current version... Some say the contibution is afor 1.3.8 but the version ID says mega old (e.g. Dual pricing) the shopping_cart.php version ID is 3856 versus ID 7276 in 1.3.8. i'd always like to see the original used code to compare that one to the newest original code and then only apply what's needed... and not ruining the new code.

8 Jan 2008, 10:42 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Older zen versions for code references

stevefriedman71:

but can't find 1.3.1, 1.3.2, 1.3.3, 1.3.4 anywhere.

There weren't any of those versions released.

There were 1.3.0.1 and 1.3.0.2 which you didn't list earlier ... available in the 1.3.0 group.

Everything released is on SF.

9 Jan 2008, 2:46 AM
#3
stevefriedman71 avatar

stevefriedman71

Zen Follower

Join Date:
Sep 2006
Posts:
269
Plugin Contributions:
0

Re: Older zen versions for code references

Then... where is this versionID for the includes/classes/shoppingcart.php come from?

I got this from the dualpricing contribution that was - soposedly - updated for 1.3.8 before i uploaded MY udated version today...

the version ID of this file is 3856 while
in 1.3.8 7276
1.3.7 4884
1.3.6 4791
1.3.5 4277
1.3.0.1 AND 1.3.0.2 3379
and 1.3.0 3196???

but, thank you for clarifying the existing releases. meaning i have all for reference :)

9 Jan 2008, 3:00 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Older zen versions for code references

Probably came from somewhere during the 1.3.5 development cycle.

21 Jan 2009, 11:05 PM
#5
mikerichard avatar

mikerichard

New Zenner

Join Date:
Jan 2009
Posts:
3
Plugin Contributions:
0

Re: Older zen versions for code references

HELP! I have the same problem. I'm currently using the v1.3.8 version (7276). I'm trying to discern the changes made to the includes/classes/shopping_cart.php file for dual_pricing__wholesale_pricing_1-5 from the original. The original code is commented as being @version $Id: shopping_cart.php 3856 2006-06-29 02:26:33Z drbyte. How can I get my hands on this 3856 version? If I can't, then when will the dual_pricing shopping_cart.php file be updated to reflect the current 7276 base? I need to know what the actual changes are so that I can manually implement them with the auction logic onto a v1.3.8 cart. Thanks!!

21 Jan 2009, 11:14 PM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Older zen versions for code references

You can download any of the older versions of Zen Cart by following the references on the Zen Cart home page or in this FAQ article: https://www.zen-cart.com/tutorials/index.php?article=323
You can use WinMerge or similar comparison program to compare files with each other to identify the code changes. http://winmerge.sf.net

22 Jan 2009, 12:12 AM
#7
mikerichard avatar

mikerichard

New Zenner

Join Date:
Jan 2009
Posts:
3
Plugin Contributions:
0

Re: Older zen versions for code references

DrByte, I've downloaded every older version listed on sourceforge and none of them has the 3856 2006-06-29 version of the shopping_cart.php file that I'm looking for. Can you help me find a copy of that specific version or can you rebase the current dual_pricing shopping_cart.php file off of the current v1.3.8 7276 2007-10-23 base file? I'm pretty sure that's what stevefriedman71 was looking for too. Your assistance in this matter is greatly appreciated! Thanks!!

22 Jan 2009, 4:10 AM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Older zen versions for code references

Here is revision 3856. However, it's based on a pre-release version of v1.3.5, and does not contain all the bugfixes fixed in it prior to the v1.3.5 release. You should really be using the official v1.3.5 version of the file instead of this one, after you identify the specific changes for the mod you're adapting.

24 Jan 2009, 10:21 PM
#9
mikerichard avatar

mikerichard

New Zenner

Join Date:
Jan 2009
Posts:
3
Plugin Contributions:
0

Re: Older zen versions for code references

I have taken the liberty to update the older 3856 version shopping_cart.php file to reflect the current base level 7276. Please validate my work and update your file appropriately, so that others can benefit from the time I've put in and not have to re-invent the same wheel. Thank you very much!