Price Promotions via DIMP
Hello,
Anyone had any problems after loading a simple price promotion via DIMP.... By this I mean, the price promotion was loaded successfully into the database but not being applied when the item is rung up in POS on the sell item screen????
sample price promotion used (provided by Oracle):
PricingImport.xml |
---|
<PricePromotion ChangeType="ADD" ID="40000113" PromoCompID="123" PromoCompDetlID="456" StartDateTime="2007-09-10T00:00:00" EndDateTime="2007-09-24T23:59:50" Type="NewPrice" Priority="1" TemplateType="Default"> <Name>Boy's Polo's</Name> <Description>BTS - All PK and knit boy's polos on promo</Description> <Item ID="1234" TemplateType="Default"> <Price>4.25</Price> <Price CurrencyCode="CAD">5.25</Price> </Item> <StoreID>04241</StoreID> |