2.0.14 Released

Here is the latest changelog:



$Id: changelog.txt 9134 2010-03-22 14:37:05Z 2tl $



Legend:

[+] - new feature/improvement

[] - functionality changes

[!] - bugfix



Version 2.0.14, March 23 2010



[+] Ability to display thumbnails as a gallery added.

[
] Displaying the buttons on the product details page corrected.

[] Danish language pack updated.

[
] Product features: New hook added to the feature update page.



[!] Polls: Statistic pages in the Administration panel contained missing language variables. Fixed.

[!] Wishlist addon: If two gift certificates with similar products were added to the list, the products in the first certificate were cleared. Fixed.

They’re coming in fast and furious

This small update returns the “Add to cart” and “Add to wishlist” buttons to the original position (as in 2.0.12).

After update to 2.14 the mini thumbnail image not clickable.

If you click on mini images there are nothing happened. Sometimes the big image disappeared.

In 2.13 is OK

Any Ideal.

Thanks


[quote name=‘ETInteractive’]Here is the latest changelog:



$Id: changelog.txt 9134 2010-03-22 14:37:05Z 2tl $



Legend:

[+] - new feature/improvement

[] - functionality changes

[!] - bugfix



Version 2.0.14, March 23 2010



[+] Ability to display thumbnails as a gallery added.

[
] Displaying the buttons on the product details page corrected.

[] Danish language pack updated.

[
] Product features: New hook added to the feature update page.



[!] Polls: Statistic pages in the Administration panel contained missing language variables. Fixed.

[!] Wishlist addon: If two gift certificates with similar products were added to the list, the products in the first certificate were cleared. Fixed.[/QUOTE]

I’m already two versions behind… just felt like yesterday I got Snorocket to update my site. haha



Might as well wait until 2.0.15 comes out before I upgrade. 2.0.12 is still doing awesome for us!

just wanted to say thanks for the quick release of a few needed fixes.



:mrgreen:

I see some major updates have been promised for 2.1



When do you think we will see this version?

[quote name=‘mdj101’]I see some major updates have been promised for 2.1



When do you think we will see this version?[/QUOTE]



Well, we are at 2.0.14 now, so approx 86 more minor version releases to go!

[quote name=‘mdj101’]I see some major updates have been promised for 2.1



When do you think we will see this version?[/QUOTE]

A couple of months would be a very optimistic outlook. They have not even yet solicited input in the Roadmap area for any item except the order placement improvements. I would hope they would also start threads for the checkout improvements and the abandoned carts tools prior to coding.



Bob

[quote name=‘lakasa’]After update to 2.14 the mini thumbnail image not clickable.

If you click on mini images there are nothing happened. Sometimes the big image disappeared.

In 2.13 is OK

Any Ideal.

Thanks[/quote]



I don’t have this problem in my update. Make sure your permissions for your images directory are set correctly.

[quote name=‘angel’]I’ve checked this issue, but haven’t found it. Could you please provide us with the link to this page so that we can investigate the bug in more detail?[/QUOTE]



у меня тоже проблема с картинками.

в одних случаях картинки сдвигают весь текст в право, в других нет так как располагаются столбиком. закономерность не отследил, откатился на 13.

возможно это проявляется когда много картинок.





I have also a problem with pictures.

In some cases, the images shift all the text in the right, in others there are like that column. regularity is not tracked and rolled at 13.

perhaps this is true when a lot of pictures.

/skins/xxxxx/customer/views/products/components



product_images.tpl



B [/B]Replace with the following code


