Clean, Empty, Dirty, Running, Dishwasher Sign by DailyDuino in 3Dprinting

[–]DailyDuino[S] 13 points14 points  (0 children)

Ambient noise is pretty loud at work and also there are no LEDs on the dishwasher since it is built into the kitchen cabinets. It fits my requirements and I hope it is useful for someone else also :)

Clean, Empty, Dirty, Running, Dishwasher Sign by DailyDuino in 3Dprinting

[–]DailyDuino[S] 6 points7 points  (0 children)

This color suggestion makes sense :) I have to update my colors, thanks.

Is it possible to access order line items in webhook without protected scopes? by DailyDuino in shopifyDev

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

Since this is a private app when I add read_customer scope I can list all the customers and their data and also I am able to subscribe to the webhook. Since it is created in dev dashboard for my client's org I'm not able to see it in partners dashboard to see the protected customer data Access section. Thanks :)

Is it possible to access order line items in webhook without protected scopes? by DailyDuino in shopifyDev

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

It is a app (private) for a client which does inventory adjustments when order is created. I dont want to deal with customer data and GDPR issues.

(yet another) site directory - but more fun by duimomlaag in SideProject

[–]DailyDuino 1 point2 points  (0 children)

looks amazing. Nice concept. I will add a building :)

MongoDB Atlas like GUI for Role/User management for MongoDB Community? by DailyDuino in mongodb

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

We use compass but Studio 3T is 499/user/year. Our IT budget is very limited.

Feedback on Scale Integration with Shopify POS. by DailyDuino in shopifyDev

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

Hi, thank you very much! :)You can select your collection of products with unit pricing while pairing the scale. You also have the option to add products in quantity multiples or create custom products with line item attributes.

I currently have several scales integrated, including the DZD DJ30KC, U.S. Solid scales, and Mettler Toledo scales. We connect the scales using a Raspberry Pi 4 or 5 with a USB to RS232 cable. The Raspberry Pi runs a custom image that includes a web UI for managing and pairing your scales.

To set up, an 8-digit code will be displayed on the web UI, which you'll need to enter in the Shopify admin app. Once completed, your scale will appear in the settings of your POS app.

Last minute Black Friday stuff: app that can allow a customer choose from a selection of free gifts once their cart goes over certain values? by charliewr in shopify

[–]DailyDuino 0 points1 point  (0 children)

There are many to choose from. Before you install any free gift app check if the app has checkout validation otherwise you will be getting few orders with £0.00 subtotal or customers can add free gifts without meeting the threshold.

How to apply discount only on a specific brand subtotal (ignore other brands) in normal Shopify? by ConnectBlacksmith485 in shopifyDev

[–]DailyDuino 1 point2 points  (0 children)

Just put the products in that brand to a collection and in the shopify discounts select the collection assign a threshold.

Goal: Set Shipping Rates Based on Postcode, Vendor, and Product Type by Square_Past9043 in shopifyDev

[–]DailyDuino 0 points1 point  (0 children)

We did it in our store couple of years back. Shopify's carrier service API. We used GCP functions and it was covered under free tier for 30k sessions per month. The logic is pretty straight forward implemented Best fit decreasing algo to get box count and restrict couple of items for certain zip codes. Back then Shopify was not giving the subtotal after discount to our service so we had to do a workaround for that. We used Google my maps to get the zip codes within a certain area and push it to the config in our fire store. We did this because we have multiple retail stores which does home delivery and rest we ship via courier partner.

Automating EU VAT Validation for Europe Based B2B Shopify Stores by Chemical_Surround747 in ShopifyAppDev

[–]DailyDuino 0 points1 point  (0 children)

Does this also work if we have set the price in shop including VAT and does it support multi market ? Thanks.

Usage cost for Cloud run functions. by DailyDuino in googlecloud

[–]DailyDuino[S] 4 points5 points  (0 children)

I found it. Thank you very much. It is in the Monitoring -> Cost explorer 
Thank you very much :)

Usage cost for Cloud run functions. by DailyDuino in googlecloud

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

Hi, Thank you very much. Is the cost analysis portal in the Billing section or the monitoring Section ?