Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #
  2. # Import the Product Catalog and Classification Catalog
  3. #
  4.  
  5. $catalogPrefix=lloydsPharmaBE
  6. $productCatalog=$catalogPrefixProductCatalog
  7. $catalogVersion=catalogversion(catalog(id[default=$productCatalog]),version[default='Staged'])[unique=true,default=$productCatalog:Staged]
  8. $languages=nl_BE,fr_BE,en
  9.  
  10. INSERT_UPDATE SyncAttributeDescriptorConfig; syncJob(code)[unique = true, path-delimiter = ?]; attributeDescriptor(enclosingType(code), qualifier)[unique = true]; includedInSync
  11. ; $syncJob; BeProduct:originalImageUrl; false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement