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.