Mark-Tomlinson / markup-by-attribute-for-woocommerce

Price markup by attribute term for WooCommerce
GNU General Public License v3.0
3 stars 3 forks source link

[Suggestion] Multiple markups #8

Closed whis closed 5 years ago

whis commented 5 years ago

Would it be possible to add support for multiple markups? For example: "+10% -0.1" which would apply in the order as written, hence: X * (1 + 0.1) + (-0.1)

Mark-Tomlinson commented 5 years ago

I hadn't thought about doing that.  I'd probably seperate them with the '|' bar so it would be written as "+10%|-0.1".  Can you give me an example of how that might be used?

 

-- Mark Tomlinson "I am not a trouble maker; I'm a catalyst for change."

   

Sent: Wednesday, January 02, 2019 at 12:21 PM From: "Jiří Běloch" notifications@github.com To: Mark-Tomlinson/markup-by-attribute-for-woocommerce markup-by-attribute-for-woocommerce@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [Mark-Tomlinson/markup-by-attribute-for-woocommerce] [Suggestion] Multiple markups (#8)

Would it be possible to add support for multiple markups? For example: "+10% -0.1" which would apply in the order as written, hence: X * (1 + 0.1) + (-0.1)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

whis commented 5 years ago

It could be used for psychologic pricing. It's not necessary but would be a nice feature to have.

Mark-Tomlinson commented 5 years ago

Ah, yes, I see. However I've added the "Round Markup" option to allow for that.

It's an interesting feature.  I'd consider it, but so far this has been a labor of love -- I haven't earned anything from it.  So, I'm kind of picky about what features I spend my time on.

I have another idea about adding an 'order' field to determine how markups get processed.  (Do you add $5 for a logo and then mark it up by 5% for X-Large, or do you mark it up by 5% first and then add $5?)  I think I'll put your idea on the same list as that one and then work on them if see some revenue someday.

:-)  

-- Mark Tomlinson "I am not a trouble maker; I'm a catalyst for change."

   

Sent: Wednesday, January 02, 2019 at 3:54 PM From: "Jiří Běloch" notifications@github.com To: Mark-Tomlinson/markup-by-attribute-for-woocommerce markup-by-attribute-for-woocommerce@noreply.github.com Cc: "Mark Tomlinson" mt2@technologist.com, Comment comment@noreply.github.com Subject: Re: [Mark-Tomlinson/markup-by-attribute-for-woocommerce] [Suggestion] Multiple markups (#8)

It could be used for psychologic pricing. It's not necessary but would be a nice feature to have.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Mark-Tomlinson commented 5 years ago

Thanks for the suggestion. Am closing the issue and will return to it next time I do a major feature update.