+ All Categories
Home > Documents > Gift Wrap

Gift Wrap

Date post: 22-Dec-2015
Category:
Upload: navdeepgill
View: 222 times
Download: 3 times
Share this document with a friend
Description:
Gift wrap
Popular Tags:
9
Gift Wrap Document Creating a Gift Wrap Applicable Product : Navigate to cocofs url. For staging, http://54.251.152.42:10322/login ([email protected] /123456). (get it from snap deal DB, snapdeal_property table where name like ‘%cocofs%’; http://ite3.snapdeal.com:10322 Navigate to SellerSUPC FM Mapping, and download the mapping template.
Transcript
Page 1: Gift Wrap

Gift Wrap Document Creating a Gift Wrap Applicable Product :

• Navigate to cocofs url.For staging, http://54.251.152.42:10322/login ([email protected]/123456).(get it from snap deal DB, snapdeal_property table where name like ‘%cocofs%’;

http://ite3.snapdeal.com:10322

• Navigate to SellerSUPC FM Mapping, and download the mapping template.

Page 2: Gift Wrap

Gift Wrap Document

• Edit the template with valid credentials and upload.

• After Upload, navigate to Admin Tasks>>Task Detail(on LHS)>>Update Task Info, and start JobPoller job.

• Now verify the POG using gift wrap API.

curl -v -X POST -HContent-Type:application/json --data-binary '{"supc":"574135","vendorCode":"0cac8d","sellingPrice":"100","responseProtocol":"PROTOCOL_JSON","requestProtocol":"PROTOCOL_JSON"}' http://127.0.0.1:8081/service/cocofs/getGiftWrapperInfoBySUPCVendor | python -m json.tool(For Staging)

Page 3: Gift Wrap

Gift Wrap Document

sellingPrice is optional. if null/not given, will be asked from IPMS.

• After cache reload, wait for 15 minutes, as 15minutes cache is enabled at mobile end.

• Check the mobile flag is true in snapdeal DB.

• Giftwrap will be visible on PDP and payment page, only if the flag is set true.

Page 4: Gift Wrap

Gift Wrap Document

• Check PDP page:• Now select the product, go to payment page, and check the Giftwrap option:

Page 5: Gift Wrap

Gift Wrap Document

• Apply gift wrap, and check gift wrap apply omniture script getting called.• Script will get called for gift wrap apply/edit/remove.

• Omniture on gift wrap apply.

Page 6: Gift Wrap

Gift Wrap Document

• Omniture on gift wrap remove.

Page 7: Gift Wrap

Gift Wrap Document

Book the order, and check order details, it should be having gift wrap charges:

Test Scenarios:

1. Without gift wrap charges:Message of order booking will go to the mobile number and name entered in shipping page.

2. With gift wrap charges:Message of order booking will go to the mobile number and name entered in payment page under gift wrap tab.

3. With gift wrap charges after editing info:Message of order booking will go to the mobile number and name edited in payment page under gift wrap tab.

4. With gift wrap charges after removal:Message of order booking will go to the mobile number and name entered in shipping page.


Recommended