Jump to content

Add Sale Price to Dashboard Products Inventory


Debyink

Recommended Posts

Brian, you once helped me with this but can't find the details anywhere on how to do it but also not sure if they would still be applicable to 6.53 as I want to implement it in my new store.

I would like to see in the Products inventory page a column which has the sale price (if an item is on sale). In the V4 store there was a column next to the regular price that showed any sale prices, it just seemed totally illogical that V6 couldn't show me what items I have discounted without me having to go look on the storefront and go through all the sale categories.

This is my current listing on my other website, as well as the sale price it al so shows the weight column too.

sale-column.jpg

 

Any help much appreciated

 

Link to comment
Share on other sites

Working on it.

 

In the admin skin template 'products.index.php', find:

Near line 109:

<td>{$product.price}</td>

Add after:

<td>{$product.sale_price}</td>

Near line 75:

<th nowrap="nowrap">{$THEAD.price}</th>

Add after:

<th nowrap="nowrap">Sale</th>

This is a quick solution. As such, this column is not sortable, and reflects only what the product's sale price is specific to the product. That is, this sale price is not a calculation based on the global percentage sale mode.

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...