Hi, how can I display a custom field beside the quantity field in desktop website but display the custom field under the quantity field in mobile website to save space?
My attempt:
id="custom_checkout_page_fe" name="Checkout Page Modified" inherit_id="website_sale.cart_lines">
expr="//td[hasclass('td-qty')]" position="inside">
expr="//td[hasclass('td-qty')]" position="after">
But in my website, both of the field shows up at the same time.