Need urgent WP/Woocomerce help

supereek

Power Member
Joined
Dec 28, 2012
Messages
727
Reaction score
298
I have a pain in the ass client for who I am creating a WooCommerce shop.
He sells Article Editing services online.

The problem comes with the pricing. He has sent me an Excel sheet with pricing + delivery time options.

Example: Product = Standard Editing Service
Amount of wordsPrice for 24 hour deliveryPrice for 36 hour deliveryPrice for 48 hour delivery
1-50554
51-100765
100-1501098
and so on until f#ck!ng 12000 WORDS!


So each product has like 300 own price variations. I know this is doable with WooCommerce Product variations with A LOT of data entry, but the issue becomes that once you are on the product page, when you click on the variations drop-down you end up with an endless scroll-down list to choose from.

He wants an input-field on the product page where the client has to ENTER the amount of words, and the calculation should be done automatically for it. It's NOT a static variation I can use a math formula for as his prices seem random/self-invented.

How do I approach this? I already tried some conditional fields plugins, but I can't seem to get the pricing and front-end view as required. o_O
 
I am thinking of a variation plugins that separate 4 of them into 4 different categories. But 12000 looks like there will be too much category in each selection.
You might need to custom code this then, I don't think there is any plugin that can cater to this need.

Charge your customer more xD
 
Why don’t you tell him it’s not logical doing it this way and instead to do, for example, 50 word increments and then a quantity. So if you want 500 words it’s 10 x 50 word pack, and then you select delivery time.

Sometimes the solution for a client is that it needs to be done differently.
 
Why don’t you tell him it’s not logical doing it this way and instead to do, for example, 50 word increments and then a quantity. So if you want 500 words it’s 10 x 50 word pack, and then you select delivery time.

Sometimes the solution for a client is that it needs to be done differently.

Makes sense and I will talk with him about it. Any ideas about the price reduction how this should work? For example 50 words = $5, but 5K words should have a reduced price because of the bulkier order.
I was thinking on some kind of conditional plugin but haven't found a proper one yet.
 
Back
Top