I am working on Magento website, I want to add my image editor after product page before it add to cart and checkout page. I want to rename "Add To Cart" Button to "Image Editor" and then it redirects to my editor page and after editing image it will redirect to cart checkout page.
I have tried to doing changes in
app/design/frontend/neoshop/default/template/catalog/product/list.phtml
but its not working.
Anyone done this before ??
thanks in advance...