Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ShipStation Shipping Integration Software


greasemonkey

Recommended Posts

Thank you @greasemonkey for developing this integration module!  Question,  in the instruction Notes regarding the 'assumption of shipped status' ...  if my 'shipped' is not oID 3  is there anything I can edit within the doc or ShipStation?   My shipped is oID 6, i have 'Delivered' as oID 3  

I manually update my orders to Delivered - helps me track but maybe not a necessary action if i can view in ShipStation now much easier.  

Thanks! 
i'll leave feedback as well too! 

Link to comment
Share on other sites

7 hours ago, Tiff13 said:

Thank you @greasemonkey for developing this integration module!  Question,  in the instruction Notes regarding the 'assumption of shipped status' ...  if my 'shipped' is not oID 3  is there anything I can edit within the doc or ShipStation?   My shipped is oID 6, i have 'Delivered' as oID 3  

I manually update my orders to Delivered - helps me track but maybe not a necessary action if i can view in ShipStation now much easier.  

Thanks! 
i'll leave feedback as well too! 

on line 244 you could change

        $status = 3;

to

        $status = 6;

 

Link to comment
Share on other sites

5 hours ago, greasemonkey said:

on line 244 you could change


        $status = 3;

to


        $status = 6;

 

Ah ... I had been looking only for Order Status.  

Thank you, appreciate your help. 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...