Adding fake orders to pre-populate Popular Items

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
dave_reach
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 32
Joined: Mon Jan 28, 2008 10:05 am

Adding fake orders to pre-populate Popular Items

Post by dave_reach » Mon Mar 17, 2008 2:14 am

Hi,

The site I am creating is displaying Popular Products, and when we go live we don't particularly want an empty space there.

Would it be easy enough to create some fake orders in the system to pre-populate this data? Alternatively i'll display featured items over popular products if no popular products exist.

Also, while i'm on the subject of orders and payments - I am currently attempting to use google checkout - however AbleCommerce is always sending the cart as USD but my seller account is GBP. Is there a way to change this? There must be an option some where, i'm probably just a bit too slow to spot it. I added this code to the BuildPrivateData function in GoogleCheckoutButton.ascx.cs

Code: Select all

tempNode1=tempDoc.CreateElement("currency");
tempNode1.InnerText="GBP";
privateData.Add(tempNode1);
I didn't expect it to work, and wasn't disappointed. :)

Thanks,
Dave.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Post by jmestep » Mon Mar 17, 2008 6:16 am

Currency-- Do you have GBP set as your default currency in the store? If so, this might be a bug.
Featured products-- you can do it that way but you will have to experiment with whether you have to mark the orders paid, shipped, etc.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

dave_reach
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 32
Joined: Mon Jan 28, 2008 10:05 am

Post by dave_reach » Mon Mar 17, 2008 7:23 am

Hi,

My base currency is GBP, yes. I have deleted USD from my currency list but have added EUR (Euros).

This was all done when I was first configuring my copy of Able.

Thanks for your input,
Dave.

Post Reply