spree-contrib / spree_drop_ship

Spree Drop Shipping Extension
BSD 3-Clause "New" or "Revised" License
104 stars 120 forks source link

Customer details, Adjustments and payments menu not visible in order edit page in drop ship orders menu #41

Closed thiyagarajan closed 10 years ago

thiyagarajan commented 10 years ago

Hi,

Customer details, Adjustments and payments menu not visible in order edit page in drop ship orders menu

step to produce,

  1. signup with supplier
  2. add product
  3. place the order
  4. go to supplier admin
  5. click "drop ship orders"
  6. edit the order
  7. getting only "order details"

but as supplier need to know about customer details. So please enable "Customer details", "Adjustments" and "Payments"

We are using 2-1-stable branch.

JDutil commented 10 years ago

This was by design. The suppliers should only know the shipping address, which was being displayed before some changes in 2.1.x. I'll look into fixing that up, but I don't think I want suppliers to have access to payments.

thiyagarajan commented 10 years ago

Can we add customer details to display?

JDutil commented 10 years ago

Yes definitely. That is a regression for them to be missing now, but the other pages I'm not sure I want to be displayed. I have another ext I'm working on spree_marketplace (stripe branch as balanced support is going away) that builds upon this one if you want to have suppliers managing payments etc... those pages would probably be more appropriate there.

thiyagarajan commented 10 years ago

Hi Jeff Dutil,

Can you please add customer details.

JDutil commented 10 years ago

Your more than welcome to submit a pull request yourself.

I am busy traveling at the moment for SpreeConf, and other related business. I will be updating this extension further for Spree 2.1.x-2.2.x when I have time to work on my own projects development. Until then I suggest taking some time to learn how this extension actually works, and investigating a way to fix this yourself. Otherwise please give me some patience. I have made this available free of charge to anyone who would like to use it, but I am not going to do your web development for you.

JDutil commented 10 years ago

The shipping address does already show on the drop ship order page... All information that was intended for the drop ship supplier to be able to fulfill the orders are displayed. If you want to show more information to them you need to customize your application to work how you would like it to.