Closed (fixed)
Project:
Commerce Coupon (D7)
Version:
7.x-1.0-beta3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2011 at 09:27 UTC
Updated:
17 Feb 2012 at 11:20 UTC
I am trying to add coupons directly into the 'coupons' table because there does not seem to be a coupon import facility.
Can anyone explain quite how coupon codes are added to the database - I can see that they are in the 'data' field as BLOB but when export the BLOB, I was hoping to see a serialised text.
Thank oyu
Comments
Comment #1
hunziker commentedThe coupon is a entity. So there can be additional data that need to be stored. So there for is the data field. The entity fields are stored in separate tables.
You could try the Feeds module, this can help importing data stored as entity.
Comment #2
pcambraThis is now integrated into Commerce Feeds module