• Resolved [email protected]

    (@thoralfmoebiust-moebiusde)


    Hi, I use Jigoshop 2.x to run a rental business. Since a rental business differs a bit from a pure shop I would like to make a small adjustment.

    The quantity field should be removed from all my product pages because customers rent one package / one device. The quantity field is obsolate for my shop approach. I went already through the knowledge base from Jigoshop 1.x and tried the proposed solution for JigoShop 2.x – unluckily it does not work.

    How can i remove that quantity field or hide it that customers dont see it anymore ?

    https://www.beamervermieter.de

    Thanks in advance for your support,
    Kind regards, Thoralf

Viewing 4 replies - 1 through 4 (of 4 total)
  • You want the customers to only not see it, or rather for it to stop functioning?

    Thread Starter [email protected]

    (@thoralfmoebiust-moebiusde)

    Dear Marcin,

    the quantity function is not required for my rental shop. The ideal approach would be to remove the quantity function but I am not sure if that change be keeped after Jigoshop updates ?

    Kind regards, Thoralf

    All the necessary changes have been applied ??
    For future users : use these styles in your theme’s style.css file

    .product-quantity_field, .jigoshop td.product-quantity, .jigoshop th.product-quantity{
    display:none;
    }

    And reduce the override the \shop\checkout.php template, reducing the “product subtotal” colspan ??

    Thread Starter [email protected]

    (@thoralfmoebiust-moebiusde)

    Thanks a lot Marcin,

    that works ??

    Kind regards, Thoralf

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I remove the quantity field from the product pages ?’ is closed to new replies.