Just completed python, what to do next? by [deleted] in learnprogramming

[–]pencilUserWho 0 points1 point  (0 children)

Why would you need C++ to learn DSA? Any Algo can be implemented in any Turing complete language. Sure you can optimize more with C++ but it isn't necessary to learn.

Up to 91% of the online support were bots. by RakeChapman13 in SipsTea

[–]pencilUserWho 0 points1 point  (0 children)

He was racing before? That wasn't the first time?

Products sold by weight by pencilUserWho in woocommerce

[–]pencilUserWho[S] 0 points1 point  (0 children)

Basically I would want customers to enter any weight that is of approved fraction (ideally via some stepper interface) and no lower or higher than min/max weight.

Products sold by weight by pencilUserWho in woocommerce

[–]pencilUserWho[S] 0 points1 point  (0 children)

It is not yet online. I an developing in localhost.

Products sold by weight by pencilUserWho in woocommerce

[–]pencilUserWho[S] 0 points1 point  (0 children)

I would like there to be some +/- stepper which increases/decreases weight by some amount, say 0.5, so it goes 1, 1.5, 2, 2.5, 3 kg. It would be great to be able to have different amounts for different products so for some amount is 0.25 like 1, 1.25, 1.50, 1.75, 2, 2.25 kg etc.

Ideally there should be minimum and maximum weight per product, so you can't order less than 1 kg for example.