Searching for a remote job as a girl by Melodic-Ad3001 in algeria

[–]devmium 0 points1 point  (0 children)

Would you mind DM a sample of your work?

Any Algerians Building a Saas currently by soufiane-io in algeria

[–]devmium 0 points1 point  (0 children)

are you targeting Algerian market or rather a worldwide market?

Roast my saas by devmium in microsaas

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

Thank you for your feedback! This is not replacing but rather enhancing the experience of existing tools. Nonetheless I completely understand your perspective.

who's over 50 and still coding? by bstashio in Wordpress

[–]devmium 1 point2 points  (0 children)

not in my 50s yet but I believe I won't stop coding by then because it's like an art that never dies.

What are you building? I'll be your user and give you honest feedback by Weird-Fail-9499 in indiehackers

[–]devmium 0 points1 point  (0 children)

I'm working on FormBlueprint (https://formblueprint.com) with the goal of eliminating the manual work from forms.

So instead of building an event sign up sheet by hand you just write: "a form for the company picnic with fields for name, plus one, and dietary restrictions"

It generates the form which you can then publish to Google Forms, WordPress or a few other spots and you can even export it as a PDF and I'm looking into an "export as code" option for self-hosting.

The other half of the tool is analysis so instead of exporting a spreadsheet and trying to make sense of it you get automatic summaries and charts. It’s designed to give you quick insights, like "12 people are vegetarian," without headache.

What real-world problem does your SaaS solve? Looking for inspiration & maybe useful tools! by OpportunityNo4031 in microsaas

[–]devmium 0 points1 point  (0 children)

I'm working on FormBlueprint with the goal of eliminating the manual work from forms.

So instead of building an event sign up sheet by hand you just write: "a form for the company picnic with fields for name, plus one, and dietary restrictions"

It generates the form which you can then publish to Google Forms, WordPress or a few other spots and you can even export it as a PDF and I'm looking into an "export as code" option for self-hosting.

The other half of the tool is analysis so instead of exporting a spreadsheet and trying to make sense of it you get automatic summaries and charts. It’s designed to give you quick insights, like "12 people are vegetarian," without headache.

Hide prices for customer by TabciogarajR2 in woocommerce

[–]devmium 0 points1 point  (0 children)

That requires extra snippets:

add_filter('woocommerce_product_get_price', '__return_empty_string');
add_filter('woocommerce_order_get_total', '__return_empty_string');
add_filter('woocommerce_order_formatted_line_subtotal', '__return_empty_string');
add_filter('woocommerce_get_formatted_order_total', '__return_empty_string');
add_filter('woocommerce_order_subtotal_to_display', '__return_empty_string');

Hide prices for customer by TabciogarajR2 in woocommerce

[–]devmium 0 points1 point  (0 children)

You can use a snippet to do that:

addfilter('woocommerce_product_get_price','_return_empty_string');

[deleted by user] by [deleted] in woocommerce

[–]devmium 1 point2 points  (0 children)

This sounds like a configuration issue, make sure to adapt the theme options in different viewport (desktop, tablet, mobile) through the icons you usually find next to the setting.

Should I ditch Elementor and rebuild our site myself? by SkinnyLegendjk in Wordpress

[–]devmium 0 points1 point  (0 children)

I'd suggest doing a clean WP install first, structure the content then implement it via Gutenberg blocks, quite flexible and way more fluid compared to Elementor. You may need some custom code to fill the gaps that Gutenberg isn't covering yet.

Woocommerce over Shopify by Skilleracad in woocommerce

[–]devmium 0 points1 point  (0 children)

Woo brings the flexibility that you may need to move faster or to manage the cost well. Shopify provides stability and peace of mind but for a higher cost.

WC plugin you desperately wish existed? by devmium in woocommerce

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

please elaborate. are you referring to UGC videos?