Title: Quantity before product?
Last modified: March 22, 2020

---

# Quantity before product?

 *  Resolved [mjaynl](https://wordpress.org/support/users/mjaynl/)
 * (@mjaynl)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/quantity-before-product/)
 * Hi, I wonder if it is possible to show the quantity before the product in the“
   Items” column in the backend “All Request” page.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [wpeasysoft](https://wordpress.org/support/users/wpeasysoft/)
 * (@wpeasysoft)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/quantity-before-product/#post-12573115)
 * Hello,
 * I am sorry, there is no option to change this formation. You need to hardcoded
   into core files for changing the quantity position.
 * Thanks
 *  Thread Starter [mjaynl](https://wordpress.org/support/users/mjaynl/)
 * (@mjaynl)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/quantity-before-product/#post-12581488)
 * Hi,
 * Thank you for your reply!
 * Could you help me to do that?
    I’ve been searching in the plugin editor but can’t
   find it.
 * Kind regards,
    Mjay
 *  Plugin Author [wpeasysoft](https://wordpress.org/support/users/wpeasysoft/)
 * (@wpeasysoft)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/quantity-before-product/#post-12581753)
 * Hello [@mjaynl](https://wordpress.org/support/users/mjaynl/),
 * Please go to this file location `wp-content/plugins/wc-return-warranty-management/
   includes/functions.php` and find the function called `wcrw_get_formatted_request_items`
 * Just change the line number `684`
    `$formatted_item[] = '<a href="' . $item['
   url'] . '">' . $item['title'] . '</a> &times; ' . $item['quantity'];`
 * to
 * `$formatted_item[] = $item['quantity'] . ' &times; <a href="' . $item['url'] .'"
   >' . $item['title'] . '</a>';`
 * For now, you can change it. In a future update, I will add some filters so that
   you can easily change this and does not affect any future updates.
 *  Thread Starter [mjaynl](https://wordpress.org/support/users/mjaynl/)
 * (@mjaynl)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/quantity-before-product/#post-12582323)
 * Thank You!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Quantity before product?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wc-return-warrranty_b5c3e2.svg)
 * [Return and Warranty Management System for WooCommerce](https://wordpress.org/plugins/wc-return-warrranty/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-return-warrranty/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-return-warrranty/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-return-warrranty/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-return-warrranty/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-return-warrranty/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [mjaynl](https://wordpress.org/support/users/mjaynl/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/quantity-before-product/#post-12582323)
 * Status: resolved