Jump to content

Resolved - How to Add Link to Image of Product to Admin Product Page


Dirty Butter

Recommended Posts

I'd like to try adding a link to the customer page for that item to the General Information below the ISBN Code , but I can't find the place to put it.

I've already added this to \admin\skins\default\templates\orders.index.php:


Catalog Listing for <a href="http://dirtybutter.com/plushcatalog/index.php?search[keywords]={$product.product_code}&_a=category" target="_blank">{$product.product_code}</a>

I'm hoping that same code will do the same thing on the General Information admin page, if I could just figure out where to put it.

Any thoughts?

Link to comment
Share on other sites

I did figure this out, if it would be of help to anyone else. It puts a link to the Customer's search results for that product right above the Save button on the General Information screen of a Product listing in Admin.

Added to my line 135 in admin/skins/default/templates/products.index.php to give easy access to photo of item to Product page


<br/>   

Catalog Listing for <a href="http://dirtybutter.com/plushcatalog/index.php?search[keywords]={$PRODUCT.product_code}&_a=category" target="_blank">{$PRODUCT.product_code}</a>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...