Page MenuHomeIn-Portal Phabricator

MINC-145 - Modernize "orditems:LinkRemoveFromCart" tag
ClosedPublic

Authored by alex on Feb 1 2016, 6:51 AM.

Details

Test Plan
  • in Admin Console
    1. go to Structure & DataWebsite & Content section
    2. go to Products category
    3. click on Sections tab
    4. create Sub Products category in the Products category using Add button on toolbar
    5. switch to Sub Products category using tree in the left frame
    6. click on Products tab
    7. use Add button on toolbar to add new Tangible product
  • on Front-End
    1. click on Products item in top menu
    2. click on Sub Products item in dropdown menu, that was shown
    3. click Buy Now button below a product
    4. confirm, that redirect to shopping cart page was made
    5. click on Recycle Bin icon
    6. confirm, that product was removed from cart
  • in IDE
    1. open /themes/advanced/in-commerce/checkout/shop_cart.tpl template
    2. locate lines containing <inp2:LinkRemoveFromCart/> tag
    3. change tag usage to the <inp2:LinkRemoveFromCart my_param='1'/>
  • on Front-End
    1. click on Products item in top menu
    2. click on Sub Products item in dropdown menu, that was shown
    3. click Buy Now button below a product
    4. move mouse over the Recycle Bin icon
    5. confirm, that product removal link contains my_param=1 string

Diff Detail

Repository
rMINC Modules.In-Commerce
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

alex updated this revision to Diff 478.Feb 1 2016, 6:51 AM
alex retitled this revision from to MINC-145 - Modernize "orditems:LinkRemoveFromCart" tag.
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): MINC-145.
glebs accepted this revision.Feb 19 2016, 6:15 AM
glebs edited edge metadata.
This revision is now accepted and ready to land.Feb 19 2016, 6:15 AM
alex edited edge metadata.Mar 10 2016, 5:14 AM
alex added a project: Restricted Project.
This revision was automatically updated to reflect the committed changes.