In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Simple Details Jump to Notes ] Wiki ]  Related Changesets ] View Advanced ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0001137 [In-Commerce] Payment Gateways bug report always 2011-09-27 07:03 2012-07-25 05:32
Reporter alex View Status public Project Name In-Commerce
Assigned To alex Developer
Priority normal Resolution fixed Fixed in Version 5.2.0-B1
Status closed Product Version Target Version 5.2.0
Time EstimateNo estimate
Summary 0001137: Add/Remove Product from Comparison List
Description Ability to Add/Remove Product from Comparison List
Additional Information Видимо это sidebox "Comparing Products".

1. все товары на сравнение будут показываться в этом sidebox - 0.5 h
2. каждый товар можно удалить (через ajax) - 0.5 h
3. также будет ссылка "Compare" которая поведёт на экран со сравнением товаров
Tags No tags attached.
Reference
Change Log Message
Estimate Points 1
Attached Files patch file icon add_to_compare_from_list.patch [^] (19,855 bytes) 2011-12-23 05:19 [Show Content]
patch file icon CompareBubble.patch [^] (3,942 bytes) 2012-01-13 11:34 [Show Content]
zip file icon validate.zip [^] (12,955 bytes) 2012-01-13 11:36
jpg file icon Category7_a3.jpg [^] (544,381 bytes) 2012-01-16 03:40
patch file icon max_compare_limit_modules.patch [^] (6,568 bytes) 2012-01-16 05:22 [Show Content]
patch file icon max_compare_limit_themes.patch [^] (10,415 bytes) 2012-01-16 05:22 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to 0001136closed (5.2.0)alex Products Comparison 

-  Notes
User avatar (0004303)
alex (manager)
2011-12-23 05:19

Will test all together later.
User avatar (0004304)
alex (manager)
2011-12-23 05:20

Fix committed to 1.0.x branch. Commit Message:

Fixes 0001137: Add/Remove Product from Comparison List
User avatar (0004311)
Dmitry (manager)
2011-12-23 12:39

Need to implement Remove (x) from Comparison List in the Side-box (category)
User avatar (0004325)
alex (manager)
2011-12-27 06:11

Done.
User avatar (0004406)
Dmitry (manager)
2012-01-13 11:36

Added 2 files (patch + images) with Slice-up for Comparision.

Please implement
User avatar (0004407)
Dmitry (manager)
2012-01-13 11:49

Sasha, please implement Add/Remove/Error bubble notifications.

Also, let's create a Configuration variable which will allow us to Control maximum number of Products to compare.
User avatar (0004411)
alex (manager)
2012-01-16 05:23

I've attached "Category7_a3.jpg" file, with an image how this new comparison bubble should work.
User avatar (0004412)
alex (manager)
2012-01-16 05:23

Will test all later.
User avatar (0004413)
alex (manager)
2012-01-16 05:24

Fix committed to 5.2.x branch. Commit Message:

Fixes 0001137: Add/Remove Product from Comparison List
User avatar (0004416)
Dmitry (manager)
2012-01-16 10:50

A few minor issues found here:

1. Can we automatically uncheck checked Compare checkboxes when Product is deleted from Compare side-box?

2. Add to Compare action on Product Details page still tries to do something even after Maximum amount of Products to Compare is reached. Even do it's not adding products to the list it's kind of confusing. I propose either "Show the same message with thew bubble" (Max. is reached) or hide the option (link). I personally prefer the 1st option.
User avatar (0004991)
alex (manager)
2012-07-25 05:32

Since 5.2.0 version was released.

