Page 1 of 1
Abandoned Baskets shopping cart items
Posted: Mon Feb 22, 2010 3:43 pm
by Mike718NY
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?
Re: Abandoned Baskets shopping cart items
Posted: Tue Feb 23, 2010 6:34 am
by mazhar
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.
Re: Abandoned Baskets shopping cart items
Posted: Wed Feb 24, 2010 2:22 pm
by michael.p.larsen
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
Posted: Wed Feb 24, 2010 4:19 pm
by Mike718NY
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.