```php {* $Id: product_images.tpl 8838 2010-02-12 09:13:16Z angel $ *}



{assign var=“th_size” value=“30”}

{include file=“common_templates/previewer.tpl”}

{if $product.main_pair.icon}

{assign var=“image_pair_var” value=$product.main_pair}

{elseif $product.option_image_pairs}

{assign var=“image_pair_var” value=$product.option_image_pairs|reset}

{/if}

{include file=“common_templates/image.tpl” obj_id=$product.product_id images=$image_pair_var object_type=“product” class=“cm-thumbnails”}



{foreach from=$product.image_pairs item=“image_pair”}

{if $image_pair}

{include file=“common_templates/image.tpl” images=$image_pair object_type=“product” class=“cm-thumbnails hidden” detailed_link_class=“hidden” obj_id=“$product.product_id_$image_pair.image_id”}

{/if}

{/foreach}



{if $image_pair_var && $product.image_pairs}



{include file="common_templates/image.tpl" images=$image_pair_var object_type="product" link_class="cm-thumbnails-mini cm-cur-item" image_width=$th_size show_thumbnail="Y" show_detailed_link=false obj_id="`$product.product_id`_mini" make_box=true}
{foreach from=$product.image_pairs item="image_pair"}
{if $image_pair}
{include file="common_templates/image.tpl" images=$image_pair object_type="product" link_class="cm-thumbnails-mini" image_width=$th_size show_thumbnail="Y" show_detailed_link=false obj_id="`$product.product_id`_`$image_pair.image_id`_mini" make_box=true}
{/if}
{/foreach}



{/if} ```


or



[B](2) [/B] Make a new installation, or reinstall your theme

[quote name=‘ALEXsei_’]у меня тоже проблема с картинками.

в одних случаях картинки сдвигают весь текст в право, в других нет так как располагаются столбиком. закономерность не отследил, откатился на 13.

возможно это проявляется когда много картинок.





I have also a problem with pictures.

In some cases, the images shift all the text in the right, in others there are like that column. regularity is not tracked and rolled at 13.

perhaps this is true when a lot of pictures.[/QUOTE]





I came across the same problem after upgrading to 2.0.14.

I’m thinking if it’s because the upgrade too much times, I also tried to newly installed @ version 2.0.13, and use upgrade center to go 2.0.14. everything is working just fine.



This issue also appeared when I upgrade from 2.0.12 to 2.0.13, but I followed angel’s direction to fix the image “over-right-side-display” problem.

I don’t know why it come up the same bug, when upgrade to version 13 and 14.



Hopefully this will be solved in version 2.1.



BTW: my current site is upgraded from 2.0.3 step by step to 2.0.13, backup the database,

it quite strange that I tried to restore to a newly installed 2.0.13. it failed to work, returns errors.

This is the links that happened

[url]http://www.decorium.us/living-room/antonio-sofa-collection.html[/url]



Thanks,


[quote name=‘liufuduo’]This issue also appeared when I upgrade from 2.0.12 to 2.0.13, but I followed angel’s direction to fix the image “over-right-side-display” problem. [/QUOTE]

Where are angel’s instructions on how to fix this?



Bob

[quote name=‘lakasa’]This is the links that happened

[url]http://www.decorium.us/living-room/antonio-sofa-collection.html[/url]



Thanks,[/QUOTE]



There was a bug in upgrade script 12-13.

You can manually copy new styles.css from


var/skins_repositary/base/customer/styles.css
to
skins/basic/customer/styles.css


Also you can reinstall upgrade 13-14 or reinstall your skin.



Do not forget to clear the cache.

[quote name=‘jobosales’]Where are angel’s instructions on how to fix this?



Bob[/QUOTE]



Hi, Here is the link : [url]http://forum.cs-cart.com/showpost.php?p=78326&postcount=35[/url]

This is fixing the 2.0.13 version, I’m not sure it still compatible with 2.0.14

Alright, it appears it is safe to upgrade to 2.0.14 now, so I am off to the races.



Thank you to all early adopters which installed from day one, don’t know what we would do without you! :wink:

[quote name=‘Struck’]Alright, it appears it is safe to upgrade to 2.0.14 now, so I am off to the races.



Thank you to all early adopters which installed from day one, don’t know what we would do without you! ;)[/QUOTE]



:wink: … True!

It’s that TRUE???Can i finally upgrade from 1.35 sp4???

Let’s MAKE A PARTY!!!:smiley: :smiley: :smiley: :smiley:

Everyone is invite!!!Noman,bring the champagne!!!UHurrurururuuu