• Resolved JapeNZ

    (@japenz)


    Hi there,

    I use the Tiered Price Table for WooCommerce and Woo Gift Cards plugins, both of which add buttons the the bottom of the orders page like so:

    https://ibb.co/xhjng0H

    It seems the WooCommerce Order Splitter button and dropdown area doesn’t work well with these 3rd party buttons, as it pushes them out of place:

    https://ibb.co/QNTDJfG

    It looks like 3rd party buttons are perhaps excluded from the Order Splitter layout, understandably.

    <div class="wc-order-data-row wc-order-bulk-actions wc-order-data-row-toggle">
    <p class="add-items">
    <button type="button" class="button add-line-item">Add item(s)</button>
    <button type="button" class="button add-coupon">Apply coupon</button>
    <button type="button" class="button refund-items">Refund</button>
    <button type="button" class="button button-primary calculate-tiered-pricing">Recalculate with tiered pricing</button>
    <button type="button" class="button split-order">Split order</button>
    </p>
    <div id="split-order-container" style="display:none;"></div>
    <button type="button" class="button add-gift-card">Apply gift card</button>
    <button type="button" class="button button-primary calculate-action">Recalculate</button>
    <p></p>
    </div>

    Is there perhaps a snippet or some css I can apply that would even up the layout do you think?

    I’ve had a go myself, but can;t get it to work.

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YoOhw Studio

    (@yoohw)

    This will take more time for us to look into the plugins that you are using.

    If the plugins are not free so maybe not possible for us to work with.

    Thread Starter JapeNZ

    (@japenz)

    Hi @yoohw,

    Issue has been resolved with the latest version (1.3.0), thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.