- Related Changesets
Themes :: Modern-Store: 1.0.x r15054
Timestamp: 2012-01-17 02:57:36
Author: alex
Details ] Diff ]
Bug 0001137: Add/Remove Product from Comparison List
1. don't show compare link at product detail page when compare isn't possible
2. removing products from compare sidebox does the same with product list next to it
mod - /themes/modern-store/branches/1.0.x/elements/side_boxes/compare.elm.tpl Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/products/details.tpl Diff ] File ]
Modules :: In-Commerce: 5.2.x r15053
Timestamp: 2012-01-17 02:56:30
Author: alex
Details ] Diff ]
Bug 0001137: Add/Remove Product from Comparison List
1. don't show compare link at product detail page when compare isn't possible
mod - /w/in-commerce/branches/5.2.x/units/products/products_event_handler.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/products/products_tag_processor.php Diff ] File ]
Modules :: In-Commerce: 5.2.x r15044
Timestamp: 2012-01-16 05:24:58
Author: alex
Details ] Diff ]
Fixes 0001137: Add/Remove Product from Comparison List
mod - /w/in-commerce/branches/5.2.x/install/english.lang Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/install/install_data.sql Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/install/upgrades.sql Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/products/products_event_handler.php Diff ] File ]
Themes :: Modern-Store: 1.0.x r15043
Timestamp: 2012-01-16 05:24:26
Author: alex
Details ] Diff ]
Bug 0001137: Add/Remove Product from Comparison List
mod - /themes/modern-store/branches/1.0.x/elements/content_boxes/products.elm.tpl Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/elements/product_elements.elm.tpl Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/elements/side_boxes/compare.elm.tpl Diff ] File ]
add - /themes/modern-store/branches/1.0.x/img/validate/con-error-arrow-bottom.png File ]
add - /themes/modern-store/branches/1.0.x/img/validate/con-neutral-arrow-bottom.png File ]
add - /themes/modern-store/branches/1.0.x/img/validate/con-neutral.png File ]
add - /themes/modern-store/branches/1.0.x/img/validate/con-success-arrow-bottom.png File ]
mod - /themes/modern-store/branches/1.0.x/inc/js/cart_manager.js Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/inc/js/jquery.scripts.js Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/inc/styles.css Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/products/compare.tpl Diff ] File ]
Themes :: Modern-Store: 1.0.x r14922
Timestamp: 2011-12-27 06:10:50
Author: alex
Details ] Diff ]
Bug 0001137: Add/Remove Product from Comparison List
1. implemented individual product deletion from comparison sidebox
mod - /themes/modern-store/branches/1.0.x/elements/product_elements.elm.tpl Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/elements/side_boxes/compare.elm.tpl Diff ] File ]
Themes :: Modern-Store: 1.0.x r14913
Timestamp: 2011-12-23 12:42:41
Author: Dmitry
Details ] Diff ]
Bug 0001137: Add/Remove Product from Comparison List
1. Use correct Remove from Comparison list Product element in side-box
mod - /themes/modern-store/branches/1.0.x/elements/product_elements.elm.tpl Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/elements/side_boxes/compare.elm.tpl Diff ] File ]
Modules :: In-Commerce: 5.2.x r14908
Timestamp: 2011-12-23 05:21:19
Author: alex
Details ] Diff ]
Bug 0001137: Add/Remove Product from Comparison List
mod - /w/in-commerce/branches/5.2.x/units/products/products_event_handler.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/products/products_tag_processor.php Diff ] File ]
Themes :: Modern-Store: 1.0.x r14907
Timestamp: 2011-12-23 05:20:43
Author: alex
Details ] Diff ]
Fixes 0001137: Add/Remove Product from Comparison List
mod - /themes/modern-store/branches/1.0.x/elements/content_boxes/products.elm.tpl Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/elements/html_head.elm.tpl Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/elements/product_elements.elm.tpl Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/elements/side_boxes/compare.elm.tpl Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/elements/side_boxes/subscribe.elm.tpl Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/inc/js/form_manager.js Diff ] File ]
mod - /themes/modern-store/branches/1.0.x/inc/js/jquery.scripts.js Diff ] File ]
add - /themes/modern-store/branches/1.0.x/products/compare.tpl File ]

