Jump to content

Howto edit shipping details on a created order?


Recommended Posts

I've just updated to ps1.5, and on the previous version (1.4) I used the "Orlique" module for editing orders. Now, PS1.5 has his own order editor. But it isn't possible to change shipping details (amount or carrier).

 

How do you solve this? Is there any module?

 

I can edit this with phpMyAdmin. But I need an easy way.

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6)

 

Add back office order screen processing for:

 

1) Change shipping carrier after order (drop-down box to select valid carriers)

2) Add actual shipping cost for the order (ps_orders.total_shipping_actual)

3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day)

4) Add display carrier URL

 

C:\xampp\htdocs\shop\classes\Order.php

C:\xampp\htdocs\shop\classes\OrderState.php

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

 

 

C:\xampp\htdocs\shop\classes\Order.php

 

Add two public variables - $total_shipping_actual and $total_shipping_day (see below)

 

 

C:\xampp\htdocs\shop\classes\OrderState.php

 

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

Submit button submitShippingDay

Submit button submitShippingActual

Submit button submitCarrier

 

 

Leave your email and I will email you the details of it in word file.

Edited by temukong (see edit history)
Link to comment
Share on other sites

I was looking for this specific feature and it seems that Presta is planning on making it, but it's not yet there and I need this at this very moment.

I don't really like hacking in the source of Presta, but it seems in this case I don't really have a choice... Can you send the details about this to my email ([email protected]).

 

Thank you for all your effort!

 

Sytze Loor

Tweedledum

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 1 month later...
  • 4 weeks later...
  • 1 month later...

After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6)

 

Add back office order screen processing for:

 

1) Change shipping carrier after order (drop-down box to select valid carriers)

2) Add actual shipping cost for the order (ps_orders.total_shipping_actual)

3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day)

4) Add display carrier URL

 

C:\xampp\htdocs\shop\classes\Order.php

C:\xampp\htdocs\shop\classes\OrderState.php

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

 

 

C:\xampp\htdocs\shop\classes\Order.php

 

Add two public variables - $total_shipping_actual and $total_shipping_day (see below)

 

 

C:\xampp\htdocs\shop\classes\OrderState.php

 

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

Submit button submitShippingDay

Submit button submitShippingActual

Submit button submitCarrier

 

 

Leave your email and I will email you the details of it in word file.

PLease send me the details to my email [email protected] .Thank you for this great post

Link to comment
Share on other sites

  • 1 month later...

After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6)

 

Add back office order screen processing for:

 

1) Change shipping carrier after order (drop-down box to select valid carriers)

2) Add actual shipping cost for the order (ps_orders.total_shipping_actual)

3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day)

4) Add display carrier URL

 

C:\xampp\htdocs\shop\classes\Order.php

C:\xampp\htdocs\shop\classes\OrderState.php

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

 

 

C:\xampp\htdocs\shop\classes\Order.php

 

Add two public variables - $total_shipping_actual and $total_shipping_day (see below)

 

 

C:\xampp\htdocs\shop\classes\OrderState.php

 

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

Submit button submitShippingDay

Submit button submitShippingActual

Submit button submitCarrier

 

 

Leave your email and I will email you the details of it in word file.

PLease send me the details to my email [email protected] .Thank you

Link to comment
Share on other sites

After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6)

 

Add back office order screen processing for:

 

1) Change shipping carrier after order (drop-down box to select valid carriers)

2) Add actual shipping cost for the order (ps_orders.total_shipping_actual)

3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day)

4) Add display carrier URL

 

C:\xampp\htdocs\shop\classes\Order.php

C:\xampp\htdocs\shop\classes\OrderState.php

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

 

 

C:\xampp\htdocs\shop\classes\Order.php

 

Add two public variables - $total_shipping_actual and $total_shipping_day (see below)

 

 

C:\xampp\htdocs\shop\classes\OrderState.php

 

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

Submit button submitShippingDay

Submit button submitShippingActual

Submit button submitCarrier

 

 

Leave your email and I will email you the details of it in word file.

 

 

Please send us email regarding this. We also need it.

 

[email protected]

 

Thanks in advance.

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 4 months later...
  • 4 weeks later...

After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6)

 

Add back office order screen processing for:

 

1) Change shipping carrier after order (drop-down box to select valid carriers)

2) Add actual shipping cost for the order (ps_orders.total_shipping_actual)

3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day)

4) Add display carrier URL

 

C:\xampp\htdocs\shop\classes\Order.php

C:\xampp\htdocs\shop\classes\OrderState.php

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

 

 

C:\xampp\htdocs\shop\classes\Order.php

 

Add two public variables - $total_shipping_actual and $total_shipping_day (see below)

 

 

C:\xampp\htdocs\shop\classes\OrderState.php

 

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

Submit button submitShippingDay

Submit button submitShippingActual

Submit button submitCarrier

 

 

Leave your email and I will email you the details of it in word file.

Please, send me an email with this funcionality to [email protected]

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months later...
  • 6 months later...

After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6)

 

Add back office order screen processing for:

 

1) Change shipping carrier after order (drop-down box to select valid carriers)

2) Add actual shipping cost for the order (ps_orders.total_shipping_actual)

3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day)

4) Add display carrier URL

 

C:\xampp\htdocs\shop\classes\Order.php

C:\xampp\htdocs\shop\classes\OrderState.php

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

 

 

C:\xampp\htdocs\shop\classes\Order.php

 

Add two public variables - $total_shipping_actual and $total_shipping_day (see below)

 

 

C:\xampp\htdocs\shop\classes\OrderState.php

 

C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php

 

Submit button submitShippingDay

Submit button submitShippingActual

Submit button submitCarrier

 

 

Leave your email and I will email you the details of it in word file.

i need this please! [email protected]

Link to comment
Share on other sites

  • 4 weeks later...
  • 4 weeks later...

Not sure if this module allows the customer to pay for the difference if a more expensive shipping is selected for the order. The module is maintained in French, we can't understand

Actually that would be Eye-talian! hehe

 

Really though, this should be a built in feature, wow.

Link to comment
Share on other sites

  • 6 months later...
×
×
  • Create New...