I’m using the compiled ShipWorks module provided by Miva. Historically, product images were stored in a flat legacy directory. Since switching to Image Machine, image paths are now dynamically generated and organized differently.
However, ShipWorks still receives legacy image paths via the module, which causes issues when:
Ideally, I’d like to have ShipWorks receive a ResolvedImagePath that:
Since the ShipWorks module is compiled, I’m unsure if I have any access to alter what image path is sent. Can you advise if there is:
However, ShipWorks still receives legacy image paths via the module, which causes issues when:
- Newer products don’t have legacy image paths.
- Legacy products have been updated with new image locations only.
Ideally, I’d like to have ShipWorks receive a ResolvedImagePath that:
- Uses the new image path if available
- Falls back to the legacy path if not
Since the ShipWorks module is compiled, I’m unsure if I have any access to alter what image path is sent. Can you advise if there is:
- A way to modify the data ShipWorks receives?
- Any known workaround or support-assisted override for this? Or,
- Other options?
Comment