Iâm also copying here for anyone curious or that purchased the template that wants to implement the same feature.
Note: You will need to add the âunlimited stockâ booleans to the app interface if you want to be able to edit product and inventory stock using the app and not just Google Sheets.
Let me know if this works for you!
1. On the âproductsâ sheet, add a new boolean field to toggle if the product should have unlimited stock.
2. Then, update the âsold outâ tag field to the screenshot below:
NEXT you will need to pull in a lookup for the product so that the new feature can be recognized in the cart, otherwise, even when users add items, they app will keep them from moving forward to purchase because the condition must be setup to recognize that the product selected doesnât have inventory tracked.
3. On the âinventoryâ tab, create two new columns, one to toggle infinite stock for the inventory, and another a lookup column to pull in the value to see if the related product for the inventory is marked as âinfinitestockâ.
4. Create a new IFTHEN column with the same setup as the screenshot below.
5. On the âcartâ tab, change the âinventoryLOOKUPâ to pull from the new âinventoryAvailableIFTHENâ column. Screenshot below.
With Stripe payment, the order is already recorded when itâs purchased. The items are recorded to a âhiddenâ sheet labeled âApp:Salesâ.
In the Glidecart template, the template is already configured to crosscheck that the order submitted was actually paid for if the payment method is Stripe. So, you already have access to view and manage all of the orders on the âMy Ordersâ tab when you are viewing as an Admin.
This is for all orders, including if they were paid with Stripe or not.
I recently downloaded this template, however I cannot get Stripe to work. the Pay via Stripe button is not visible, how do I connect Stripe? Thank you!
Ok, Iâm not familiar with the template. How is the relation column set up? Relations take a value in one table and look for a matching value in another table. If the relation is empty, that means it didnât find any matches. I would need to see more, with how thatâs configured and what the data looks like to give you a definite answer. Iâm sure @Lisa will chime in eventually since itâs her template, but until then I would need more information to help.