Support » Plugin: eShop » Can I hide Shipping as well as SKU, Description if empty?

  • Hi there,

    My Italian friend has a restaurant. She sells fresh made pasta in her restaurant, as well as take home and catering options. She’s not ready to sell online (shipping takes too much of her time), but she *loves* how eShop enables her to put prices, weights/units, descriptions and pictures so easily.

    We use your software because it does 95% of what we want.

    Here’s the 5% we don’t want:

    1. HIDE the Shipping (her clients to come in and to buy and socialize)
    2. HIDE the SKU (it’d be great if it was hidden if it’s empty? 😉
    3. HIDE the Description (it’d be great if it was hidden if it’s empty? 😉

    We are fine with ‘Add to Cart’ infrastructure, since her clients can ‘Add to Cart’ all items they want, and then print the ‘Shopping List’ (or email it to her).

    But we aren’t actually using the eCommerce functionality at present, since Shipping takes a lot of time.

    Can you help?

    https://wordpress.org/plugins/eshop/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter webmaestro

    (@webmaestro)

    I ended up adding a HACK:

    <script>
    jQuery(“dt:contains(‘Shipping’)”).hide();
    jQuery(“dt:contains(‘Shipping’)”).next().hide();
    jQuery(“dt:contains(‘Sku’)”).hide();
    jQuery(“dt:contains(‘Sku’)”).next().hide();
    jQuery(“dt:contains(‘Description’)”).hide();
    jQuery(“dt:contains(‘Description’)”).next().hide();
    </script>

    That said, I’d love to see an option to HIDE the following eShop elements:

    • SKU (BONUS: autohide if empty)
    • Description (BONUS: autohide if empty)
    • Shipping
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I hide Shipping as well as SKU, Description if empty?’ is closed to new replies.