Zen Cart Logo
Forums / Reports of Security Problems / Zen-Cart 1.3.9C Changed Files Only

Zen-Cart 1.3.9C Changed Files Only

Views: 79

Results 1 to 9 of 9
22 May 2010, 01:28
#1
creinold avatar

creinold

Zen Follower

Join Date:
Sep 2008
Location:
North Highlands, California 95660
Posts:
287
Plugin Contributions:
0

Zen-Cart 1.3.9C Changed Files Only

Here are the 1.3.9C changed files only. Helpful to all who want to upgrade their zen-cart without uploading every file in the new update or to win-merge there files with their existing Zen-Cart modifications.


http://www.gotleather.com/Zen-Cart_1.3.9C_Update Files.zip

Thanks,
Charles

P.S.
Moderator can we make this a sticky?

22 May 2010, 01:56
#2
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Zen-Cart 1.3.9C Changed Files Only

No need to make your post "Sticky" - the change log is included in every package :smile:

22 May 2010, 03:24
#3
creinold avatar

creinold

Zen Follower

Join Date:
Sep 2008
Location:
North Highlands, California 95660
Posts:
287
Plugin Contributions:
0

Re: Zen-Cart 1.3.9C Changed Files Only

Just trying to make it easier to find just the update files and not go through every file.

Basic or new users have a hard time with that. I remember when I did. Countless times when I first started using zen-cart and uploaded files and running all the modifications I did on my zc install.

When I used to be on the modification team for simple machine forums. Whenever we had a forum update we offered it in several version. Full update and file update and small update: as you can see here: http://download.simplemachines.org/

helps everyone all around. Just trying to make lifer easier... ;)

22 May 2010, 03:26
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Zen-Cart 1.3.9C Changed Files Only

Thanks for your contribution to Zen Cart, "Much appreciated Here"

22 May 2010, 03:31
#5
creinold avatar

creinold

Zen Follower

Join Date:
Sep 2008
Location:
North Highlands, California 95660
Posts:
287
Plugin Contributions:
0

Re: Zen-Cart 1.3.9C Changed Files Only

You welcome. =)

22 May 2010, 03:40
#6
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Zen-Cart 1.3.9C Changed Files Only

frank18:

No need to make your post "Sticky" - the change log is included in every package :smile:

zen-cart-v(version number)-full-fileset-(release date)/docs/changelog-v(version).html

22 May 2010, 03:42
#7
creinold avatar

creinold

Zen Follower

Join Date:
Sep 2008
Location:
North Highlands, California 95660
Posts:
287
Plugin Contributions:
0

Re: Zen-Cart 1.3.9C Changed Files Only

This file had most of my modification changes in it so I thought I post what changes were done in it. I will post other one's as I come across them.

Changes in includes/templates/template_default/templates/tpl_product_info_display.php

Line 19 fileset: 1.3.9b

<?php echo zen_draw_form('cart_quantity', zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product'), 'post', 'enctype="multipart/form-data"') . "\n"; ?>

changed to:

Line 19 fileset: 1.3.9c

<?php echo zen_draw_form('cart_quantity', zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product', $request_type), 'post', 'enctype="multipart/form-data"') . "\n"; ?>
22 May 2010, 05:06
#8
creinold avatar

creinold

Zen Follower

Join Date:
Sep 2008
Location:
North Highlands, California 95660
Posts:
287
Plugin Contributions:
0

Re: Zen-Cart 1.3.9C Changed Files Only

frank18:

zen-cart-v(version number)-full-fileset-(release date)/docs/changelog-v(version).html

Really??? I must of not seen that. Thank you very much! Your a real genius... ;)
Posted via Mobile Device

22 May 2010, 05:55
#9
creinold avatar

creinold

Zen Follower

Join Date:
Sep 2008
Location:
North Highlands, California 95660
Posts:
287
Plugin Contributions:
0

Re: Zen-Cart 1.3.9C Changed Files Only

Also... the changelog for 1.3.9c shows what files were changed not what changed in the changed files. ;)