I located the clone product function to include > product_clone.php
however I still can't work this out.
It will not pass the orginal {image_paths} instead, all the new image gallery files have a +1 auto increment.
For example, the original image gallery file name is ( product-01.jpg ) and when I clone the product, the image gallery name becomes ( product-02.jpg ).
The problem is that I dont have a file called ( product-02.jpg ).
How can I refer the clone product to retain the same ( image_path ) without the auto increment for the files?
|