Solved

Dynamic abandoned cart image grid

  • 17 January 2023
  • 1 reply
  • 158 views

Badge +1

I want to set up a grid with images of all the products in an abandoned cart but I cant the get second and third image in the grid to be unique - it continues to show the the first image.

Currently have it set up as a table with dynamic images.

As carts often have a lot (+10 products) I want to tidy overview of all the items. 

Any suggestions on how to achieve this?

icon

Best answer by Brian Turcotte 17 January 2023, 23:29

View original

1 reply

Userlevel 7
Badge +36

Hi @HannahS and welcome to the Community!

 

I think it would be helpful for myself and other Community members to gather some more information from you, such as the actual dynamic variable you are using in the editor (screenshot of the editor should work).

 

Based on the screenshot you provided, it appears that this issue may be similar to the one solved in this other Community thread:

 

To pull from what my colleague David wrote in that thread:

You may want to make sure you’re setting up the dynamic table block’s Data Source appropriately and using the correct variable in your dynamic table block accounting for the data source. The data you enter into the Row Collection field will be the variable array you want to repeat. The Row Alias would be the specific part of the array you want repeated. For example, given the {{ event.extra.line_items.0.product.images.2.src }} variable, if my Row Collection was set as event.extra.line_items and the Row Alias was items, the variable I would need to use to pull in the image in the dynamic table block would be  {{ item.product.images.2.src }}

 

I hope this helps get you started, and thanks for using the Community!

- Brian

Reply