Abandoned Baskets shopping cart items

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Abandoned Baskets shopping cart items

Post by Mike718NY » Mon Feb 22, 2010 3:43 pm

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Abandoned Baskets shopping cart items

Post by mazhar » Tue Feb 23, 2010 6:34 am

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.

michael.p.larsen
Lieutenant (LT)
Lieutenant (LT)
Posts: 70
Joined: Fri Jan 15, 2010 8:17 am

Re: Abandoned Baskets shopping cart items

Post by michael.p.larsen » Wed Feb 24, 2010 2:22 pm

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?

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Abandoned Baskets shopping cart items

Post by Mike718NY » Wed Feb 24, 2010 4:19 pm

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.

Post Reply