Ok I’m trying to showcase 2 items that I have on my table. When I use the list or cube detail both items appear.
But when I choose the Details one it only shows just one item from my list.
How do I get both items to show under the Details?
Details is meant to show details for one item only. The details screen is always connected to one single row in a table.
Any of the other list style views are meant to show a list of multiple items in a table.
The list style views essentially only have an inline list component. If you want to see a list on a Detail style screen, then you need to add an inline list component.
Image is not a price.
Well, I’d start with making sure that you are feeding the buy button with valid information. If you are passing text into a value that is expecting a number, then that’s a good indicator if things are not working as expected.
Ok I’ll try that. Thanks.