Nandos Posted June 28, 2016 Share Posted June 28, 2016 Hi guys! I noticed a blue dot over quantities' numbers into the detailed pages for orders, in the BO. What exactly is that? A kind of indicator? If so, of what? Screenshot => http://imgur.com/odfUnf6 Thanks in advance! Link to comment Share on other sites More sharing options...
shokinro Posted June 29, 2016 Share Posted June 29, 2016 It seems an indicator of product quantity and customisation quantity. That badge appears when product quantity - customisation quantity > 1 1 Link to comment Share on other sites More sharing options...
Nandos Posted July 19, 2016 Author Share Posted July 19, 2016 (edited) It seems an indicator of product quantity and customisation quantity. That badge appears when product quantity - customisation quantity > 1 Thanks for the reply, but we still don't get where we can edit this option and how it works, because we had another order with 2 products in and both of them were available but one had the blue dot and the other one not, even if they had more than 10 quantity available at the beginning. Check the screenshot: Let me understand Edited July 19, 2016 by Nandos (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted July 19, 2016 Share Posted July 19, 2016 you can take a look at following file, from line #78 /YouStoreAdminFolder/themes/default/template/controllers/orders/_product_line.tpl 1 Link to comment Share on other sites More sharing options...
Nandos Posted July 22, 2016 Author Share Posted July 22, 2016 you can take a look at following file, from line #78 /YouStoreAdminFolder/themes/default/template/controllers/orders/_product_line.tpl Ok. I have this code there: <td class="productQuantity text-center"> <span class="product_quantity_show{if (int)$product['product_quantity'] - (int)$product['customized_product_quantity'] > 1} badge{/if}">{(int)$product['product_quantity'] - (int)$product['customized_product_quantity']}</span> {if $can_edit} <span class="product_quantity_edit" style="display:none;"> <input type="text" name="product_quantity" class="edit_product_quantity" value="{$product['product_quantity']|htmlentities}"/> </span> {/if} </td> Link to comment Share on other sites More sharing options...
shokinro Posted July 22, 2016 Share Posted July 22, 2016 No, that piece of code is for product quantity. not for the link of product. for product link, you need to fine following code <a href="{$link->getProductLink($product.id_product,.............. 1 Link to comment Share on other sites More sharing options...
Nandos Posted July 25, 2016 Author Share Posted July 25, 2016 That's the file http://pastebin.com/yd7UJfbh Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now