HomeHome Product Discus... Product Discus...SmithCartSmithCartNeed Coupon Import .csv fileNeed Coupon Import .csv file
Previous
 
Next
New Post
5/15/2012 11:28 AM
 

Trying to import coupons. I need a sample csv file so we can populate the file with the correct record layout.

For your consideration, It would be very helpful to place a link to a sample .csv file next to each import button so people would have correct record layout. Otherwaise, the import is useless.

Any help would be much very helpful.

 
New Post
5/15/2012 2:07 PM
 

Hi Brian,

Please see the following CSV spec for importing coupons in the cart:

string CouponCode;
string CouponName;
double CouponAmount = 0;
double DiscountPercent = 0;
string CouponQuantity;
int ProductId;
int CouponLimit;
double CouponShipping;
DateTime ExpireDate;
bool DiscountByItem;
bool DiscountFirstPaymentOnly;
 
I will upload a sample csv to the following resources forum http://www.smith-consulting.com/Forum... and postback with a link.
 
Thanks,
 
 

Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
5/15/2012 2:22 PM
 

Please see the following link to the sample coupon import CSV http://www.smith-consulting.com/Forum...

 


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartNeed Coupon Import .csv fileNeed Coupon Import .csv file