For the email for Abandoned Baskets,
If I use: "$basket.Items" it give this:
Item:Confirmation Caption Frame Quantity:1 Price:25.9500 Weight:0 Item:St. Rita Visor Clip Quantity:1 Price:9.9500 Weight:0 ............
Is there a way to show the name, quantity, and price, . .
and not show weight, one line at a time?
Abandoned Baskets shopping cart items
Re: Abandoned Baskets shopping cart items
Perhaps you need to modify the Email template. If it contains some statement showing weight just remove it and then most probably it will have some column like structure to render all data on one line. You need to create multiple rows instead of multiple columns.
-
- Lieutenant (LT)
- Posts: 70
- Joined: Fri Jan 15, 2010 8:17 am
Re: Abandoned Baskets shopping cart items
There is an abandoned basket email template? I don't see it in my latest version of AC. What version are you using Mike? Or is this custom?
Re: Abandoned Baskets shopping cart items
You have to make it, read: viewtopic.php?f=47&t=8817
But I still haven't been able to put together a decent body for the email.
I want to list each product with quanity and price. But the "$basket.Items" just
spits it out as one long string of all the products.
There must be a way to break up each variable and loop through them.
But I still haven't been able to put together a decent body for the email.
I want to list each product with quanity and price. But the "$basket.Items" just
spits it out as one long string of all the products.
There must be a way to break up each variable and loop through them.