Century21Stores / SPECIAL

Special Projects
0 stars 0 forks source link

PLCC Users: Add x More $ to Get Free Shipping Message in Cart #26

Closed c21hornak closed 7 years ago

c21hornak commented 7 years ago

Whereas https://github.com/Century21Stores/SPECIAL/issues/24 covers Acquisition Users, this ticket should enhance that feature to also include PLCC Card Holders.

Consider the Free Shipping policy for PLCC Card Holders: Premier Credit Card Holders: they get free shipping if order subtotal is $50 or greater Elite Credit Card Holders: they get free shipping on all orders

NOTE: Currently, we're actually giving Premier Credit Card Holders free shipping on all orders because we cannot programmatically make the real policy work until this WebLinc ticket is complete: • C21STATUS Premier Cardholders Free Shipping with $50 Order (C21-286)

Final Experience:

(final requirements TBD)

• Acquisition Users should continue seeing the calculation based on the subtotal needing to be $75 or greater • Premier Credit Card Holders should see the calculation based on the subtotal needing to be $50 or greater • Elite Credit Card Holders should not see any calculation.

c21hornak commented 7 years ago

@juanmriosv In order to be able to recognize Premier vs. Elite, can you use attributes data from body[data-analytics] >> payload.user[0].profile (see this WebLinc ticket) to give Premier and Elite the required different experiences? If you think that will be possible we can add a requirement to that WebLinc ticket so they also expose the PLCC tier in the attributes of body[data-analytics] >> payload.user[0].profile.

juanmriosv commented 7 years ago

@c21hornak The only issue that I see with "payload.user[0].profile" is that returns many information about the customer, including Loyalty ID and phone number. If it is possible to expose just the "type customer" of customer( securely) via that method or other one; then, I can pull that info and do what ever we need to do.

Also, As far as I understood Melissa, this functionality is for non PLCC users. Because PLCC gets free shipping any way

c21hornak commented 7 years ago

Closing this and we can continue the work on #24