ssolovey / ecp

ECP - Ecommerce project based on Magento
Open Software License 3.0
1 stars 0 forks source link

feature: direct access to part number #313

Closed ssolovey closed 9 years ago

ssolovey commented 9 years ago

On the page where you select Transmission vs. Transfer Case icon add “I know Part Number” text box. When user enters part number take user to the product page right away. No bread crumbs necessary in this case.

NOTE: Please do only investigation how to implement this and estimations in hour. Do not implement it right a way.

SkyLark commented 9 years ago

Yes we could skip all quote steps and load Product page. I need about 3h to implement this task.

ssolovey commented 9 years ago

Can we also hide breadcrumbs? Or better to leave them but only part related to "Transfer case" or "Auto transmission" so this link can be used as "Back" button to return to drill down process if necessary.

SkyLark commented 9 years ago

Yes , it's possible to hide breadcrumbs or leave only first step "Transfer case" or "Auto transmission" .

ssolovey commented 9 years ago

I think we have to implement this.

ssolovey commented 9 years ago

In case year is not selected please use range as on the screenshot below: https://www.dropbox.com/s/kn4u2uqogu43xss/Screenshot%202014-12-02%2016.58.13.png?dl=0

ssolovey commented 9 years ago

In case field for part number has leading or ending space like " T160208 ", please cut them and request "T160208" so we will be a bit more friendly to user and avoid error.

ssolovey commented 9 years ago

Layout for first screen (where we start search) from top to the bottom:

  1. Welcome message
  2. Auto transmission or Transfer Case
  3. "I know Part number!" with the same fonts and background as welcome message
  4. Input field and Go button should have the same styling as shipping field on product page.
SkyLark commented 9 years ago

Please check the layout.

All spaces are cut from requested string. " T160208 " - would be a valid input

ssolovey commented 9 years ago

Updated layout for part number input https://www.dropbox.com/s/b5uo3bufdom5x79/Screenshot%202014-12-06%2022.32.43.png?dl=0

SkyLark commented 9 years ago

New layout added but I couldn't repeat the same font as in your example. Could you please send me the good quality image of a titles or the current implementation is fine?

ssolovey commented 9 years ago

New layout for search field: catalog_frontpage

SkyLark commented 9 years ago

Changed

SkyLark commented 9 years ago

I added the possibility to go to Order Page from Direct access to product.

Currently product info is not full because some of the items could be added only on manual search.

Model , Make , Engine are not available in product general info.

New functionality should be implemented for that. I need to make data base queries according to SKU number and get that info with 2 additional requests to DB.

ssolovey commented 9 years ago

Open point: Please just put "N/A" for Model, Make, Engine on Order page. I'll check with customer but this should be enough.

Answer: put "" instead of "N/A"

SkyLark commented 9 years ago

N/A replaced with "" - https://github.com/ssolovey/ecp/commit/05a76473da4dcb01738fa93ba4a997aa140bdeed