oc-shopaholic / oc-orders-shopaholic-plugin

🛒 Orders (cart) extension for Shopaholic plugin
https://octobercms.com/plugin/lovata-ordersshopaholic
GNU General Public License v3.0
27 stars 18 forks source link

Discount on order #105

Open davidprovaznikj opened 4 years ago

davidprovaznikj commented 4 years ago

Hi, I have question.

Is there any options, how edit price of offers in orders? Some plugin? Maybe discounts plugin?

I need edit price of products on product offer page (on screenshot). Thank you.

image

image

kharanenka commented 4 years ago

Hi! Offer price is fixed at the time order is created. What task do you want to solve?

davidprovaznikj commented 4 years ago

Hi, I need edit exist order from admin area, or add some custom discount. -> I need change total price. Is there some solution?

I have eshop with car parts and some car parts have only indicative price. Thank you.

kharanenka commented 4 years ago

Editing price of order position is not available in backend. But you can extend backend form and add price fields for editing. Adding fields will allow you to edit price of order position.

davidprovaznikj commented 4 years ago

Have you sample of extending backend form?

kharanenka commented 4 years ago

You can find examples here: https://shopaholic.one/docs#/modules/order-position/extending/extending?id=add-custom-field https://octobercms.com/docs/plugin/extending#extending-backend-form

davidprovaznikj commented 4 years ago

Thank you, extending code I will place to my own plugin? I understand it well?

kharanenka commented 4 years ago

Yes, you understand it well