- Issue History
Date Modified Username Field Change
2012-07-25 05:32 alex Note Added: 0004991
2012-07-25 05:32 alex Status resolved => closed
2012-01-17 02:58 alex Status needs feedback => resolved
2012-01-17 02:58 alex Resolution reopened => fixed
2012-01-17 02:57 alex Changeset attached 1.0.x r15054
2012-01-17 02:56 alex Changeset attached 5.2.x r15053
2012-01-16 10:50 Dmitry Note Added: 0004416
2012-01-16 10:50 Dmitry Status resolved => needs feedback
2012-01-16 10:50 Dmitry Resolution fixed => reopened
2012-01-16 05:24 alex Note Added: 0004413
2012-01-16 05:24 alex Status reviewed and tested => resolved
2012-01-16 05:24 alex Fixed in Version 1.0.0-B1 => 5.2.0-B1
2012-01-16 05:24 alex Resolution reopened => fixed
2012-01-16 05:24 alex Changeset attached 5.2.x r15044
2012-01-16 05:24 alex Changeset attached 1.0.x r15043
2012-01-16 05:23 alex Note Added: 0004412
2012-01-16 05:23 alex Status needs testing => reviewed and tested
2012-01-16 05:23 alex Status needs work => needs testing
2012-01-16 05:23 alex Note Added: 0004411
2012-01-16 05:22 alex File Added: max_compare_limit_themes.patch
2012-01-16 05:22 alex File Added: max_compare_limit_modules.patch
2012-01-16 03:40 alex File Added: Category7_a3.jpg
2012-01-13 11:49 Dmitry Note Added: 0004407
2012-01-13 11:49 Dmitry Assigned To Dmitry => alex
2012-01-13 11:49 Dmitry Status needs testing => needs work
2012-01-13 11:36 Dmitry Note Added: 0004406
2012-01-13 11:36 Dmitry File Added: validate.zip
2012-01-13 11:34 Dmitry File Added: CompareBubble.patch
2011-12-27 06:11 alex Note Added: 0004325
2011-12-27 06:11 alex Assigned To alex => Dmitry
2011-12-27 06:11 alex Status needs feedback => needs testing
2011-12-27 06:10 alex Changeset attached 1.0.x r14922
2011-12-23 12:42 Dmitry Changeset attached 1.0.x r14913
2011-12-23 12:39 Dmitry Note Added: 0004311
2011-12-23 12:39 Dmitry Status resolved => needs feedback
2011-12-23 12:39 Dmitry Resolution fixed => reopened
2011-12-23 05:21 alex Changeset attached 5.2.x r14908
2011-12-23 05:20 alex Note Added: 0004304
2011-12-23 05:20 alex Status reviewed and tested => resolved
2011-12-23 05:20 alex Fixed in Version => 1.0.0-B1
2011-12-23 05:20 alex Resolution open => fixed
2011-12-23 05:20 alex Changeset attached 1.0.x r14907
2011-12-23 05:19 alex Note Added: 0004303
2011-12-23 05:19 alex Assigned To Dmitry => alex
2011-12-23 05:19 alex Status needs testing => reviewed and tested
2011-12-23 05:19 alex Time Estimate Removed 2 =>
2011-12-23 05:19 alex Assigned To => Dmitry
2011-12-23 05:19 alex Developer => alex
2011-12-23 05:19 alex Status active => needs testing
2011-12-23 05:19 alex File Added: add_to_compare_from_list.patch
2011-12-22 05:59 alex Relationship added related to 0001136
2011-10-22 05:29 alex Estimate Points => 1
2011-10-06 12:58 Dmitry Category General => Payment Gateways
2011-10-06 12:58 Dmitry Target Version 1.0.0 => 5.2.0
2011-10-06 12:57 Dmitry Project Modern-Store => In-Commerce
2011-09-27 07:10 Dmitry Time Estimate Added 2
2011-09-27 07:03 alex New Issue



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker