Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. Requirements:
  2.  
  3. a) Bulk upload/download Product Data
  4. ===================
  5. u can import\export products via csv files
  6.  
  7. b) Images - download from absolute URL
  8. ============
  9. what is it?
  10.  
  11. c) Images - Uploaded to FTP server (upto 10 images of size 20 MB each + PDF + Video option)
  12. =============
  13. wat is it?
  14.  
  15. d) Images - To link images using CSV (having image name, SKU, Wholesaler Id), to support another option to upload images using FTP.
  16. =============
  17. wat is it?
  18.  
  19. e) PDF Packing List /invoice (with store logo) - Customizable
  20. ============
  21. presents in cs cart
  22.  
  23. g) Assign each SKU (Warehouse Name, Location, state, zip, name of supplier, shipment duation, Shipment by Supplier/Store)
  24. ============
  25. currently u can set the company that sells the product, shipment duration - in shipping method.
  26.  
  27. h) Shipping Label as PDF (Fedex, UPS, USPS)
  28. =============
  29. wat is it?
  30.  
  31. i) Notification - PO via email to respective supplier (with attachment, Packing List-PDF, Shipping Labe PDF )
  32. =============
  33. wat is it?
  34.  
  35. j) Supplier's area (Download PO, Packing list (pdf), Shipping labels (pdf), Order history, Update Tracking#, Accounting/payment history)
  36. =============
  37. multivendor has vendor panel. there in order details you can donload packing slip, see orders, update shippings and set tracking for them, see account balance
  38.  
  39. k) Supplier's area to upload images/product data, FTP to download/upload images, PO data and Payment/Invoice Data)
  40. =============
  41. vendor can update their product data and set product images also
  42.  
  43. l) Accommodate various wholesale price model (commission, buying on wholesale price, fix-fee+commission, plus/minus Shipping cost)
  44. =============
  45. you can create wholesale usergroup and set another price for them
  46.  
  47. m) Inventory feed via FTP (Suppliers are given FTP account to push inventory feed and marketplace to read fetch and update inventory)
  48. =============
  49. u can update it via CSV files
  50.  
  51. n) Will have three instances (Dev/Stage/Prod)....Stage/Prod will have images and we should be able to sync from Prod to Stage.....Will push code from Dev to Prod (prior to pushing, sync Prod with Stage)
  52. =============
  53. we will use GIT for the development with 3 branches
  54.  
  55. o) Supplier Interface will use different sub-domain or domain then store front
  56. =============
  57. will do
  58.  
  59. p) Supplier Users Management
  60. =============
  61. presents, if I undertand correctly
  62.  
  63. q) One SKU submission by multiple suppliers, management.
  64. =============
  65. wat is it?
  66.  
  67. A Integration:
  68.  
  69. A.1 We will push bulk product information from Supplier Interface on nightly basis to Store front
  70. =============
  71. you need to activate vendor products just at night?
  72.  
  73. A.2 We will push inventory information on 3 hour interval to Store front from Supplier Interface
  74. =============
  75. inventory that vendor updated should show at storefront just in 3 hrs?
  76.  
  77. A.3 Server to run on Linux (php/mysql)??
  78. =============
  79. yes, we can install nginx + fastcgi server
  80.  
  81. A.4 We will push our own products and as well as listing from 3rd party suppliers
  82. =============
  83. wat is it?
  84.  
  85. A.5 Order will be coming from Store front for further pushing to Supplier area (besides email notification with PDF attachments)
  86. =============
  87. yes, vendor can see it in admin and will have a notification
  88.  
  89. A.6 Custom Notifications (Orders, Returns, Customer Support)
  90. ============
  91. exists
  92.  
  93. B Confidentiality
  94.  
  95. B.1 You would sign an agreement that you would not broadcast, publish or list our brand in your portfolio, website, press
  96. release or any other media or medium which shows our company is using your platform/product/services
  97.  
  98. B.2 Web presence, email notifications would not have any footprint of your product, but use our brand.
  99.  
  100. C Transition and Backup
  101.  
  102. C.1 Option to download ENTIRE data for backup purposes
  103. =============
  104. wat is it?
  105.  
  106. C.2 Complete export of data for easy transition to other platform
  107. =============
  108. cs-cart supports export some data to csv, you can check it in ca cart demo
  109.  
  110. D. Merchant Account
  111.  
  112. D.1 Option to use merchant account
  113. =============
  114. isnt it like supplier? cs cart supports just customer, admin and vendor
  115.  
  116. E. Shipping
  117.  
  118. E.1 Option to use our Fedex/UPS/USPS account for shipping label printing
  119. =============
  120. wat is it?
  121.  
  122. E.2 Print Shipping Label (with no footprint of your product/company/module)
  123. =============
  124. wat is it?
  125.  
  126. E.3 International Shipping
  127.  
  128. E.5 Custom shipping duration based upon each SKU (2 days to 60 days)
  129. =============
  130. each product should have custom shipping duration?
  131.  
  132. H. Integration with Marketplaces
  133.  
  134. H.1 Option to push data to marketplaces such as eBay, Amazon, WayFair,
  135. Overstock, and others
  136. ============
  137. cscart supports export only to ebay. maybe some companies have modules for other markets, if no, should be developed from zero
  138.  
  139. I. Sales Tax
  140.  
  141. I.1 Sales Tax calculation based upon shipper's (SKU's) location
  142. =============
  143. how should it work?have any api?
  144.  
  145. J. Customer Support
  146.  
  147. J.1 Assign Ticket Number/Autoresponder
  148. =============
  149. you need to have ability for customers to communicate with admin\vendor?
  150.  
  151. J.2 Email goes to respective Supplier for Support
  152. =============
  153. wat is it?
  154.  
  155. J.3 Supplier response to email (email piping) shows in ticketing system
  156.  
  157. J.4 Trim URLs and Email address and signatures
  158.  
  159. J.5 Email address of Customer and Suppliers are not shared but Store Front's email address is used.
  160. =============
  161. wat is it?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement